Translation components API.

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

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

{
    "total": 173,
    "total_words": 1650,
    "total_chars": 9907,
    "last_change": "2025-07-07T22:57:14.959976Z",
    "recent_changes": 0,
    "translated": 162,
    "translated_words": 1513,
    "translated_percent": 93.6,
    "translated_words_percent": 91.6,
    "translated_chars": 9051,
    "translated_chars_percent": 91.3,
    "fuzzy": 2,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 19,
    "fuzzy_words_percent": 1.1,
    "fuzzy_chars": 115,
    "fuzzy_chars_percent": 1.1,
    "failing": 2,
    "failing_percent": 1.1,
    "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": 11,
    "comments": 1,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/chat-portrait/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/chat-portrait/main/es/"
}