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": 2118,
    "total_words": 9259,
    "last_change": "2025-07-27T21:08:05.170092Z",
    "recent_changes": 51,
    "translated": 1458,
    "translated_words": 5563,
    "translated_percent": 68.8,
    "translated_words_percent": 60.0,
    "translated_chars": 35297,
    "translated_chars_percent": 60.0,
    "total_chars": 58773,
    "fuzzy": 135,
    "fuzzy_percent": 6.3,
    "failing": 25,
    "failing_percent": 1.1,
    "name": "Hungarian",
    "url": "http://i18n.foe-helper.com/languages/hu/"
}