Translation components API.

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

GET /api/translations/ojs/blocks-developedBy/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/490536/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.279336Z",
            "action": 59,
            "target": "Modulo \"Sviluppato da\"",
            "id": 424756,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424756/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490537/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.279415Z",
            "action": 59,
            "target": "Questo plugin fornisce un link \"Sviluppato da\" nel menu laterale.",
            "id": 424757,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424757/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/490538/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.279458Z",
            "action": 59,
            "target": "Sviluppato a cura di",
            "id": 424758,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/424758/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:31.279494Z",
            "action": 0,
            "target": "",
            "id": 424759,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/424759/?format=api"
        }
    ]
}