Translation components API.

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

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

{
    "total": 43,
    "total_words": 508,
    "total_chars": 3833,
    "last_change": "2024-05-06T14:28:31.271223Z",
    "recent_changes": 2,
    "translated": 16,
    "translated_words": 183,
    "translated_percent": 37.2,
    "translated_words_percent": 36.0,
    "translated_chars": 1542,
    "translated_chars_percent": 40.2,
    "fuzzy": 9,
    "fuzzy_percent": 20.9,
    "fuzzy_words": 142,
    "fuzzy_words_percent": 27.9,
    "fuzzy_chars": 1023,
    "fuzzy_chars_percent": 26.6,
    "failing": 10,
    "failing_percent": 23.2,
    "approved": 6,
    "approved_percent": 13.9,
    "approved_words": 56,
    "approved_words_percent": 11.0,
    "approved_chars": 638,
    "approved_chars_percent": 16.6,
    "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/wikisrcdocresetmac-po/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetmac-po/zh_TW/"
}