Translation components API.

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

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

{
    "total": 13,
    "total_words": 49,
    "total_chars": 926,
    "last_change": "2023-08-02T09:19:04.786211Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 12,
    "translated_percent": 23.0,
    "translated_words_percent": 24.4,
    "translated_chars": 236,
    "translated_chars_percent": 25.4,
    "fuzzy": 6,
    "fuzzy_percent": 46.1,
    "fuzzy_words": 24,
    "fuzzy_words_percent": 48.9,
    "fuzzy_chars": 459,
    "fuzzy_chars_percent": 49.5,
    "failing": 2,
    "failing_percent": 15.3,
    "approved": 1,
    "approved_percent": 7.6,
    "approved_words": 4,
    "approved_words_percent": 8.1,
    "approved_chars": 85,
    "approved_chars_percent": 9.1,
    "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/wikisrcupgradewindowspo/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcupgradewindowspo/zh_TW/"
}