Translation components API.

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

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

{
    "total": 34,
    "total_words": 384,
    "total_chars": 2559,
    "last_change": "2024-05-20T16:15:44.074623Z",
    "recent_changes": 1,
    "translated": 6,
    "translated_words": 13,
    "translated_percent": 17.6,
    "translated_words_percent": 3.3,
    "translated_chars": 150,
    "translated_chars_percent": 5.8,
    "fuzzy": 6,
    "fuzzy_percent": 17.6,
    "fuzzy_words": 64,
    "fuzzy_words_percent": 16.6,
    "fuzzy_chars": 402,
    "fuzzy_chars_percent": 15.7,
    "failing": 5,
    "failing_percent": 14.7,
    "approved": 4,
    "approved_percent": 11.7,
    "approved_words": 9,
    "approved_words_percent": 2.3,
    "approved_chars": 113,
    "approved_chars_percent": 4.4,
    "readonly": 1,
    "readonly_percent": 2.9,
    "readonly_words": 2,
    "readonly_words_percent": 0.5,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.7,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocresetlinux-po/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocresetlinux-po/zh_TW/"
}