Translation components API.

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

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

{
    "total": 144,
    "total_words": 1409,
    "total_chars": 18958,
    "last_change": "2023-07-29T21:48:35.940098Z",
    "recent_changes": 1,
    "translated": 8,
    "translated_words": 19,
    "translated_percent": 5.5,
    "translated_words_percent": 1.3,
    "translated_chars": 222,
    "translated_chars_percent": 1.1,
    "fuzzy": 96,
    "fuzzy_percent": 66.6,
    "fuzzy_words": 1048,
    "fuzzy_words_percent": 74.3,
    "fuzzy_chars": 14692,
    "fuzzy_chars_percent": 77.4,
    "failing": 28,
    "failing_percent": 19.4,
    "approved": 2,
    "approved_percent": 1.3,
    "approved_words": 4,
    "approved_words_percent": 0.2,
    "approved_chars": 40,
    "approved_chars_percent": 0.2,
    "readonly": 1,
    "readonly_percent": 0.6,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 18,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/finances/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/finances/zh_TW/"
}