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": 5307,
    "total_words": 58489,
    "total_chars": 474919,
    "last_change": "2026-07-13T10:00:59.711034Z",
    "recent_changes": 208,
    "translated": 2043,
    "translated_words": 19648,
    "translated_percent": 38.4,
    "translated_words_percent": 33.5,
    "translated_chars": 157431,
    "translated_chars_percent": 33.1,
    "fuzzy": 1180,
    "fuzzy_percent": 22.2,
    "fuzzy_words": 14148,
    "fuzzy_words_percent": 24.1,
    "fuzzy_chars": 118643,
    "fuzzy_chars_percent": 24.9,
    "failing": 517,
    "failing_percent": 9.7,
    "approved": 1681,
    "approved_percent": 31.6,
    "approved_words": 15513,
    "approved_words_percent": 26.5,
    "approved_chars": 121897,
    "approved_chars_percent": 25.6,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 194,
    "comments": 6,
    "name": "Russian",
    "url": "https://translate.tails.net/languages/ru/"
}