Translation components API.

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

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

{
    "total": 55,
    "total_words": 195,
    "total_chars": 1187,
    "last_change": "2021-12-09T18:28:40.125502Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 26,
    "translated_percent": 21.8,
    "translated_words_percent": 13.3,
    "translated_chars": 187,
    "translated_chars_percent": 15.7,
    "fuzzy": 11,
    "fuzzy_percent": 20.0,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 16.4,
    "fuzzy_chars": 202,
    "fuzzy_chars_percent": 17.0,
    "failing": 7,
    "failing_percent": 12.7,
    "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-onlineaccounts/zh_Hant/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-onlineaccounts/zh_Hant/"
}