Translation components API.

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

GET /api/translations/the-forge/common/de/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.003781Z",
    "recent_changes": 0,
    "translated": 281,
    "translated_words": 626,
    "translated_percent": 73.9,
    "translated_words_percent": 82.4,
    "translated_chars": 4133,
    "translated_chars_percent": 81.6,
    "fuzzy": 21,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 4.4,
    "fuzzy_chars": 227,
    "fuzzy_chars_percent": 4.4,
    "failing": 56,
    "failing_percent": 14.7,
    "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": 24,
    "comments": 32,
    "code": "de",
    "name": "German",
    "url": "https://weblate.foundryvtt-hub.com/projects/the-forge/common/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/the-forge/common/de/"
}