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": 11977,
    "total_words": 127379,
    "last_change": "2025-03-05T19:05:12.518527Z",
    "recent_changes": 131,
    "translated": 7588,
    "translated_words": 68364,
    "translated_percent": 63.3,
    "translated_words_percent": 53.6,
    "translated_chars": 409773,
    "translated_chars_percent": 53.6,
    "total_chars": 763416,
    "fuzzy": 301,
    "fuzzy_percent": 2.5,
    "failing": 926,
    "failing_percent": 7.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 502,
    "comments": 2,
    "name": "Croatian",
    "url": "https://translate.habitica.com/languages/hr/"
}