Translation components API.

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

GET /api/translations/ops/default/pt_PT/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/ops/default/pt_PT/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ops/default/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/default/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-15T16:52:45.639701Z",
            "action": 44,
            "target": "",
            "id": 366075,
            "action_name": "New strings to translate",
            "url": "http://translate.pkp.sfu.ca/api/changes/366075/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ops/default/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/default/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-30T23:31:50.706268Z",
            "action": 0,
            "target": "",
            "id": 385129,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/385129/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ops/default/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ops/default/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:38:09.059352Z",
            "action": 0,
            "target": "",
            "id": 659286,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/659286/?format=api"
        }
    ]
}