Languages API.

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

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

{
    "total": 4030,
    "total_words": 17212,
    "total_chars": 105498,
    "last_change": "2024-05-13T16:26:55.951124Z",
    "recent_changes": 64,
    "translated": 3773,
    "translated_words": 16049,
    "translated_percent": 93.6,
    "translated_words_percent": 93.2,
    "translated_chars": 98409,
    "translated_chars_percent": 93.2,
    "fuzzy": 16,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 149,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 914,
    "fuzzy_chars_percent": 0.8,
    "failing": 14,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 33,
    "readonly_percent": 0.8,
    "readonly_words": 49,
    "readonly_words_percent": 0.2,
    "readonly_chars": 316,
    "readonly_chars_percent": 0.2,
    "suggestions": 57,
    "comments": 5,
    "name": "Danish",
    "url": "https://translate.jellyfin.org/languages/da/"
}