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": 12700,
    "total_words": 134497,
    "last_change": "2026-03-20T14:21:11.198721Z",
    "recent_changes": 339,
    "translated": 9581,
    "translated_words": 83852,
    "translated_percent": 75.4,
    "translated_words_percent": 62.3,
    "translated_chars": 497743,
    "translated_chars_percent": 61.8,
    "total_chars": 805266,
    "fuzzy": 340,
    "fuzzy_percent": 2.6,
    "failing": 2556,
    "failing_percent": 20.1,
    "approved": 891,
    "approved_percent": 7.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "suggestions": 88,
    "comments": 7,
    "name": "Korean",
    "url": "https://translate.habitica.com/languages/ko/"
}