Translation components API.

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

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

{
    "total": 7,
    "total_words": 125,
    "total_chars": 1233,
    "last_change": "2021-10-30T10:46:51.821692Z",
    "recent_changes": 1,
    "translated": 3,
    "translated_words": 36,
    "translated_percent": 42.8,
    "translated_words_percent": 28.8,
    "translated_chars": 365,
    "translated_chars_percent": 29.6,
    "fuzzy": 4,
    "fuzzy_percent": 57.1,
    "fuzzy_words": 89,
    "fuzzy_words_percent": 71.2,
    "fuzzy_chars": 868,
    "fuzzy_chars_percent": 70.3,
    "failing": 1,
    "failing_percent": 14.2,
    "approved": 1,
    "approved_percent": 14.2,
    "approved_words": 2,
    "approved_words_percent": 1.6,
    "approved_chars": 27,
    "approved_chars_percent": 2.1,
    "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/verify_up-to-dateinline/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/verify_up-to-dateinline/zh_TW/"
}