Translation components API.

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

GET /api/translations/plugins/jats-template-plugin/ms/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-29T21:14:13.384609Z",
            "action": 0,
            "target": "",
            "id": 276891,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/276891/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:48.117766Z",
            "action": 0,
            "target": "",
            "id": 668260,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668260/?format=api"
        }
    ]
}