Languages API.

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

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

{
    "total": 4025,
    "total_words": 17196,
    "total_chars": 105465,
    "last_change": "2024-05-13T16:27:52.903185Z",
    "recent_changes": 72,
    "translated": 4021,
    "translated_words": 17191,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 105432,
    "translated_chars_percent": 99.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29,
    "readonly_percent": 0.7,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 180,
    "comments": 6,
    "name": "Chinese (Simplified)",
    "url": "https://translate.jellyfin.org/languages/zh_Hans/"
}