Translation components API.

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

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

{
    "total": 59,
    "total_words": 577,
    "total_chars": 3614,
    "last_change": "2023-06-12T19:43:15.421514Z",
    "recent_changes": 0,
    "translated": 22,
    "translated_words": 127,
    "translated_percent": 37.2,
    "translated_words_percent": 22.0,
    "translated_chars": 797,
    "translated_chars_percent": 22.0,
    "fuzzy": 6,
    "fuzzy_percent": 10.1,
    "fuzzy_words": 146,
    "fuzzy_words_percent": 25.3,
    "fuzzy_chars": 899,
    "fuzzy_chars_percent": 24.8,
    "failing": 3,
    "failing_percent": 5.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": "zh_Hant",
    "name": "Chinese (Traditional Han script)",
    "url": "https://weblate.foundryvtt-hub.com/projects/drag-ruler/main/zh_Hant/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/drag-ruler/main/zh_Hant/"
}