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": 2307,
    "total_words": 17874,
    "last_change": "2023-07-17T11:18:08.362346Z",
    "recent_changes": 2,
    "translated": 2076,
    "translated_words": 16428,
    "translated_percent": 89.9,
    "translated_words_percent": 91.9,
    "translated_chars": 101351,
    "translated_chars_percent": 92.0,
    "total_chars": 110113,
    "fuzzy": 228,
    "fuzzy_percent": 9.8,
    "failing": 1535,
    "failing_percent": 66.5,
    "approved": 137,
    "approved_percent": 5.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 16,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://traduk.amikumu.com/languages/vi/"
}