Translation components API.

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

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

{
    "total": 524,
    "total_words": 4134,
    "total_chars": 25984,
    "last_change": "2026-05-25T08:40:16.954785Z",
    "recent_changes": 0,
    "translated": 468,
    "translated_words": 3544,
    "translated_percent": 89.3,
    "translated_words_percent": 85.7,
    "translated_chars": 22163,
    "translated_chars_percent": 85.2,
    "fuzzy": 14,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 205,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 1257,
    "fuzzy_chars_percent": 4.8,
    "failing": 2,
    "failing_percent": 0.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": "de",
    "name": "German",
    "url": "https://weblate.foundryvtt-hub.com/projects/xdy-pf2e-workbench/main/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/xdy-pf2e-workbench/main/de/"
}