Translation components API.

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

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

{
    "total": 140,
    "total_words": 834,
    "total_chars": 5284,
    "last_change": "2021-11-09T07:41:42.482116Z",
    "recent_changes": 1,
    "translated": 139,
    "translated_words": 832,
    "translated_percent": 99.2,
    "translated_words_percent": 99.7,
    "translated_chars": 5269,
    "translated_chars_percent": 99.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_CN",
    "name": "Chinese (Simplified)",
    "url": "http://translate.pkp.sfu.ca/projects/ojs/editor/zh_CN/",
    "translate_url": "http://translate.pkp.sfu.ca/translate/ojs/editor/zh_CN/"
}