Translation components API.

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

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

{
    "total": 91,
    "total_words": 1045,
    "total_chars": 7356,
    "last_change": "2020-05-14T07:29:38.115902Z",
    "recent_changes": 3,
    "translated": 26,
    "translated_words": 260,
    "translated_percent": 28.5,
    "translated_words_percent": 24.8,
    "translated_chars": 1805,
    "translated_chars_percent": 24.5,
    "fuzzy": 23,
    "fuzzy_percent": 25.2,
    "fuzzy_words": 340,
    "fuzzy_words_percent": 32.5,
    "fuzzy_chars": 2549,
    "fuzzy_chars_percent": 34.6,
    "failing": 7,
    "failing_percent": 7.6,
    "approved": 3,
    "approved_percent": 3.2,
    "approved_words": 5,
    "approved_words_percent": 0.4,
    "approved_chars": 44,
    "approved_chars_percent": 0.5,
    "readonly": 4,
    "readonly_percent": 4.3,
    "readonly_words": 8,
    "readonly_words_percent": 0.7,
    "readonly_chars": 86,
    "readonly_chars_percent": 1.1,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/advanced_topics_virt_manager/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/advanced_topics_virt_manager/zh_TW/"
}