Translation components API.

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

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

{
    "total": 834,
    "total_words": 6874,
    "total_chars": 42550,
    "last_change": "2025-07-23T14:16:45.344490Z",
    "recent_changes": 0,
    "translated": 179,
    "translated_words": 1595,
    "translated_percent": 21.4,
    "translated_words_percent": 23.2,
    "translated_chars": 9610,
    "translated_chars_percent": 22.5,
    "fuzzy": 655,
    "fuzzy_percent": 78.5,
    "fuzzy_words": 5279,
    "fuzzy_words_percent": 76.7,
    "fuzzy_chars": 32940,
    "fuzzy_chars_percent": 77.4,
    "failing": 205,
    "failing_percent": 24.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": 0,
    "comments": 0,
    "code": "ja",
    "name": "Japanese",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/server/ja/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/server/ja/"
}