Languages API.

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

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

{
    "total": 32567,
    "total_words": 152805,
    "total_chars": 942100,
    "last_change": "2024-05-19T10:21:00.379589Z",
    "recent_changes": 41,
    "translated": 3282,
    "translated_words": 5899,
    "translated_percent": 10.0,
    "translated_words_percent": 3.8,
    "translated_chars": 35209,
    "translated_chars_percent": 3.7,
    "fuzzy": 319,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1056,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 6031,
    "fuzzy_chars_percent": 0.6,
    "failing": 366,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 0.1,
    "readonly_words": 49,
    "readonly_words_percent": 0.1,
    "readonly_chars": 288,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Uzbek",
    "url": "https://kodi.weblate.cloud/languages/uz_uz/"
}