Translation components API.

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

GET /api/translations/ojs/blocks-information/nl/changes/
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/",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-information/nl/",
            "user": null,
            "author": null,
            "timestamp": "2019-11-26T18:09:17.963998Z",
            "action": 0,
            "target": "",
            "id": 8043,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/8043/"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-information/",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-information/nl/",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:56:20.528580Z",
            "action": 0,
            "target": "",
            "id": 369155,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/369155/"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-information/",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-information/nl/",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:51.991834Z",
            "action": 0,
            "target": "",
            "id": 426328,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/426328/"
        }
    ]
}