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": 9339,
    "total_words": 111640,
    "total_chars": 856485,
    "last_change": "2025-05-07T16:03:04.751999Z",
    "recent_changes": 534,
    "translated": 2977,
    "translated_words": 27091,
    "translated_percent": 31.8,
    "translated_words_percent": 24.2,
    "translated_chars": 223865,
    "translated_chars_percent": 26.1,
    "fuzzy": 937,
    "fuzzy_percent": 10.0,
    "fuzzy_words": 12276,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 106069,
    "fuzzy_chars_percent": 12.3,
    "failing": 510,
    "failing_percent": 5.4,
    "approved": 2547,
    "approved_percent": 27.2,
    "approved_words": 23414,
    "approved_words_percent": 20.9,
    "approved_chars": 189040,
    "approved_chars_percent": 22.0,
    "readonly": 153,
    "readonly_percent": 1.6,
    "readonly_words": 869,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6898,
    "readonly_chars_percent": 0.8,
    "suggestions": 250,
    "comments": 10,
    "name": "Russian",
    "url": "https://translate.tails.net/languages/ru/"
}