Translation components API.

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

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

{
    "total": 17,
    "total_words": 56,
    "total_chars": 344,
    "last_change": "2023-11-20T21:04:29.421705Z",
    "recent_changes": 0,
    "translated": 14,
    "translated_words": 52,
    "translated_percent": 82.3,
    "translated_words_percent": 92.8,
    "translated_chars": 320,
    "translated_chars_percent": 93.0,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 6,
    "readonly_percent": 35.2,
    "readonly_words": 13,
    "readonly_words_percent": 23.2,
    "readonly_chars": 76,
    "readonly_chars_percent": 22.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ar",
    "name": "Arabic",
    "url": "https://translate.mattermost.com/projects/mattermost/glossary/ar/",
    "translate_url": "https://translate.mattermost.com/translate/mattermost/glossary/ar/"
}