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": 12455,
    "total_words": 132292,
    "last_change": "2025-12-09T13:24:54.938906Z",
    "recent_changes": 382,
    "translated": 11520,
    "translated_words": 112971,
    "translated_percent": 92.4,
    "translated_words_percent": 85.3,
    "translated_chars": 677108,
    "translated_chars_percent": 85.4,
    "total_chars": 792364,
    "fuzzy": 190,
    "fuzzy_percent": 1.5,
    "failing": 202,
    "failing_percent": 1.6,
    "approved": 335,
    "approved_percent": 2.6,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 310,
    "comments": 29,
    "name": "Russian",
    "url": "https://translate.habitica.com/languages/ru/"
}