Translation components API.

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

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

{
    "total": 71,
    "total_words": 107,
    "last_change": "2024-12-17T08:07:59.421388Z",
    "recent_changes": 4,
    "translated": 62,
    "translated_words": 90,
    "translated_percent": 87.3,
    "translated_words_percent": 84.1,
    "translated_chars": 1199,
    "translated_chars_percent": 91.4,
    "total_chars": 1311,
    "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": 2,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.rikka.app/projects/app-ops/glossary/sv/",
    "translate_url": "https://weblate.rikka.app/translate/app-ops/glossary/sv/"
}