Translation components API.

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

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

{
    "total": 61,
    "total_words": 224,
    "last_change": "2023-03-22T18:01:14.587041Z",
    "recent_changes": 18,
    "translated": 57,
    "translated_words": 218,
    "translated_percent": 93.4,
    "translated_words_percent": 97.3,
    "translated_chars": 2069,
    "translated_chars_percent": 98.0,
    "total_chars": 2111,
    "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": 0,
    "comments": 0,
    "code": "ca",
    "name": "Catalan",
    "url": "https://weblate.rikka.app/projects/shizuku/glossary/ca/",
    "translate_url": "https://weblate.rikka.app/translate/shizuku/glossary/ca/"
}