Translation components API.

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

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

{
    "total": 532,
    "total_words": 2495,
    "total_chars": 14880,
    "last_change": "2026-05-27T09:37:54.528361Z",
    "recent_changes": 0,
    "translated": 70,
    "translated_words": 228,
    "translated_percent": 13.1,
    "translated_words_percent": 9.1,
    "translated_chars": 1441,
    "translated_chars_percent": 9.6,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 39,
    "fuzzy_words_percent": 1.5,
    "fuzzy_chars": 263,
    "fuzzy_chars_percent": 1.7,
    "failing": 3,
    "failing_percent": 0.5,
    "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": 15,
    "comments": 0,
    "code": "ru",
    "name": "Russian",
    "url": "https://weblate.foundryvtt-hub.com/projects/dice-so-nice/main/ru/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/ru/"
}