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": 3743,
    "total_words": 16304,
    "total_chars": 100110,
    "last_change": "2024-05-13T16:27:51.419836Z",
    "recent_changes": 16,
    "translated": 3183,
    "translated_words": 14326,
    "translated_percent": 85.0,
    "translated_words_percent": 87.8,
    "translated_chars": 88124,
    "translated_chars_percent": 88.0,
    "fuzzy": 14,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 224,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 1314,
    "fuzzy_chars_percent": 1.3,
    "failing": 13,
    "failing_percent": 0.3,
    "approved": 1,
    "approved_percent": 0.1,
    "approved_words": 1,
    "approved_words_percent": 0.1,
    "approved_chars": 9,
    "approved_chars_percent": 0.1,
    "readonly": 29,
    "readonly_percent": 0.7,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 95,
    "comments": 0,
    "name": "Vietnamese",
    "url": "https://translate.jellyfin.org/languages/vi/"
}