Translation components API.

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

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

{
    "total": 19,
    "total_words": 439,
    "total_chars": 2698,
    "last_change": "2023-03-12T15:50:27.355504Z",
    "recent_changes": 1,
    "translated": 16,
    "translated_words": 409,
    "translated_percent": 84.2,
    "translated_words_percent": 93.1,
    "translated_chars": 2472,
    "translated_chars_percent": 91.6,
    "fuzzy": 2,
    "fuzzy_percent": 10.5,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 6.6,
    "fuzzy_chars": 216,
    "fuzzy_chars_percent": 8.0,
    "failing": 1,
    "failing_percent": 5.2,
    "approved": 4,
    "approved_percent": 21.0,
    "approved_words": 93,
    "approved_words_percent": 21.1,
    "approved_chars": 593,
    "approved_chars_percent": 21.9,
    "readonly": 1,
    "readonly_percent": 5.2,
    "readonly_words": 7,
    "readonly_words_percent": 1.5,
    "readonly_chars": 49,
    "readonly_chars_percent": 1.8,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.net/projects/tails/why_we_need_donations/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/why_we_need_donations/zh_TW/"
}