Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729177/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:46.596598Z",
            "action": 59,
            "target": "Blok \"Buat Penyerahan\"",
            "id": 667079,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667079/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729178/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:46.596660Z",
            "action": 59,
            "target": "Plugin ini menyediakan blok bar sisi dengan pautan \"Buat Penyerahan\".",
            "id": 667080,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667080/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729179/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:46.596699Z",
            "action": 59,
            "target": "Buat Penyerahan",
            "id": 667081,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667081/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:46.596734Z",
            "action": 0,
            "target": "",
            "id": 667082,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/667082/?format=api"
        }
    ]
}