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": 12019,
    "total_words": 127449,
    "last_change": "2025-04-02T17:23:01.200657Z",
    "recent_changes": 152,
    "translated": 11065,
    "translated_words": 111893,
    "translated_percent": 92.0,
    "translated_words_percent": 87.7,
    "translated_chars": 670778,
    "translated_chars_percent": 87.8,
    "total_chars": 763895,
    "fuzzy": 87,
    "fuzzy_percent": 0.7,
    "failing": 161,
    "failing_percent": 1.3,
    "approved": 342,
    "approved_percent": 2.8,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 282,
    "comments": 29,
    "name": "Russian",
    "url": "https://translate.habitica.com/languages/ru/"
}