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": 12085,
    "total_words": 127502,
    "last_change": "2025-03-27T14:01:41.494355Z",
    "recent_changes": 465,
    "translated": 8782,
    "translated_words": 77341,
    "translated_percent": 72.6,
    "translated_words_percent": 60.6,
    "translated_chars": 461194,
    "translated_chars_percent": 60.3,
    "total_chars": 764063,
    "fuzzy": 285,
    "fuzzy_percent": 2.3,
    "failing": 2622,
    "failing_percent": 21.6,
    "approved": 900,
    "approved_percent": 7.4,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 66,
    "comments": 7,
    "name": "Korean",
    "url": "https://translate.habitica.com/languages/ko/"
}