Languages API.

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

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

{
    "total": 4304,
    "total_words": 18379,
    "total_chars": 112496,
    "last_change": "2024-05-13T16:27:14.438213Z",
    "recent_changes": 12,
    "translated": 4269,
    "translated_words": 18130,
    "translated_percent": 99.1,
    "translated_words_percent": 98.6,
    "translated_chars": 111049,
    "translated_chars_percent": 98.7,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 74,
    "fuzzy_words_percent": 0.4,
    "fuzzy_chars": 424,
    "fuzzy_chars_percent": 0.3,
    "failing": 5,
    "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.6,
    "readonly_words": 45,
    "readonly_words_percent": 0.2,
    "readonly_chars": 285,
    "readonly_chars_percent": 0.2,
    "suggestions": 4,
    "comments": 6,
    "name": "Italian",
    "url": "https://translate.jellyfin.org/languages/it/"
}