Translation components API.

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

GET /api/translations/omp/blocks-browse/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/blocks-browse/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/blocks-browse/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-15T16:16:35.750432Z",
            "action": 0,
            "target": "",
            "id": 284821,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/284821/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-30T23:24:52.668061Z",
            "action": 0,
            "target": "",
            "id": 384379,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/384379/?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/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:33:59.323898Z",
            "action": 0,
            "target": "",
            "id": 629823,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/629823/?format=api"
        }
    ]
}