Languages API.

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

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

{
    "total": 3453,
    "total_words": 15712,
    "total_chars": 96403,
    "last_change": "2024-05-17T05:50:18.683803Z",
    "recent_changes": 11,
    "translated": 269,
    "translated_words": 432,
    "translated_percent": 7.7,
    "translated_words_percent": 2.7,
    "translated_chars": 2696,
    "translated_chars_percent": 2.7,
    "fuzzy": 71,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 170,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 1031,
    "fuzzy_chars_percent": 1.0,
    "failing": 10,
    "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.8,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 0,
    "comments": 0,
    "name": "Mongolian",
    "url": "https://translate.jellyfin.org/languages/mn/"
}