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": 2224,
    "total_words": 9737,
    "last_change": "2026-04-09T06:00:46.120848Z",
    "recent_changes": 91,
    "translated": 1463,
    "translated_words": 5466,
    "translated_percent": 65.7,
    "translated_words_percent": 56.1,
    "translated_chars": 34485,
    "translated_chars_percent": 55.9,
    "total_chars": 61684,
    "fuzzy": 178,
    "fuzzy_percent": 8.0,
    "failing": 31,
    "failing_percent": 1.3,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}