Languages API.

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

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

{
    "total": 2514,
    "total_words": 12985,
    "total_chars": 77180,
    "last_change": "2026-02-25T03:41:03.520187Z",
    "recent_changes": 6,
    "translated": 832,
    "translated_words": 2211,
    "translated_percent": 33.0,
    "translated_words_percent": 17.0,
    "translated_chars": 13819,
    "translated_chars_percent": 17.9,
    "fuzzy": 92,
    "fuzzy_percent": 3.6,
    "fuzzy_words": 448,
    "fuzzy_words_percent": 3.4,
    "fuzzy_chars": 2463,
    "fuzzy_chars_percent": 3.1,
    "failing": 47,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 1.1,
    "readonly_words": 67,
    "readonly_words_percent": 0.5,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.6,
    "suggestions": 6,
    "comments": 0,
    "name": "Uzbek",
    "url": "http://translate.gtaf.org/languages/uz/"
}