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": 1344,
    "total_words": 5193,
    "total_chars": 31402,
    "last_change": "2025-10-30T22:11:52.924962Z",
    "recent_changes": 3,
    "translated": 910,
    "translated_words": 2769,
    "translated_percent": 67.7,
    "translated_words_percent": 53.3,
    "translated_chars": 17186,
    "translated_chars_percent": 54.7,
    "fuzzy": 92,
    "fuzzy_percent": 6.8,
    "fuzzy_words": 448,
    "fuzzy_words_percent": 8.6,
    "fuzzy_chars": 2463,
    "fuzzy_chars_percent": 7.8,
    "failing": 47,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 7.7,
    "readonly_words": 622,
    "readonly_words_percent": 11.9,
    "readonly_chars": 3850,
    "readonly_chars_percent": 12.2,
    "suggestions": 4,
    "comments": 0,
    "name": "Uzbek",
    "url": "http://translate.gtaf.org/languages/uz/"
}