Translation components API.

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

GET /api/translations/ojs/reports-articles/zh_CN/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/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-19T11:44:55.540494Z",
            "action": 0,
            "target": "",
            "id": 2387,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/2387/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:57:24.893432Z",
            "action": 0,
            "target": "",
            "id": 370291,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/370291/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-articles/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-articles/zh_CN/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:16.310667Z",
            "action": 0,
            "target": "",
            "id": 498714,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/498714/?format=api"
        }
    ]
}