Languages API.

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

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

{
    "total": 4315,
    "total_words": 18381,
    "total_chars": 112579,
    "last_change": "2024-05-13T16:26:57.328665Z",
    "recent_changes": 58,
    "translated": 4240,
    "translated_words": 17888,
    "translated_percent": 98.2,
    "translated_words_percent": 97.3,
    "translated_chars": 109604,
    "translated_chars_percent": 97.3,
    "fuzzy": 9,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 59,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 364,
    "fuzzy_chars_percent": 0.3,
    "failing": 50,
    "failing_percent": 1.1,
    "approved": 931,
    "approved_percent": 21.5,
    "approved_words": 4817,
    "approved_words_percent": 26.2,
    "approved_chars": 29394,
    "approved_chars_percent": 26.1,
    "readonly": 32,
    "readonly_percent": 0.7,
    "readonly_words": 48,
    "readonly_words_percent": 0.2,
    "readonly_chars": 310,
    "readonly_chars_percent": 0.2,
    "suggestions": 32,
    "comments": 18,
    "name": "German",
    "url": "https://translate.jellyfin.org/languages/de/"
}