Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/es/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 21993,
    "total_words": 131703,
    "total_chars": 808886,
    "last_change": "2026-04-05T11:24:13.124858Z",
    "recent_changes": 263,
    "translated": 13233,
    "translated_words": 79418,
    "translated_percent": 60.1,
    "translated_words_percent": 60.3,
    "translated_chars": 485916,
    "translated_chars_percent": 60.0,
    "fuzzy": 2403,
    "fuzzy_percent": 10.9,
    "fuzzy_words": 16281,
    "fuzzy_words_percent": 12.3,
    "fuzzy_chars": 99959,
    "fuzzy_chars_percent": 12.3,
    "failing": 2142,
    "failing_percent": 9.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.1,
    "readonly_words": 23,
    "readonly_words_percent": 0.1,
    "readonly_chars": 122,
    "readonly_chars_percent": 0.1,
    "suggestions": 38,
    "comments": 2,
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/languages/es/"
}