Translation components API.

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

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

{
    "total": 1181,
    "total_words": 6215,
    "total_chars": 38331,
    "last_change": "2025-08-27T04:11:43.759246Z",
    "recent_changes": 0,
    "translated": 927,
    "translated_words": 4573,
    "translated_percent": 78.4,
    "translated_words_percent": 73.5,
    "translated_chars": 28138,
    "translated_chars_percent": 73.4,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 50,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 273,
    "fuzzy_chars_percent": 0.7,
    "failing": 98,
    "failing_percent": 8.2,
    "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": "ru",
    "name": "Russian",
    "url": "https://weblate.foundryvtt-hub.com/projects/od6s/main/ru/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/od6s/main/ru/"
}