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": 5344,
    "total_words": 31454,
    "total_chars": 189620,
    "last_change": "2025-11-26T22:33:33.267597Z",
    "recent_changes": 29,
    "translated": 3400,
    "translated_words": 18917,
    "translated_percent": 63.6,
    "translated_words_percent": 60.1,
    "translated_chars": 113787,
    "translated_chars_percent": 60.0,
    "fuzzy": 102,
    "fuzzy_percent": 1.9,
    "fuzzy_words": 1437,
    "fuzzy_words_percent": 4.5,
    "fuzzy_chars": 8306,
    "fuzzy_chars_percent": 4.3,
    "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/"
}