Languages API.

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

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

{
    "total": 32654,
    "total_words": 152899,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:33.802489Z",
    "recent_changes": 700,
    "translated": 19625,
    "translated_words": 84541,
    "translated_percent": 60.0,
    "translated_words_percent": 55.2,
    "translated_chars": 522162,
    "translated_chars_percent": 55.3,
    "fuzzy": 307,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1219,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 7384,
    "fuzzy_chars_percent": 0.7,
    "failing": 431,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 31,
    "comments": 0,
    "name": "Estonian",
    "url": "https://kodi.weblate.cloud/languages/et_ee/"
}