Languages API.

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

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

{
    "total": 4025,
    "total_words": 17492,
    "total_chars": 107184,
    "last_change": "2024-05-13T16:27:39.078997Z",
    "recent_changes": 50,
    "translated": 3552,
    "translated_words": 15034,
    "translated_percent": 88.2,
    "translated_words_percent": 85.9,
    "translated_chars": 92334,
    "translated_chars_percent": 86.1,
    "fuzzy": 10,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 231,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 1359,
    "fuzzy_chars_percent": 1.2,
    "failing": 180,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.7,
    "readonly_words": 46,
    "readonly_words_percent": 0.2,
    "readonly_chars": 291,
    "readonly_chars_percent": 0.2,
    "suggestions": 6,
    "comments": 3,
    "name": "Slovenian",
    "url": "https://translate.jellyfin.org/languages/sl/"
}