Languages API.

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

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

{
    "total": 3633,
    "total_words": 16375,
    "total_chars": 100345,
    "last_change": "2024-05-10T19:41:34.930524Z",
    "recent_changes": 334,
    "translated": 2530,
    "translated_words": 10489,
    "translated_percent": 69.6,
    "translated_words_percent": 64.0,
    "translated_chars": 64594,
    "translated_chars_percent": 64.3,
    "fuzzy": 57,
    "fuzzy_percent": 1.5,
    "fuzzy_words": 393,
    "fuzzy_words_percent": 2.4,
    "fuzzy_chars": 2357,
    "fuzzy_chars_percent": 2.3,
    "failing": 87,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 30,
    "readonly_percent": 0.8,
    "readonly_words": 46,
    "readonly_words_percent": 0.2,
    "readonly_chars": 293,
    "readonly_chars_percent": 0.2,
    "suggestions": 17,
    "comments": 1,
    "name": "Bulgarian",
    "url": "https://translate.jellyfin.org/languages/bg/"
}