Languages API.

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

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

{
    "total": 4028,
    "total_words": 17211,
    "total_chars": 105494,
    "last_change": "2024-05-13T16:27:41.906871Z",
    "recent_changes": 29,
    "translated": 3929,
    "translated_words": 16337,
    "translated_percent": 97.5,
    "translated_words_percent": 94.9,
    "translated_chars": 100120,
    "translated_chars_percent": 94.9,
    "fuzzy": 17,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 225,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 1312,
    "fuzzy_chars_percent": 1.2,
    "failing": 11,
    "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.7,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 44,
    "comments": 8,
    "name": "Swedish",
    "url": "https://translate.jellyfin.org/languages/sv/"
}