Translation components API.

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

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

{
    "total": 68,
    "total_words": 240,
    "last_change": "2024-07-02T19:45:12.029550Z",
    "recent_changes": 2,
    "translated": 55,
    "translated_words": 214,
    "translated_percent": 80.8,
    "translated_words_percent": 89.1,
    "translated_chars": 2047,
    "translated_chars_percent": 91.2,
    "total_chars": 2243,
    "fuzzy": 2,
    "fuzzy_percent": 2.9,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 5.8,
    "suggestions": 2,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/sv/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/sv/"
}