Translation components API.

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

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

{
    "total": 16,
    "total_words": 82,
    "total_chars": 1235,
    "last_change": "2023-07-29T21:02:05.913749Z",
    "recent_changes": 3,
    "translated": 13,
    "translated_words": 49,
    "translated_percent": 81.2,
    "translated_words_percent": 59.7,
    "translated_chars": 985,
    "translated_chars_percent": 79.7,
    "fuzzy": 2,
    "fuzzy_percent": 12.5,
    "fuzzy_words": 15,
    "fuzzy_words_percent": 18.2,
    "fuzzy_chars": 143,
    "fuzzy_chars_percent": 11.5,
    "failing": 3,
    "failing_percent": 18.7,
    "approved": 12,
    "approved_percent": 75.0,
    "approved_words": 45,
    "approved_words_percent": 54.8,
    "approved_chars": 898,
    "approved_chars_percent": 72.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/upgrade-tails/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/upgrade-tails/zh_TW/"
}