Translation components API.

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

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

{
    "total": 120,
    "total_words": 1051,
    "total_chars": 9228,
    "last_change": "2022-12-19T19:01:15.944405Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 8,
    "translated_percent": 4.1,
    "translated_words_percent": 0.7,
    "translated_chars": 75,
    "translated_chars_percent": 0.8,
    "fuzzy": 40,
    "fuzzy_percent": 33.3,
    "fuzzy_words": 149,
    "fuzzy_words_percent": 14.1,
    "fuzzy_chars": 1865,
    "fuzzy_chars_percent": 20.2,
    "failing": 30,
    "failing_percent": 25.0,
    "approved": 2,
    "approved_percent": 1.6,
    "approved_words": 3,
    "approved_words_percent": 0.2,
    "approved_chars": 29,
    "approved_chars_percent": 0.3,
    "readonly": 1,
    "readonly_percent": 0.8,
    "readonly_words": 1,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/wikisrcdocfirst_stepsdesktop-po/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/wikisrcdocfirst_stepsdesktop-po/zh_TW/"
}