Translation components API.

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

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

{
    "total": 225,
    "total_words": 683,
    "total_chars": 3893,
    "last_change": "2024-06-11T17:35:06.196250Z",
    "recent_changes": 0,
    "translated": 191,
    "translated_words": 535,
    "translated_percent": 84.8,
    "translated_words_percent": 78.3,
    "translated_chars": 3014,
    "translated_chars_percent": 77.4,
    "fuzzy": 8,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 36,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 241,
    "fuzzy_chars_percent": 6.1,
    "failing": 3,
    "failing_percent": 1.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_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://l10n.elementary.io/projects/switchboard/switchboard-plug-keyboard/zh_Hans/",
    "translate_url": "https://l10n.elementary.io/translate/switchboard/switchboard-plug-keyboard/zh_Hans/"
}