Translation components API.

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

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

{
    "total": 10,
    "total_words": 33,
    "total_chars": 266,
    "last_change": "2022-09-28T10:34:51.634018Z",
    "recent_changes": 9,
    "translated": 9,
    "translated_words": 29,
    "translated_percent": 90.0,
    "translated_words_percent": 87.8,
    "translated_chars": 228,
    "translated_chars_percent": 85.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "zh_Hant",
    "name": "Chinese (Traditional)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/blocks-subscription/zh_Hant/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/blocks-subscription/zh_Hant/"
}