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": 1828,
    "total_words": 6826,
    "last_change": "2025-03-10T17:43:44.540715Z",
    "recent_changes": 509,
    "translated": 1426,
    "translated_words": 5013,
    "translated_percent": 78.0,
    "translated_words_percent": 73.4,
    "translated_chars": 32841,
    "translated_chars_percent": 70.5,
    "total_chars": 46548,
    "fuzzy": 16,
    "fuzzy_percent": 0.8,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Vietnamese",
    "url": "https://translate.lxqt-project.org/languages/vi/"
}