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": 4165,
    "total_words": 33276,
    "total_chars": 218607,
    "last_change": "2024-04-23T13:37:09.245352Z",
    "recent_changes": 31,
    "translated": 225,
    "translated_words": 1291,
    "translated_percent": 5.4,
    "translated_words_percent": 3.8,
    "translated_chars": 8392,
    "translated_chars_percent": 3.8,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 7,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 47,
    "fuzzy_chars_percent": 0.1,
    "failing": 4,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.4,
    "readonly_words": 33,
    "readonly_words_percent": 0.1,
    "readonly_chars": 279,
    "readonly_chars_percent": 0.1,
    "suggestions": 48,
    "comments": 0,
    "name": "Uzbek",
    "url": "https://translate.fedoraproject.org/languages/uz/"
}