Languages API.

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

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

{
    "total": 4826,
    "total_words": 27483,
    "total_chars": 164708,
    "last_change": "2025-07-16T15:20:14.282667Z",
    "recent_changes": 16,
    "translated": 2902,
    "translated_words": 14990,
    "translated_percent": 60.1,
    "translated_words_percent": 54.5,
    "translated_chars": 89119,
    "translated_chars_percent": 54.1,
    "fuzzy": 102,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 1437,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 8306,
    "fuzzy_chars_percent": 5.0,
    "failing": 238,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "readonly_words": 8,
    "readonly_words_percent": 0.1,
    "readonly_chars": 45,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Korean",
    "url": "https://weblate.foundryvtt-hub.com/languages/ko/"
}