Translation components API.

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

GET /api/translations/sword-deposit-plugin/emails/pt_BR/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/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-13T23:05:24.061495Z",
            "action": 0,
            "target": "",
            "id": 28299,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/28299/?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/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-10-20T14:49:13.185607Z",
            "action": 0,
            "target": "",
            "id": 103288,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/103288/?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/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:30:07.148248Z",
            "action": 0,
            "target": "",
            "id": 679423,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/679423/?format=api"
        }
    ]
}