Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ko/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1125867,
    "total_words": 14673495,
    "last_change": "2026-06-14T11:49:53.563346Z",
    "recent_changes": 2513,
    "translated": 966598,
    "translated_words": 12826068,
    "translated_percent": 85.8,
    "translated_words_percent": 87.4,
    "translated_chars": 73546072,
    "translated_chars_percent": 86.9,
    "total_chars": 84565674,
    "fuzzy": 7232,
    "fuzzy_percent": 0.6,
    "failing": 18431,
    "failing_percent": 1.6,
    "name": "Korean",
    "url": "http://waldo.team/languages/ko/"
}