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": 5289,
    "total_words": 58207,
    "total_chars": 472918,
    "last_change": "2026-04-30T20:47:43.931006Z",
    "recent_changes": 213,
    "translated": 2051,
    "translated_words": 19683,
    "translated_percent": 38.7,
    "translated_words_percent": 33.8,
    "translated_chars": 157795,
    "translated_chars_percent": 33.3,
    "fuzzy": 1173,
    "fuzzy_percent": 22.1,
    "fuzzy_words": 14128,
    "fuzzy_words_percent": 24.2,
    "fuzzy_chars": 118491,
    "fuzzy_chars_percent": 25.0,
    "failing": 994,
    "failing_percent": 18.7,
    "approved": 1689,
    "approved_percent": 31.9,
    "approved_words": 15545,
    "approved_words_percent": 26.7,
    "approved_chars": 122240,
    "approved_chars_percent": 25.8,
    "readonly": 34,
    "readonly_percent": 0.6,
    "readonly_words": 97,
    "readonly_words_percent": 0.1,
    "readonly_chars": 998,
    "readonly_chars_percent": 0.2,
    "suggestions": 195,
    "comments": 6,
    "name": "Russian",
    "url": "https://translate.tails.net/languages/ru/"
}