Languages API.

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

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

{
    "total": 2394,
    "total_words": 11420,
    "total_chars": 70225,
    "last_change": "2024-05-10T19:42:37.443190Z",
    "recent_changes": 5,
    "translated": 1963,
    "translated_words": 9097,
    "translated_percent": 81.9,
    "translated_words_percent": 79.6,
    "translated_chars": 55951,
    "translated_chars_percent": 79.6,
    "fuzzy": 43,
    "fuzzy_percent": 1.7,
    "fuzzy_words": 432,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 2639,
    "fuzzy_chars_percent": 3.7,
    "failing": 7,
    "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": 27,
    "readonly_percent": 1.1,
    "readonly_words": 42,
    "readonly_words_percent": 0.3,
    "readonly_chars": 263,
    "readonly_chars_percent": 0.3,
    "suggestions": 16,
    "comments": 1,
    "name": "Basque",
    "url": "https://translate.jellyfin.org/languages/eu/"
}