Translation components API.

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

GET /api/translations/kanka-foundry/main/it/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 163,
    "total_words": 987,
    "total_chars": 6304,
    "last_change": "2024-03-29T09:48:04.074319Z",
    "recent_changes": 0,
    "translated": 110,
    "translated_words": 848,
    "translated_percent": 67.4,
    "translated_words_percent": 85.9,
    "translated_chars": 5407,
    "translated_chars_percent": 85.7,
    "fuzzy": 1,
    "fuzzy_percent": 0.6,
    "fuzzy_words": 1,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 6,
    "fuzzy_chars_percent": 0.1,
    "failing": 6,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://weblate.foundryvtt-hub.com/projects/kanka-foundry/main/it/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/kanka-foundry/main/it/"
}