Translation components API.

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

GET /api/translations/jellyfin/glossary/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 142,
    "total_words": 177,
    "total_chars": 1149,
    "last_change": "2024-08-20T19:12:03.175223Z",
    "recent_changes": 1,
    "translated": 141,
    "translated_words": 176,
    "translated_percent": 99.2,
    "translated_words_percent": 99.4,
    "translated_chars": 1142,
    "translated_chars_percent": 99.3,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 35,
    "readonly_percent": 24.6,
    "readonly_words": 51,
    "readonly_words_percent": 28.8,
    "readonly_chars": 329,
    "readonly_chars_percent": 28.6,
    "suggestions": 31,
    "comments": 0,
    "code": "nl",
    "name": "Dutch",
    "url": "https://translate.jellyfin.org/projects/jellyfin/glossary/nl/",
    "translate_url": "https://translate.jellyfin.org/translate/jellyfin/glossary/nl/"
}