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": 2204,
    "total_words": 9630,
    "last_change": "2026-04-09T06:00:46.120848Z",
    "recent_changes": 91,
    "translated": 1494,
    "translated_words": 5647,
    "translated_percent": 67.7,
    "translated_words_percent": 58.6,
    "translated_chars": 35772,
    "translated_chars_percent": 58.6,
    "total_chars": 60968,
    "fuzzy": 147,
    "fuzzy_percent": 6.6,
    "failing": 29,
    "failing_percent": 1.3,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}