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": 6934,
    "total_words": 35007,
    "last_change": "2025-03-10T17:45:00.429850Z",
    "recent_changes": 359,
    "translated": 5210,
    "translated_words": 23704,
    "translated_percent": 75.1,
    "translated_words_percent": 67.7,
    "translated_chars": 167804,
    "translated_chars_percent": 67.9,
    "total_chars": 246862,
    "fuzzy": 378,
    "fuzzy_percent": 5.4,
    "failing": 328,
    "failing_percent": 4.7,
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/languages/hu/"
}