Translation components API.

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

GET /api/translations/plugins/makeSubmission/it/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/729165/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.413480Z",
            "action": 59,
            "target": "Blocco \"Fai una proposta\"",
            "id": 667063,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667063/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729166/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.413546Z",
            "action": 59,
            "target": "Questo plugin fornisce un link \"Fai una proposta\" nel menu laterale.",
            "id": 667064,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667064/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/729167/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/makeSubmission/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/makeSubmission/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.413593Z",
            "action": 59,
            "target": "Fai una proposta",
            "id": 667065,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/667065/?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/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:09:45.413629Z",
            "action": 0,
            "target": "",
            "id": 667066,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/667066/?format=api"
        }
    ]
}