Translation components API.

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

GET /api/translations/ojs/blocks-information/en/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/ojs/blocks-information/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-information/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T15:57:16.923553Z",
            "action": 0,
            "target": "",
            "id": 283856,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283856/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-information/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-information/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:56:19.504989Z",
            "action": 0,
            "target": "",
            "id": 369122,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/369122/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-information/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-information/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:47.570092Z",
            "action": 0,
            "target": "",
            "id": 426218,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/426218/?format=api"
        }
    ]
}