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": 3723,
    "total_words": 35084,
    "total_chars": 244156,
    "last_change": "2026-03-31T08:41:46.842445Z",
    "recent_changes": 3,
    "translated": 3561,
    "translated_words": 32505,
    "translated_percent": 95.6,
    "translated_words_percent": 92.6,
    "translated_chars": 226044,
    "translated_chars_percent": 92.5,
    "fuzzy": 98,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 2197,
    "fuzzy_words_percent": 6.2,
    "fuzzy_chars": 15172,
    "fuzzy_chars_percent": 6.2,
    "failing": 485,
    "failing_percent": 13.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.7,
    "readonly_words": 27,
    "readonly_words_percent": 0.1,
    "readonly_chars": 90,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.immersivetranslate.com/languages/ru/"
}