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": 12428,
    "total_words": 132625,
    "last_change": "2026-01-28T21:20:46.109988Z",
    "recent_changes": 266,
    "translated": 10549,
    "translated_words": 103143,
    "translated_percent": 84.8,
    "translated_words_percent": 77.7,
    "translated_chars": 617401,
    "translated_chars_percent": 77.7,
    "total_chars": 794181,
    "fuzzy": 213,
    "fuzzy_percent": 1.7,
    "failing": 870,
    "failing_percent": 7.0,
    "approved": 77,
    "approved_percent": 0.6,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 13,
    "comments": 189,
    "name": "Indonesian",
    "url": "https://translate.habitica.com/languages/id/"
}