Translation components API.

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

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

{
    "total": 38,
    "total_words": 621,
    "total_chars": 4527,
    "last_change": "2022-07-02T13:33:47.223127Z",
    "recent_changes": 3,
    "translated": 36,
    "translated_words": 372,
    "translated_percent": 94.7,
    "translated_words_percent": 59.9,
    "translated_chars": 2761,
    "translated_chars_percent": 60.9,
    "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_CN",
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/default/zh_CN/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/default/zh_CN/"
}