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": 4791,
    "total_words": 23514,
    "total_chars": 143717,
    "last_change": "2025-11-26T22:33:35.366599Z",
    "recent_changes": 185,
    "translated": 3040,
    "translated_words": 13572,
    "translated_percent": 63.4,
    "translated_words_percent": 57.7,
    "translated_chars": 82565,
    "translated_chars_percent": 57.4,
    "fuzzy": 9,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 148,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 927,
    "fuzzy_chars_percent": 0.6,
    "failing": 301,
    "failing_percent": 6.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 4,
    "readonly_chars_percent": 0.1,
    "suggestions": 5,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.foundryvtt-hub.com/languages/ru/"
}