Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/410480/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-22T18:54:43.009903Z",
            "action": 59,
            "target": "\"Make a Submission\" Block",
            "id": 349616,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/349616/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/410481/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-22T18:54:43.009984Z",
            "action": 59,
            "target": "This plugin provides a sidebar block with a \"Make a Submission\" link.",
            "id": 349617,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/349617/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/410482/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-22T18:54:43.010032Z",
            "action": 59,
            "target": "Make a Submission",
            "id": 349618,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/349618/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-22T18:54:43.010072Z",
            "action": 0,
            "target": "",
            "id": 349619,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/349619/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:43.551535Z",
            "action": 0,
            "target": "",
            "id": 667000,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/667000/?format=api"
        }
    ]
}