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": 4637,
    "total_words": 22809,
    "total_chars": 139472,
    "last_change": "2025-07-16T15:20:16.350623Z",
    "recent_changes": 186,
    "translated": 3043,
    "translated_words": 13579,
    "translated_percent": 65.6,
    "translated_words_percent": 59.5,
    "translated_chars": 82609,
    "translated_chars_percent": 59.2,
    "fuzzy": 8,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 144,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 900,
    "fuzzy_chars_percent": 0.6,
    "failing": 301,
    "failing_percent": 6.4,
    "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/"
}