Translation components API.

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

GET /api/translations/plugins/jats-template-plugin/sv/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/730171/?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/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:48.392771Z",
            "action": 59,
            "target": "Plugin för JATS XML-mall",
            "id": 668269,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668269/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730172/?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/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:48.392833Z",
            "action": 59,
            "target": "Om inte något JATS XML-dokument finns tillgängligt, genererar detta plugin automatiskt ett minimalt JATS XML-dokument utifrån inskickat bidrags metadata.",
            "id": 668270,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/668270/?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/sv/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:35:48.392873Z",
            "action": 0,
            "target": "",
            "id": 668271,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/668271/?format=api"
        }
    ]
}