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": 6930,
    "total_words": 34971,
    "last_change": "2025-03-10T17:45:00.429850Z",
    "recent_changes": 359,
    "translated": 5228,
    "translated_words": 23790,
    "translated_percent": 75.4,
    "translated_words_percent": 68.0,
    "translated_chars": 168483,
    "translated_chars_percent": 68.3,
    "total_chars": 246626,
    "fuzzy": 378,
    "fuzzy_percent": 5.4,
    "failing": 328,
    "failing_percent": 4.7,
    "name": "Hungarian",
    "url": "https://translate.lxqt-project.org/languages/hu/"
}