Translation components API.

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

GET /api/translations/omp/blocks-browse/pt_BR/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/blocks-browse/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-browse/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-19T12:27:56.154418Z",
            "action": 0,
            "target": "",
            "id": 6916,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/6916/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-browse/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-browse/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-30T23:24:53.202051Z",
            "action": 0,
            "target": "",
            "id": 384394,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/384394/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/blocks-browse/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-browse/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:01.931293Z",
            "action": 0,
            "target": "",
            "id": 629934,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/629934/?format=api"
        }
    ]
}