Translation components API.

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

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

{
    "total": 2714,
    "total_words": 16569,
    "total_chars": 100416,
    "last_change": "2025-07-23T14:16:31.235551Z",
    "recent_changes": 0,
    "translated": 1219,
    "translated_words": 7437,
    "translated_percent": 44.9,
    "translated_words_percent": 44.8,
    "translated_chars": 44979,
    "translated_chars_percent": 44.7,
    "fuzzy": 1495,
    "fuzzy_percent": 55.0,
    "fuzzy_words": 9132,
    "fuzzy_words_percent": 55.1,
    "fuzzy_chars": 55437,
    "fuzzy_chars_percent": 55.2,
    "failing": 1030,
    "failing_percent": 37.9,
    "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": 16,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/client/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/client/es/"
}