Translation components API.

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

GET /api/translations/ojs/blocks-developedBy/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-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T15:57:38.773405Z",
            "action": 0,
            "target": "",
            "id": 283862,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283862/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:57:11.885038Z",
            "action": 0,
            "target": "",
            "id": 369999,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/369999/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:28.049204Z",
            "action": 0,
            "target": "",
            "id": 424192,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/424192/?format=api"
        }
    ]
}