Translation components API.

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

GET /api/translations/plugins/hypothesis/it/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/730844/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.264070Z",
            "action": 59,
            "target": "Plugin Hypothes.is",
            "id": 669019,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669019/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730845/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.264135Z",
            "action": 59,
            "target": "Questo plugin permette l'integrazione di Hypothes.is nelle viste degli articoli di OJS per l'annotazione e il commento del lettore.",
            "id": 669020,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669020/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:44.264174Z",
            "action": 0,
            "target": "",
            "id": 669021,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669021/?format=api"
        }
    ]
}