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": 12430,
    "total_words": 132587,
    "last_change": "2026-01-28T21:20:45.083110Z",
    "recent_changes": 2035,
    "translated": 9750,
    "translated_words": 83344,
    "translated_percent": 78.4,
    "translated_words_percent": 62.8,
    "translated_chars": 497520,
    "translated_chars_percent": 62.6,
    "total_chars": 793930,
    "fuzzy": 206,
    "fuzzy_percent": 1.6,
    "failing": 226,
    "failing_percent": 1.8,
    "approved": 1258,
    "approved_percent": 10.1,
    "readonly": 15,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 3,
    "name": "Croatian",
    "url": "https://translate.habitica.com/languages/hr/"
}