Translation components API.

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

GET /api/translations/website/index/zh_Hant/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 125,
    "total_words": 1122,
    "total_chars": 7012,
    "last_change": "2023-09-30T08:40:53.122770Z",
    "recent_changes": 9,
    "translated": 61,
    "translated_words": 363,
    "translated_percent": 48.8,
    "translated_words_percent": 32.3,
    "translated_chars": 2280,
    "translated_chars_percent": 32.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/projects/website/index/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/website/index/zh_Hant/"
}