Translation components API.

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

GET /api/translations/ojs/paymethod-paypal/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/paymethod-paypal/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/paymethod-paypal/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T16:08:20.016610Z",
            "action": 0,
            "target": "",
            "id": 283876,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283876/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/paymethod-paypal/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/paymethod-paypal/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:57:19.096721Z",
            "action": 0,
            "target": "",
            "id": 370169,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/370169/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/paymethod-paypal/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/paymethod-paypal/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:04.186105Z",
            "action": 0,
            "target": "",
            "id": 496785,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/496785/?format=api"
        }
    ]
}