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": 19867,
    "total_words": 168851,
    "total_chars": 1051082,
    "last_change": "2025-03-14T14:55:05.048551Z",
    "recent_changes": 1180,
    "translated": 12361,
    "translated_words": 101653,
    "translated_percent": 62.2,
    "translated_words_percent": 60.2,
    "translated_chars": 635222,
    "translated_chars_percent": 60.4,
    "fuzzy": 11,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 44,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 265,
    "fuzzy_chars_percent": 0.1,
    "failing": 217,
    "failing_percent": 1.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.otrs.com/languages/vi/"
}