Languages API.

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

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

{
    "total": 36430,
    "total_words": 262396,
    "total_chars": 1674079,
    "last_change": "2025-09-13T13:13:02.557999Z",
    "recent_changes": 138,
    "translated": 36421,
    "translated_words": 262394,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 1674062,
    "translated_chars_percent": 99.9,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 17,
    "fuzzy_chars_percent": 0.1,
    "failing": 6193,
    "failing_percent": 16.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2799,
    "readonly_percent": 7.6,
    "readonly_words": 26968,
    "readonly_words_percent": 10.2,
    "readonly_chars": 168371,
    "readonly_chars_percent": 10.0,
    "suggestions": 47,
    "comments": 53,
    "name": "English",
    "url": "https://weblate.foundryvtt-hub.com/languages/en/"
}