Translation components API.

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

GET /api/translations/ojs/generic-announcementFeed/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/generic-announcementFeed/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-announcementFeed/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T15:57:24.523077Z",
            "action": 0,
            "target": "",
            "id": 283857,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283857/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-announcementFeed/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-announcementFeed/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:56:18.081027Z",
            "action": 0,
            "target": "",
            "id": 369080,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/369080/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-announcementFeed/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-announcementFeed/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:13:26.479685Z",
            "action": 0,
            "target": "",
            "id": 437077,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437077/?format=api"
        }
    ]
}