Translation components API.

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

GET /api/translations/ojs/reports-counter/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/ojs/reports-counter/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-counter/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T16:08:14.563534Z",
            "action": 0,
            "target": "",
            "id": 283875,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283875/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-counter/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-counter/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-23T17:20:27.882819Z",
            "action": 0,
            "target": "",
            "id": 286322,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/286322/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/reports-counter/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/reports-counter/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:19:18.195132Z",
            "action": 0,
            "target": "",
            "id": 498984,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/498984/?format=api"
        }
    ]
}