Languages API.

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

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

{
    "total": 4023,
    "total_words": 17204,
    "total_chars": 105439,
    "last_change": "2024-05-13T16:26:58.921943Z",
    "recent_changes": 85,
    "translated": 3438,
    "translated_words": 14518,
    "translated_percent": 85.4,
    "translated_words_percent": 84.3,
    "translated_chars": 89318,
    "translated_chars_percent": 84.7,
    "fuzzy": 24,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 479,
    "fuzzy_words_percent": 2.7,
    "fuzzy_chars": 2901,
    "fuzzy_chars_percent": 2.7,
    "failing": 23,
    "failing_percent": 0.5,
    "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": 25,
    "comments": 0,
    "name": "Greek",
    "url": "https://translate.jellyfin.org/languages/el/"
}