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": 5314,
    "total_words": 31188,
    "total_chars": 187841,
    "last_change": "2026-04-09T21:57:08.336194Z",
    "recent_changes": 35,
    "translated": 3394,
    "translated_words": 18809,
    "translated_percent": 63.8,
    "translated_words_percent": 60.3,
    "translated_chars": 113136,
    "translated_chars_percent": 60.2,
    "fuzzy": 108,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 1512,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 8746,
    "fuzzy_chars_percent": 4.6,
    "failing": 307,
    "failing_percent": 5.7,
    "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/"
}