Languages API.

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

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

{
    "total": 4031,
    "total_words": 17214,
    "total_chars": 105515,
    "last_change": "2024-05-13T16:27:36.333035Z",
    "recent_changes": 64,
    "translated": 3779,
    "translated_words": 16179,
    "translated_percent": 93.7,
    "translated_words_percent": 93.9,
    "translated_chars": 99296,
    "translated_chars_percent": 94.1,
    "fuzzy": 11,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 132,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 788,
    "fuzzy_chars_percent": 0.7,
    "failing": 11,
    "failing_percent": 0.2,
    "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": 53,
    "comments": 8,
    "name": "Russian",
    "url": "https://translate.jellyfin.org/languages/ru/"
}