Translation components API.

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

GET /api/translations/sword-deposit-plugin/emails/zh_CN/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/sword-deposit-plugin/emails/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-13T23:05:24.228999Z",
            "action": 0,
            "target": "",
            "id": 28305,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/28305/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/sword-deposit-plugin/emails/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-10-20T14:49:13.402135Z",
            "action": 0,
            "target": "",
            "id": 103296,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/103296/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/sword-deposit-plugin/emails/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:30:08.208694Z",
            "action": 0,
            "target": "",
            "id": 679453,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/679453/?format=api"
        }
    ]
}