Languages API.

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

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

{
    "total": 3060,
    "total_words": 14566,
    "total_chars": 89558,
    "last_change": "2024-05-17T05:50:19.320899Z",
    "recent_changes": 30,
    "translated": 2899,
    "translated_words": 13961,
    "translated_percent": 94.7,
    "translated_words_percent": 95.8,
    "translated_chars": 85994,
    "translated_chars_percent": 96.0,
    "fuzzy": 107,
    "fuzzy_percent": 3.4,
    "fuzzy_words": 417,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 2465,
    "fuzzy_chars_percent": 2.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": 29,
    "readonly_percent": 0.9,
    "readonly_words": 45,
    "readonly_words_percent": 0.3,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.3,
    "suggestions": 0,
    "comments": 1,
    "name": "Portuguese (Portugal)",
    "url": "https://translate.jellyfin.org/languages/pt_PT/"
}