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": 1657,
    "total_words": 6313,
    "total_chars": 38739,
    "last_change": "2025-07-12T19:15:40.029982Z",
    "recent_changes": 13,
    "translated": 992,
    "translated_words": 3163,
    "translated_percent": 59.8,
    "translated_words_percent": 50.1,
    "translated_chars": 19817,
    "translated_chars_percent": 51.1,
    "fuzzy": 82,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 279,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 1556,
    "fuzzy_chars_percent": 4.0,
    "failing": 25,
    "failing_percent": 1.5,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 102,
    "readonly_percent": 6.1,
    "readonly_words": 618,
    "readonly_words_percent": 9.7,
    "readonly_chars": 3817,
    "readonly_chars_percent": 9.8,
    "suggestions": 7,
    "comments": 0,
    "name": "Russian",
    "url": "http://translate.gtaf.org/languages/ru/"
}