Translation components API.

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

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

{
    "total": 97,
    "total_words": 431,
    "total_chars": 2627,
    "last_change": "2025-07-06T21:08:33.425006Z",
    "recent_changes": 7,
    "translated": 31,
    "translated_words": 93,
    "translated_percent": 31.9,
    "translated_words_percent": 21.5,
    "translated_chars": 619,
    "translated_chars_percent": 23.5,
    "fuzzy": 9,
    "fuzzy_percent": 9.2,
    "fuzzy_words": 108,
    "fuzzy_words_percent": 25.0,
    "fuzzy_chars": 613,
    "fuzzy_chars_percent": 23.3,
    "failing": 10,
    "failing_percent": 10.3,
    "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/pf2e-dorako-ui/main/it/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dorako-ui/main/it/"
}