Translation components API.

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

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

{
    "total": 333,
    "total_words": 1595,
    "total_chars": 9453,
    "last_change": "2025-06-18T06:37:45.022686Z",
    "recent_changes": 0,
    "translated": 242,
    "translated_words": 765,
    "translated_percent": 72.6,
    "translated_words_percent": 47.9,
    "translated_chars": 4524,
    "translated_chars_percent": 47.8,
    "fuzzy": 7,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 193,
    "fuzzy_words_percent": 12.1,
    "fuzzy_chars": 1115,
    "fuzzy_chars_percent": 11.7,
    "failing": 6,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2,
    "readonly_percent": 0.6,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 2,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/blade-runner/main/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/blade-runner/main/es/"
}