Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/vi/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1838,
    "total_words": 6867,
    "last_change": "2025-05-23T07:54:05.673023Z",
    "recent_changes": 435,
    "translated": 1456,
    "translated_words": 5128,
    "translated_percent": 79.2,
    "translated_words_percent": 74.6,
    "translated_chars": 33551,
    "translated_chars_percent": 71.6,
    "total_chars": 46824,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Vietnamese",
    "url": "https://translate.lxqt-project.org/languages/vi/"
}