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": 12250,
    "total_words": 130714,
    "last_change": "2025-08-26T08:50:46.421866Z",
    "recent_changes": 232,
    "translated": 10298,
    "translated_words": 102124,
    "translated_percent": 84.0,
    "translated_words_percent": 78.1,
    "translated_chars": 612049,
    "translated_chars_percent": 78.1,
    "total_chars": 783069,
    "fuzzy": 205,
    "fuzzy_percent": 1.6,
    "failing": 839,
    "failing_percent": 6.8,
    "approved": 77,
    "approved_percent": 0.6,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 10,
    "comments": 189,
    "name": "Indonesian",
    "url": "https://translate.habitica.com/languages/id/"
}