Translation components API.

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

GET /api/translations/omp/editor/en/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/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-15T16:09:59.190909Z",
            "action": 0,
            "target": "",
            "id": 284808,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/284808/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-30T23:25:02.955780Z",
            "action": 0,
            "target": "",
            "id": 384468,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/384468/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/editor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:28.637527Z",
            "action": 0,
            "target": "",
            "id": 631150,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/631150/?format=api"
        }
    ]
}