Translation components API.

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

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

{
    "total": 33,
    "total_words": 372,
    "total_chars": 2710,
    "last_change": "2021-10-30T10:48:22.510226Z",
    "recent_changes": 2,
    "translated": 5,
    "translated_words": 24,
    "translated_percent": 15.1,
    "translated_words_percent": 6.4,
    "translated_chars": 185,
    "translated_chars_percent": 6.8,
    "fuzzy": 7,
    "fuzzy_percent": 21.2,
    "fuzzy_words": 65,
    "fuzzy_words_percent": 17.4,
    "fuzzy_chars": 448,
    "fuzzy_chars_percent": 16.5,
    "failing": 4,
    "failing_percent": 12.1,
    "approved": 2,
    "approved_percent": 6.0,
    "approved_words": 3,
    "approved_words_percent": 0.8,
    "approved_chars": 26,
    "approved_chars_percent": 0.9,
    "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/wikisrcdocfirst_stepswelcome_screenadministration_password-po/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepswelcome_screenadministration_password-po/zh_TW/"
}