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": 12358,
    "total_words": 130842,
    "last_change": "2025-08-26T12:27:53.701543Z",
    "recent_changes": 268,
    "translated": 8944,
    "translated_words": 79581,
    "translated_percent": 72.3,
    "translated_words_percent": 60.8,
    "translated_chars": 473645,
    "translated_chars_percent": 60.4,
    "total_chars": 783749,
    "fuzzy": 286,
    "fuzzy_percent": 2.3,
    "failing": 2602,
    "failing_percent": 21.0,
    "approved": 897,
    "approved_percent": 7.2,
    "readonly": 14,
    "readonly_percent": 0.1,
    "suggestions": 93,
    "comments": 7,
    "name": "Korean",
    "url": "https://translate.habitica.com/languages/ko/"
}