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": 12542,
    "total_words": 132922,
    "last_change": "2026-01-28T21:20:45.496876Z",
    "recent_changes": 499,
    "translated": 12019,
    "translated_words": 122642,
    "translated_percent": 95.8,
    "translated_words_percent": 92.2,
    "translated_chars": 734015,
    "translated_chars_percent": 92.1,
    "total_chars": 796176,
    "fuzzy": 202,
    "fuzzy_percent": 1.6,
    "failing": 209,
    "failing_percent": 1.6,
    "approved": 9092,
    "approved_percent": 72.4,
    "readonly": 17,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://translate.habitica.com/languages/hu/"
}