Translation components API.

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

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

{
    "total": 66,
    "total_words": 756,
    "total_chars": 7765,
    "last_change": "2023-03-11T19:12:20.223970Z",
    "recent_changes": 2,
    "translated": 11,
    "translated_words": 36,
    "translated_percent": 16.6,
    "translated_words_percent": 4.7,
    "translated_chars": 539,
    "translated_chars_percent": 6.9,
    "fuzzy": 29,
    "fuzzy_percent": 43.9,
    "fuzzy_words": 222,
    "fuzzy_words_percent": 29.3,
    "fuzzy_chars": 2674,
    "fuzzy_chars_percent": 34.4,
    "failing": 18,
    "failing_percent": 27.2,
    "approved": 6,
    "approved_percent": 9.0,
    "approved_words": 20,
    "approved_words_percent": 2.6,
    "approved_chars": 285,
    "approved_chars_percent": 3.6,
    "readonly": 2,
    "readonly_percent": 3.0,
    "readonly_words": 5,
    "readonly_words_percent": 0.6,
    "readonly_chars": 47,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_TW",
    "name": "Chinese (Taiwan)",
    "url": "https://translate.tails.boum.org/projects/tails/restart_first_timeinline/zh_TW/",
    "translate_url": "https://translate.tails.boum.org/translate/tails/restart_first_timeinline/zh_TW/"
}