Translation components API.

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

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

{
    "total": 11,
    "total_words": 276,
    "total_chars": 1904,
    "last_change": "2020-05-14T05:11:23.479178Z",
    "recent_changes": 4,
    "translated": 4,
    "translated_words": 121,
    "translated_percent": 36.3,
    "translated_words_percent": 43.8,
    "translated_chars": 832,
    "translated_chars_percent": 43.6,
    "fuzzy": 1,
    "fuzzy_percent": 9.0,
    "fuzzy_words": 45,
    "fuzzy_words_percent": 16.3,
    "fuzzy_chars": 264,
    "fuzzy_chars_percent": 13.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 4,
    "approved_percent": 36.3,
    "approved_words": 121,
    "approved_words_percent": 43.8,
    "approved_chars": 832,
    "approved_chars_percent": 43.6,
    "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.boum.org/projects/tails/cold_boot_attacks/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/cold_boot_attacks/zh_TW/"
}