Translation components API.

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

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

{
    "total": 13,
    "total_words": 133,
    "total_chars": 1601,
    "last_change": "2022-12-22T11:00:08.835399Z",
    "recent_changes": 1,
    "translated": 5,
    "translated_words": 40,
    "translated_percent": 38.4,
    "translated_words_percent": 30.0,
    "translated_chars": 547,
    "translated_chars_percent": 34.1,
    "fuzzy": 4,
    "fuzzy_percent": 30.7,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 21.8,
    "fuzzy_chars": 355,
    "fuzzy_chars_percent": 22.1,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 2,
    "approved_percent": 15.3,
    "approved_words": 8,
    "approved_words_percent": 6.0,
    "approved_chars": 158,
    "approved_chars_percent": 9.8,
    "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/office_suite/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/office_suite/zh_TW/"
}