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": 5318,
    "total_words": 58454,
    "total_chars": 474112,
    "last_change": "2026-09-09T14:00:52.236051Z",
    "recent_changes": 205,
    "translated": 2027,
    "translated_words": 19422,
    "translated_percent": 38.1,
    "translated_words_percent": 33.2,
    "translated_chars": 154603,
    "translated_chars_percent": 32.6,
    "fuzzy": 1191,
    "fuzzy_percent": 22.3,
    "fuzzy_words": 14219,
    "fuzzy_words_percent": 24.3,
    "fuzzy_chars": 119182,
    "fuzzy_chars_percent": 25.1,
    "failing": 517,
    "failing_percent": 9.7,
    "approved": 1675,
    "approved_percent": 31.4,
    "approved_words": 15456,
    "approved_words_percent": 26.4,
    "approved_chars": 121344,
    "approved_chars_percent": 25.5,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 223,
    "comments": 6,
    "name": "Russian",
    "url": "https://translate.tails.net/languages/ru/"
}