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": 12100,
    "total_words": 129081,
    "last_change": "2025-06-27T04:42:32.923428Z",
    "recent_changes": 473,
    "translated": 10211,
    "translated_words": 102023,
    "translated_percent": 84.3,
    "translated_words_percent": 79.0,
    "translated_chars": 611628,
    "translated_chars_percent": 79.0,
    "total_chars": 773304,
    "fuzzy": 193,
    "fuzzy_percent": 1.5,
    "failing": 905,
    "failing_percent": 7.4,
    "approved": 77,
    "approved_percent": 0.6,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 12,
    "comments": 189,
    "name": "Indonesian",
    "url": "https://translate.habitica.com/languages/id/"
}