Translation components API.

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

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

{
    "total": 3,
    "total_words": 32,
    "total_chars": 257,
    "last_change": "2020-05-14T05:19:23.071821Z",
    "recent_changes": 2,
    "translated": 2,
    "translated_words": 3,
    "translated_percent": 66.6,
    "translated_words_percent": 9.3,
    "translated_chars": 29,
    "translated_chars_percent": 11.2,
    "fuzzy": 1,
    "fuzzy_percent": 33.3,
    "fuzzy_words": 29,
    "fuzzy_words_percent": 90.6,
    "fuzzy_chars": 228,
    "fuzzy_chars_percent": 88.7,
    "failing": 1,
    "failing_percent": 33.3,
    "approved": 2,
    "approved_percent": 66.6,
    "approved_words": 3,
    "approved_words_percent": 9.3,
    "approved_chars": 29,
    "approved_chars_percent": 11.2,
    "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/virtualizationcaution/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/virtualizationcaution/zh_TW/"
}