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": 3831,
    "last_change": "2024-05-06T14:28:31.271223Z",
    "recent_changes": 1,
    "translated": 15,
    "translated_words": 171,
    "translated_percent": 34.8,
    "translated_words_percent": 33.6,
    "translated_chars": 1430,
    "translated_chars_percent": 37.3,
    "fuzzy": 10,
    "fuzzy_percent": 23.2,
    "fuzzy_words": 154,
    "fuzzy_words_percent": 30.3,
    "fuzzy_chars": 1133,
    "fuzzy_chars_percent": 29.5,
    "failing": 7,
    "failing_percent": 16.2,
    "approved": 5,
    "approved_percent": 11.6,
    "approved_words": 44,
    "approved_words_percent": 8.6,
    "approved_chars": 526,
    "approved_chars_percent": 13.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/wikisrcdocresetmac-po/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocresetmac-po/zh_TW/"
}