Translation components API.

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

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

{
    "total": 139,
    "total_words": 790,
    "total_chars": 4948,
    "last_change": "2025-07-18T17:21:23.927898Z",
    "recent_changes": 0,
    "translated": 37,
    "translated_words": 158,
    "translated_percent": 26.6,
    "translated_words_percent": 20.0,
    "translated_chars": 923,
    "translated_chars_percent": 18.6,
    "fuzzy": 8,
    "fuzzy_percent": 5.7,
    "fuzzy_words": 58,
    "fuzzy_words_percent": 7.3,
    "fuzzy_chars": 365,
    "fuzzy_chars_percent": 7.3,
    "failing": 2,
    "failing_percent": 1.4,
    "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": "de",
    "name": "German",
    "url": "https://weblate.foundryvtt-hub.com/projects/quick-insert/main/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/quick-insert/main/de/"
}