Translation components API.

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

GET /api/translations/plugins/jats-template-plugin/de/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/730151/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:47.296724Z",
            "action": 59,
            "target": "JATS-Template-Plugin",
            "id": 668235,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668235/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730152/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:47.296783Z",
            "action": 59,
            "target": "Erzeugen Sie automatisch ein minimales JATS-Document aus den Metadaten einer Einreichung, wenn ansonsten kein JATS-Dokument verfügbar ist.",
            "id": 668236,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668236/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/jats-template-plugin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/jats-template-plugin/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:47.296823Z",
            "action": 0,
            "target": "",
            "id": 668237,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668237/?format=api"
        }
    ]
}