Languages API.

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

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

{
    "total": 12497,
    "total_words": 132728,
    "last_change": "2026-01-28T21:20:50.897912Z",
    "recent_changes": 387,
    "translated": 11488,
    "translated_words": 112353,
    "translated_percent": 91.9,
    "translated_words_percent": 84.6,
    "translated_chars": 673402,
    "translated_chars_percent": 84.7,
    "total_chars": 794948,
    "fuzzy": 218,
    "fuzzy_percent": 1.7,
    "failing": 236,
    "failing_percent": 1.8,
    "approved": 335,
    "approved_percent": 2.6,
    "readonly": 19,
    "readonly_percent": 0.1,
    "suggestions": 310,
    "comments": 29,
    "name": "Russian",
    "url": "https://translate.habitica.com/languages/ru/"
}