Translation components API.

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

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

{
    "total": 69,
    "total_words": 247,
    "last_change": "2024-10-09T10:32:12.116391Z",
    "recent_changes": 15,
    "translated": 64,
    "translated_words": 209,
    "translated_percent": 92.7,
    "translated_words_percent": 84.6,
    "translated_chars": 1978,
    "translated_chars_percent": 87.0,
    "total_chars": 2273,
    "fuzzy": 2,
    "fuzzy_percent": 2.8,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 1.4,
    "suggestions": 3,
    "comments": 0,
    "code": "vi",
    "name": "Vietnamese",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/vi/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/vi/"
}