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": 3006,
    "total_words": 15364,
    "total_chars": 92702,
    "last_change": "2026-03-23T03:20:50.546194Z",
    "recent_changes": 102,
    "translated": 1829,
    "translated_words": 5989,
    "translated_percent": 60.8,
    "translated_words_percent": 38.9,
    "translated_chars": 37112,
    "translated_chars_percent": 40.0,
    "fuzzy": 185,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 665,
    "fuzzy_words_percent": 4.3,
    "fuzzy_chars": 4052,
    "fuzzy_chars_percent": 4.3,
    "failing": 202,
    "failing_percent": 6.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.9,
    "readonly_words": 67,
    "readonly_words_percent": 0.4,
    "readonly_chars": 496,
    "readonly_chars_percent": 0.5,
    "suggestions": 9,
    "comments": 0,
    "name": "Russian",
    "url": "http://translate.gtaf.org/languages/ru/"
}