Translation components API.

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

GET /api/translations/ojs/blocks-developedBy/id/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490509/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:30.927790Z",
            "action": 59,
            "target": "Blok \"Dikembangkan Oleh\"",
            "id": 424748,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424748/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490516/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:30.927895Z",
            "action": 59,
            "target": "Plugin ini menyediakan tautan \"Dikembangkan Oleh\" ke bagian sidebar.",
            "id": 424749,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424749/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490519/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:30.927957Z",
            "action": 59,
            "target": "Dikembangkan Oleh",
            "id": 424750,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424750/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:30.928013Z",
            "action": 0,
            "target": "",
            "id": 424751,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/424751/?format=api"
        }
    ]
}