Languages API.

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

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

{
    "total": 4306,
    "total_words": 18382,
    "total_chars": 112509,
    "last_change": "2024-05-13T16:27:01.996912Z",
    "recent_changes": 98,
    "translated": 4182,
    "translated_words": 17645,
    "translated_percent": 97.1,
    "translated_words_percent": 95.9,
    "translated_chars": 108050,
    "translated_chars_percent": 96.0,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 103,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 587,
    "fuzzy_chars_percent": 0.5,
    "failing": 112,
    "failing_percent": 2.6,
    "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.6,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 9,
    "comments": 6,
    "name": "Spanish",
    "url": "https://translate.jellyfin.org/languages/es/"
}