Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/vi_vn/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 32662,
    "total_words": 152924,
    "total_chars": 942856,
    "last_change": "2024-05-24T05:04:39.539518Z",
    "recent_changes": 205,
    "translated": 12632,
    "translated_words": 50632,
    "translated_percent": 38.6,
    "translated_words_percent": 33.1,
    "translated_chars": 312367,
    "translated_chars_percent": 33.1,
    "fuzzy": 302,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 1021,
    "fuzzy_words_percent": 0.6,
    "fuzzy_chars": 5840,
    "fuzzy_chars_percent": 0.6,
    "failing": 530,
    "failing_percent": 1.6,
    "approved": 30,
    "approved_percent": 0.1,
    "approved_words": 65,
    "approved_words_percent": 0.1,
    "approved_chars": 345,
    "approved_chars_percent": 0.1,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://kodi.weblate.cloud/languages/vi_vn/"
}