Translation components API.

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

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

{
    "total": 693,
    "total_words": 4293,
    "total_chars": 25738,
    "last_change": "2023-09-09T05:24:08.689830Z",
    "recent_changes": 0,
    "translated": 386,
    "translated_words": 2265,
    "translated_percent": 55.6,
    "translated_words_percent": 52.7,
    "translated_chars": 13471,
    "translated_chars_percent": 52.3,
    "fuzzy": 9,
    "fuzzy_percent": 1.2,
    "fuzzy_words": 219,
    "fuzzy_words_percent": 5.1,
    "fuzzy_chars": 1368,
    "fuzzy_chars_percent": 5.3,
    "failing": 88,
    "failing_percent": 12.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ko",
    "name": "Korean",
    "url": "https://weblate.foundryvtt-hub.com/projects/midi-qol/main/ko/",
    "translate_url": "https://weblate.foundryvtt-hub.com/translate/midi-qol/main/ko/"
}