Translation components API.

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

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

{
    "total": 741,
    "total_words": 5821,
    "total_chars": 34629,
    "last_change": "2025-07-16T15:20:11.096315Z",
    "recent_changes": 1,
    "translated": 647,
    "translated_words": 4926,
    "translated_percent": 87.3,
    "translated_words_percent": 84.6,
    "translated_chars": 29522,
    "translated_chars_percent": 85.2,
    "fuzzy": 7,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 97,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 632,
    "fuzzy_chars_percent": 1.8,
    "failing": 4,
    "failing_percent": 0.5,
    "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/item-piles/main/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/item-piles/main/de/"
}