Translation components API.

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

GET /api/translations/omp/generic-dublinCoreMeta/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/generic-dublinCoreMeta/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-dublinCoreMeta/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-15T16:15:32.419938Z",
            "action": 0,
            "target": "",
            "id": 284818,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/284818/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-dublinCoreMeta/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-dublinCoreMeta/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-30T23:25:06.276890Z",
            "action": 0,
            "target": "",
            "id": 384539,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/384539/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-dublinCoreMeta/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-dublinCoreMeta/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:43.459531Z",
            "action": 0,
            "target": "",
            "id": 632810,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/632810/?format=api"
        }
    ]
}