Translation components API.

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

GET /api/translations/tails/encrypted_volumes/zh_TW/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-20T16:34:50.916023Z",
    "recent_changes": 1,
    "translated": 4,
    "translated_words": 6,
    "translated_percent": 4.8,
    "translated_words_percent": 0.5,
    "translated_chars": 59,
    "translated_chars_percent": 0.7,
    "fuzzy": 16,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 94,
    "fuzzy_words_percent": 8.7,
    "fuzzy_chars": 905,
    "fuzzy_chars_percent": 11.3,
    "failing": 11,
    "failing_percent": 13.2,
    "approved": 4,
    "approved_percent": 4.8,
    "approved_words": 6,
    "approved_words_percent": 0.5,
    "approved_chars": 59,
    "approved_chars_percent": 0.7,
    "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": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/projects/tails/encrypted_volumes/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/encrypted_volumes/zh_TW/"
}