Translation components API.

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

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

{
    "total": 83,
    "total_words": 235,
    "total_chars": 1480,
    "last_change": "2024-05-07T19:27:49.428856Z",
    "recent_changes": 1,
    "translated": 70,
    "translated_words": 177,
    "translated_percent": 84.3,
    "translated_words_percent": 75.3,
    "translated_chars": 1124,
    "translated_chars_percent": 75.9,
    "fuzzy": 7,
    "fuzzy_percent": 8.4,
    "fuzzy_words": 27,
    "fuzzy_words_percent": 11.4,
    "fuzzy_chars": 175,
    "fuzzy_chars_percent": 11.8,
    "failing": 1,
    "failing_percent": 1.2,
    "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_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-pantheon-shell/zh_Hans/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-pantheon-shell/zh_Hans/"
}