Translation components API.

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

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

{
    "total": 653,
    "total_words": 5300,
    "total_chars": 37098,
    "last_change": "2024-03-21T18:27:34.634622Z",
    "recent_changes": 0,
    "translated": 303,
    "translated_words": 2252,
    "translated_percent": 46.4,
    "translated_words_percent": 42.4,
    "translated_chars": 15838,
    "translated_chars_percent": 42.6,
    "fuzzy": 22,
    "fuzzy_percent": 3.3,
    "fuzzy_words": 417,
    "fuzzy_words_percent": 7.8,
    "fuzzy_chars": 3685,
    "fuzzy_chars_percent": 9.9,
    "failing": 17,
    "failing_percent": 2.6,
    "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-immersive-macros/main/de/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/swade-immersive-macros/main/de/"
}