Translation components API.

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

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

{
    "total": 40,
    "total_words": 444,
    "total_chars": 3207,
    "last_change": "2024-05-20T16:43:00.408265Z",
    "recent_changes": 2,
    "translated": 5,
    "translated_words": 8,
    "translated_percent": 12.5,
    "translated_words_percent": 1.8,
    "translated_chars": 78,
    "translated_chars_percent": 2.4,
    "fuzzy": 9,
    "fuzzy_percent": 22.5,
    "fuzzy_words": 100,
    "fuzzy_words_percent": 22.5,
    "fuzzy_chars": 937,
    "fuzzy_chars_percent": 29.2,
    "failing": 6,
    "failing_percent": 15.0,
    "approved": 5,
    "approved_percent": 12.5,
    "approved_words": 8,
    "approved_words_percent": 1.8,
    "approved_chars": 78,
    "approved_chars_percent": 2.4,
    "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/wikisrcdocpersistent_storagebackuppo/zh_TW/",
    "translate_url": "https://translate.tails.net/translate/tails/wikisrcdocpersistent_storagebackuppo/zh_TW/"
}