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": 392,
    "total_words": 843,
    "total_chars": 5624,
    "last_change": "2026-01-09T13:10:43.832192Z",
    "recent_changes": 0,
    "translated": 293,
    "translated_words": 710,
    "translated_percent": 74.7,
    "translated_words_percent": 84.2,
    "translated_chars": 4698,
    "translated_chars_percent": 83.5,
    "fuzzy": 21,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 34,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 227,
    "fuzzy_chars_percent": 4.0,
    "failing": 68,
    "failing_percent": 17.3,
    "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/"
}