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": 12591,
    "total_words": 134353,
    "last_change": "2026-03-20T14:21:08.544330Z",
    "recent_changes": 234,
    "translated": 10529,
    "translated_words": 102758,
    "translated_percent": 83.6,
    "translated_words_percent": 76.4,
    "translated_chars": 614915,
    "translated_chars_percent": 76.4,
    "total_chars": 804526,
    "fuzzy": 233,
    "fuzzy_percent": 1.8,
    "failing": 890,
    "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/"
}