Languages API.

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

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

{
    "total": 12500,
    "total_words": 132486,
    "last_change": "2025-11-26T01:47:27.463487Z",
    "recent_changes": 510,
    "translated": 12049,
    "translated_words": 123214,
    "translated_percent": 96.3,
    "translated_words_percent": 93.0,
    "translated_chars": 737396,
    "translated_chars_percent": 92.9,
    "total_chars": 793592,
    "fuzzy": 175,
    "fuzzy_percent": 1.4,
    "failing": 179,
    "failing_percent": 1.4,
    "approved": 9109,
    "approved_percent": 72.8,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://translate.habitica.com/languages/hu/"
}