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": 24394,
    "total_words": 218084,
    "total_chars": 1448686,
    "last_change": "2025-08-09T17:16:37.071288Z",
    "recent_changes": 4,
    "translated": 7888,
    "translated_words": 39566,
    "translated_percent": 32.3,
    "translated_words_percent": 18.1,
    "translated_chars": 246934,
    "translated_chars_percent": 17.0,
    "fuzzy": 495,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 3375,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 20918,
    "fuzzy_chars_percent": 1.4,
    "failing": 201,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 150,
    "readonly_percent": 0.6,
    "readonly_words": 141,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1752,
    "readonly_chars_percent": 0.1,
    "suggestions": 16,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.osgeo.org/languages/ru/"
}