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": 12628,
    "total_words": 134692,
    "last_change": "2026-05-07T15:56:30.091766Z",
    "recent_changes": 1832,
    "translated": 9712,
    "translated_words": 82909,
    "translated_percent": 76.9,
    "translated_words_percent": 61.5,
    "translated_chars": 494999,
    "translated_chars_percent": 61.3,
    "total_chars": 806366,
    "fuzzy": 244,
    "fuzzy_percent": 1.9,
    "failing": 264,
    "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/"
}