Languages API.

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

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

{
    "total": 32662,
    "total_words": 152924,
    "total_chars": 942856,
    "last_change": "2024-05-24T05:04:39.222812Z",
    "recent_changes": 725,
    "translated": 15844,
    "translated_words": 58582,
    "translated_percent": 48.5,
    "translated_words_percent": 38.3,
    "translated_chars": 361305,
    "translated_chars_percent": 38.3,
    "fuzzy": 265,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 1255,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 7715,
    "fuzzy_chars_percent": 0.8,
    "failing": 536,
    "failing_percent": 1.6,
    "approved": 4125,
    "approved_percent": 12.6,
    "approved_words": 16446,
    "approved_words_percent": 10.7,
    "approved_chars": 101616,
    "approved_chars_percent": 10.7,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 243,
    "comments": 1,
    "name": "Ukrainian",
    "url": "https://kodi.weblate.cloud/languages/uk_ua/"
}