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": 2631,
    "total_words": 11576,
    "last_change": "2026-04-09T06:00:46.120848Z",
    "recent_changes": 88,
    "translated": 1418,
    "translated_words": 5106,
    "translated_percent": 53.8,
    "translated_words_percent": 44.1,
    "translated_chars": 31612,
    "translated_chars_percent": 43.9,
    "total_chars": 71929,
    "fuzzy": 188,
    "fuzzy_percent": 7.1,
    "failing": 31,
    "failing_percent": 1.1,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}