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": 12626,
    "total_words": 134730,
    "last_change": "2026-05-07T15:56:37.274618Z",
    "recent_changes": 230,
    "translated": 10525,
    "translated_words": 102748,
    "translated_percent": 83.3,
    "translated_words_percent": 76.2,
    "translated_chars": 614861,
    "translated_chars_percent": 76.2,
    "total_chars": 806617,
    "fuzzy": 237,
    "fuzzy_percent": 1.8,
    "failing": 894,
    "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/"
}