Translation components API.

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

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

{
    "total": 71,
    "total_words": 101,
    "last_change": "2025-02-01T06:27:29.578498Z",
    "recent_changes": 1,
    "translated": 61,
    "translated_words": 77,
    "translated_percent": 85.9,
    "translated_words_percent": 76.2,
    "translated_chars": 1118,
    "translated_chars_percent": 87.9,
    "total_chars": 1271,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 11.2,
    "suggestions": 1,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/zh_Hant/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/zh_Hant/"
}