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": 2483,
    "total_words": 9300,
    "total_chars": 57101,
    "last_change": "2025-09-18T08:26:13.458826Z",
    "recent_changes": 20,
    "translated": 1990,
    "translated_words": 7725,
    "translated_percent": 80.1,
    "translated_words_percent": 83.0,
    "translated_chars": 47507,
    "translated_chars_percent": 83.1,
    "fuzzy": 47,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 194,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 1049,
    "fuzzy_chars_percent": 1.8,
    "failing": 315,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 4.2,
    "readonly_words": 624,
    "readonly_words_percent": 6.7,
    "readonly_chars": 3863,
    "readonly_chars_percent": 6.7,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.gtaf.org/languages/vi/"
}