Translation components API.

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

GET /api/translations/plugins/lens-galley-plugin/id/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/730119/?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/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:14.370789Z",
            "action": 59,
            "target": "Pembuka Artikel eLife Lens",
            "id": 668170,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668170/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730120/?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/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:14.370847Z",
            "action": 59,
            "target": "Plugin ini membantu menerjemahkan galley JATS XML menggunakan eLife Lens.",
            "id": 668171,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668171/?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/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:14:14.370885Z",
            "action": 0,
            "target": "",
            "id": 668172,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668172/?format=api"
        }
    ]
}