Translation components API.

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

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

{
    "total": 83,
    "total_words": 1073,
    "total_chars": 7982,
    "last_change": "2024-05-14T23:22:45.757340Z",
    "recent_changes": 1,
    "translated": 35,
    "translated_words": 430,
    "translated_percent": 42.1,
    "translated_words_percent": 40.0,
    "translated_chars": 3314,
    "translated_chars_percent": 41.5,
    "fuzzy": 27,
    "fuzzy_percent": 32.5,
    "fuzzy_words": 400,
    "fuzzy_words_percent": 37.2,
    "fuzzy_chars": 2754,
    "fuzzy_chars_percent": 34.5,
    "failing": 8,
    "failing_percent": 9.6,
    "approved": 19,
    "approved_percent": 22.8,
    "approved_words": 84,
    "approved_words_percent": 7.8,
    "approved_chars": 970,
    "approved_chars_percent": 12.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.tails.net/projects/tails/encrypted_volumes/it/",
    "translate_url": "https://translate.tails.net/translate/tails/encrypted_volumes/it/"
}