Languages API.

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

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

{
    "total": 3229,
    "total_words": 13900,
    "total_chars": 84877,
    "last_change": "2024-05-10T19:43:17.408520Z",
    "recent_changes": 6,
    "translated": 590,
    "translated_words": 1803,
    "translated_percent": 18.2,
    "translated_words_percent": 12.9,
    "translated_chars": 11090,
    "translated_chars_percent": 13.0,
    "fuzzy": 12,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 267,
    "fuzzy_words_percent": 1.9,
    "fuzzy_chars": 1697,
    "fuzzy_chars_percent": 1.9,
    "failing": 2,
    "failing_percent": 0.1,
    "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.3,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.3,
    "suggestions": 15,
    "comments": 0,
    "name": "Hindi",
    "url": "https://translate.jellyfin.org/languages/hi/"
}