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": 2138,
    "total_words": 9352,
    "last_change": "2025-07-27T21:08:05.170092Z",
    "recent_changes": 51,
    "translated": 1453,
    "translated_words": 5545,
    "translated_percent": 67.9,
    "translated_words_percent": 59.2,
    "translated_chars": 35152,
    "translated_chars_percent": 59.3,
    "total_chars": 59273,
    "fuzzy": 140,
    "fuzzy_percent": 6.5,
    "failing": 25,
    "failing_percent": 1.1,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}