Translation components API.

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

GET /api/translations/pf2e-dorako-ui/main/es/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-07T03:18:49.916283Z",
    "recent_changes": 0,
    "translated": 70,
    "translated_words": 212,
    "translated_percent": 72.1,
    "translated_words_percent": 49.1,
    "translated_chars": 1319,
    "translated_chars_percent": 50.2,
    "fuzzy": 11,
    "fuzzy_percent": 11.3,
    "fuzzy_words": 113,
    "fuzzy_words_percent": 26.2,
    "fuzzy_chars": 682,
    "fuzzy_chars_percent": 25.9,
    "failing": 17,
    "failing_percent": 17.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": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/pf2e-dorako-ui/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/pf2e-dorako-ui/main/es/"
}