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": 12818,
    "total_words": 135738,
    "last_change": "2026-05-07T15:56:53.241537Z",
    "recent_changes": 308,
    "translated": 9621,
    "translated_words": 84742,
    "translated_percent": 75.0,
    "translated_words_percent": 62.4,
    "translated_chars": 503260,
    "translated_chars_percent": 61.9,
    "total_chars": 812579,
    "fuzzy": 340,
    "fuzzy_percent": 2.6,
    "failing": 2555,
    "failing_percent": 19.9,
    "approved": 891,
    "approved_percent": 6.9,
    "readonly": 17,
    "readonly_percent": 0.1,
    "suggestions": 87,
    "comments": 7,
    "name": "Korean",
    "url": "https://translate.habitica.com/languages/ko/"
}