Translation components API.

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

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

{
    "total": 281,
    "total_words": 1316,
    "total_chars": 7623,
    "last_change": "2024-10-06T21:43:11.541285Z",
    "recent_changes": 0,
    "translated": 147,
    "translated_words": 478,
    "translated_percent": 52.3,
    "translated_words_percent": 36.3,
    "translated_chars": 2880,
    "translated_chars_percent": 37.7,
    "fuzzy": 6,
    "fuzzy_percent": 2.1,
    "fuzzy_words": 69,
    "fuzzy_words_percent": 5.2,
    "fuzzy_chars": 364,
    "fuzzy_chars_percent": 4.7,
    "failing": 3,
    "failing_percent": 1.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/dice-so-nice/main/zh_Hant/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/dice-so-nice/main/zh_Hant/"
}