Translation components API.

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

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

{
    "total": 392,
    "total_words": 843,
    "total_chars": 5624,
    "last_change": "2026-01-09T13:10:44.978040Z",
    "recent_changes": 0,
    "translated": 95,
    "translated_words": 380,
    "translated_percent": 24.2,
    "translated_words_percent": 45.0,
    "translated_chars": 2499,
    "translated_chars_percent": 44.4,
    "fuzzy": 126,
    "fuzzy_percent": 32.1,
    "fuzzy_words": 231,
    "fuzzy_words_percent": 27.4,
    "fuzzy_chars": 1491,
    "fuzzy_chars_percent": 26.5,
    "failing": 59,
    "failing_percent": 15.0,
    "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": "ja",
    "name": "Japanese",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/common/ja/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/common/ja/"
}