Translation components API.

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

GET /api/translations/sword-deposit-plugin/emails/nl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/sword-deposit-plugin/emails/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-02-13T23:05:24.035920Z",
            "action": 0,
            "target": "",
            "id": 28298,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/28298/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/sword-deposit-plugin/emails/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-10-20T14:49:13.154598Z",
            "action": 0,
            "target": "",
            "id": 103287,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/103287/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/sword-deposit-plugin/emails/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/sword-deposit-plugin/emails/nl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T23:30:07.109014Z",
            "action": 0,
            "target": "",
            "id": 679422,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/679422/?format=api"
        }
    ]
}