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": 22300,
    "total_words": 133214,
    "total_chars": 818355,
    "last_change": "2026-05-27T09:37:51.995848Z",
    "recent_changes": 262,
    "translated": 13279,
    "translated_words": 79527,
    "translated_percent": 59.5,
    "translated_words_percent": 59.6,
    "translated_chars": 486725,
    "translated_chars_percent": 59.4,
    "fuzzy": 2409,
    "fuzzy_percent": 10.8,
    "fuzzy_words": 16396,
    "fuzzy_words_percent": 12.3,
    "fuzzy_chars": 100586,
    "fuzzy_chars_percent": 12.2,
    "failing": 2031,
    "failing_percent": 9.1,
    "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": 52,
    "comments": 2,
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/languages/es/"
}