Languages API.

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

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

{
    "total": 12595,
    "total_words": 134330,
    "last_change": "2026-03-20T14:21:07.150164Z",
    "recent_changes": 1839,
    "translated": 9717,
    "translated_words": 82927,
    "translated_percent": 77.1,
    "translated_words_percent": 61.7,
    "translated_chars": 495103,
    "translated_chars_percent": 61.5,
    "total_chars": 804358,
    "fuzzy": 239,
    "fuzzy_percent": 1.8,
    "failing": 259,
    "failing_percent": 2.0,
    "approved": 1253,
    "approved_percent": 9.9,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 3,
    "name": "Croatian",
    "url": "https://translate.habitica.com/languages/hr/"
}