Translation components API.

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

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

{
    "total": 68,
    "total_words": 94,
    "last_change": "2024-03-20T07:06:14.412532Z",
    "recent_changes": 3,
    "translated": 59,
    "translated_words": 78,
    "translated_percent": 86.7,
    "translated_words_percent": 82.9,
    "translated_chars": 1046,
    "translated_chars_percent": 86.5,
    "total_chars": 1208,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 57,
    "comments": 0,
    "code": "zh_Hans",
    "name": "Chinese (Simplified)",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/zh_Hans/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/zh_Hans/"
}