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": 1829,
    "total_words": 6849,
    "last_change": "2025-04-18T08:55:47.277929Z",
    "recent_changes": 503,
    "translated": 1425,
    "translated_words": 4985,
    "translated_percent": 77.9,
    "translated_words_percent": 72.7,
    "translated_chars": 32503,
    "translated_chars_percent": 69.5,
    "total_chars": 46705,
    "fuzzy": 16,
    "fuzzy_percent": 0.8,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Vietnamese",
    "url": "https://translate.lxqt-project.org/languages/vi/"
}