Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/he/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 12487,
    "total_words": 132703,
    "last_change": "2026-01-28T21:20:44.426988Z",
    "recent_changes": 295,
    "translated": 5806,
    "translated_words": 49523,
    "translated_percent": 46.4,
    "translated_words_percent": 37.3,
    "translated_chars": 297732,
    "translated_chars_percent": 37.4,
    "total_chars": 794673,
    "fuzzy": 320,
    "fuzzy_percent": 2.5,
    "failing": 1019,
    "failing_percent": 8.1,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 18,
    "readonly_percent": 0.1,
    "suggestions": 36,
    "comments": 15,
    "name": "Hebrew",
    "url": "https://translate.habitica.com/languages/he/"
}