Languages API.

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

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

{
    "total": 4021,
    "total_words": 17212,
    "total_chars": 105428,
    "last_change": "2024-05-13T16:27:00.367335Z",
    "recent_changes": 18,
    "translated": 3125,
    "translated_words": 13339,
    "translated_percent": 77.7,
    "translated_words_percent": 77.4,
    "translated_chars": 81846,
    "translated_chars_percent": 77.6,
    "fuzzy": 127,
    "fuzzy_percent": 3.1,
    "fuzzy_words": 685,
    "fuzzy_words_percent": 3.9,
    "fuzzy_chars": 4128,
    "fuzzy_chars_percent": 3.9,
    "failing": 9,
    "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": 0,
    "comments": 0,
    "name": "Esperanto",
    "url": "https://translate.jellyfin.org/languages/eo/"
}