Translation components API.

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

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

{
    "total": 380,
    "total_words": 759,
    "total_chars": 5059,
    "last_change": "2025-07-23T14:16:18.498173Z",
    "recent_changes": 0,
    "translated": 90,
    "translated_words": 312,
    "translated_percent": 23.6,
    "translated_words_percent": 41.1,
    "translated_chars": 2029,
    "translated_chars_percent": 40.1,
    "fuzzy": 130,
    "fuzzy_percent": 34.2,
    "fuzzy_words": 242,
    "fuzzy_words_percent": 31.8,
    "fuzzy_chars": 1577,
    "fuzzy_chars_percent": 31.1,
    "failing": 47,
    "failing_percent": 12.3,
    "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": 1,
    "comments": 0,
    "code": "es",
    "name": "Spanish",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/common/es/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/common/es/"
}