Languages API.

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

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

{
    "total": 4101,
    "total_words": 17314,
    "total_chars": 106050,
    "last_change": "2024-05-14T15:41:27.308234Z",
    "recent_changes": 453,
    "translated": 3483,
    "translated_words": 14279,
    "translated_percent": 84.9,
    "translated_words_percent": 82.4,
    "translated_chars": 87688,
    "translated_chars_percent": 82.6,
    "fuzzy": 15,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 327,
    "fuzzy_words_percent": 1.8,
    "fuzzy_chars": 1975,
    "fuzzy_chars_percent": 1.8,
    "failing": 3,
    "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": 35,
    "comments": 7,
    "name": "Korean",
    "url": "https://translate.jellyfin.org/languages/ko/"
}