Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/id/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 12386,
    "total_words": 132189,
    "last_change": "2025-12-14T02:22:39.641728Z",
    "recent_changes": 258,
    "translated": 10457,
    "translated_words": 102124,
    "translated_percent": 84.4,
    "translated_words_percent": 77.2,
    "translated_chars": 610471,
    "translated_chars_percent": 77.1,
    "total_chars": 791597,
    "fuzzy": 221,
    "fuzzy_percent": 1.7,
    "failing": 875,
    "failing_percent": 7.0,
    "approved": 77,
    "approved_percent": 0.6,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 12,
    "comments": 189,
    "name": "Indonesian",
    "url": "https://translate.habitica.com/languages/id/"
}