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": 2592,
    "total_words": 10199,
    "total_chars": 62693,
    "last_change": "2025-12-03T04:30:33.245951Z",
    "recent_changes": 2,
    "translated": 2077,
    "translated_words": 7951,
    "translated_percent": 80.1,
    "translated_words_percent": 77.9,
    "translated_chars": 48780,
    "translated_chars_percent": 77.8,
    "fuzzy": 7,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 35,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 198,
    "fuzzy_chars_percent": 0.3,
    "failing": 348,
    "failing_percent": 13.4,
    "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.0,
    "readonly_words": 624,
    "readonly_words_percent": 6.1,
    "readonly_chars": 3863,
    "readonly_chars_percent": 6.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Vietnamese",
    "url": "http://translate.gtaf.org/languages/vi/"
}