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": 2969,
    "total_words": 14964,
    "total_chars": 90210,
    "last_change": "2026-02-25T03:41:05.077631Z",
    "recent_changes": 8,
    "translated": 1979,
    "translated_words": 7322,
    "translated_percent": 66.6,
    "translated_words_percent": 48.9,
    "translated_chars": 45240,
    "translated_chars_percent": 50.1,
    "fuzzy": 16,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 101,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 572,
    "fuzzy_chars_percent": 0.6,
    "failing": 352,
    "failing_percent": 11.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 1.0,
    "readonly_words": 69,
    "readonly_words_percent": 0.4,
    "readonly_chars": 509,
    "readonly_chars_percent": 0.5,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.gtaf.org/languages/vi/"
}