Translation components API.

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

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

{
    "total": 1182,
    "total_words": 5120,
    "total_chars": 31173,
    "last_change": "2025-07-07T17:36:48.350559Z",
    "recent_changes": 4,
    "translated": 1019,
    "translated_words": 3554,
    "translated_percent": 86.2,
    "translated_words_percent": 69.4,
    "translated_chars": 21625,
    "translated_chars_percent": 69.3,
    "fuzzy": 4,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 5,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 29,
    "fuzzy_chars_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.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": "de",
    "name": "German",
    "url": "https://weblate.foundryvtt-hub.com/projects/swade/main/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/swade/main/de/"
}