Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730103/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/lens-galley-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/lens-galley-plugin/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:13.533776Z",
            "action": 59,
            "target": "Prohlížeč článků eLife Lens",
            "id": 668144,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668144/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730104/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/lens-galley-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/lens-galley-plugin/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:13.533836Z",
            "action": 59,
            "target": "Tento plugin poskytuje podporu vykreslování pro sazebnic JATS XML pomocí eLife Lens.",
            "id": 668145,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668145/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/lens-galley-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/lens-galley-plugin/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:13.533874Z",
            "action": 0,
            "target": "",
            "id": 668146,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668146/?format=api"
        }
    ]
}