Translation components API.

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

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

{
    "total": 27,
    "total_words": 363,
    "total_chars": 2776,
    "last_change": "2023-03-11T23:27:18.187701Z",
    "recent_changes": 2,
    "translated": 15,
    "translated_words": 199,
    "translated_percent": 55.5,
    "translated_words_percent": 54.8,
    "translated_chars": 1384,
    "translated_chars_percent": 49.8,
    "fuzzy": 4,
    "fuzzy_percent": 14.8,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 9.3,
    "fuzzy_chars": 258,
    "fuzzy_chars_percent": 9.2,
    "failing": 3,
    "failing_percent": 11.1,
    "approved": 4,
    "approved_percent": 14.8,
    "approved_words": 5,
    "approved_words_percent": 1.3,
    "approved_chars": 35,
    "approved_chars_percent": 1.2,
    "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.boum.org/projects/tails/wireless_devices/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wireless_devices/zh_TW/"
}