Translation components API.

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

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

{
    "total": 216,
    "total_words": 647,
    "total_chars": 3690,
    "last_change": "2024-01-29T17:23:56.628590Z",
    "recent_changes": 2,
    "translated": 138,
    "translated_words": 361,
    "translated_percent": 63.8,
    "translated_words_percent": 55.7,
    "translated_chars": 2007,
    "translated_chars_percent": 54.3,
    "fuzzy": 29,
    "fuzzy_percent": 13.4,
    "fuzzy_words": 93,
    "fuzzy_words_percent": 14.3,
    "fuzzy_chars": 553,
    "fuzzy_chars_percent": 14.9,
    "failing": 5,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "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_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-keyboard/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-keyboard/zh_Hant/"
}