Translation components API.

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

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

{
    "total": 1218,
    "total_words": 5271,
    "total_chars": 32147,
    "last_change": "2025-11-28T10:27:10.682721Z",
    "recent_changes": 0,
    "translated": 688,
    "translated_words": 2274,
    "translated_percent": 56.4,
    "translated_words_percent": 43.1,
    "translated_chars": 14151,
    "translated_chars_percent": 44.0,
    "fuzzy": 26,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 188,
    "fuzzy_words_percent": 3.5,
    "fuzzy_chars": 1092,
    "fuzzy_chars_percent": 3.3,
    "failing": 30,
    "failing_percent": 2.4,
    "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/swade/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/swade/main/es/"
}