Translation components API.

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

GET /api/translations/ojs/editor/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/editor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-14T15:56:29.478080Z",
            "action": 0,
            "target": "",
            "id": 283851,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/283851/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/editor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:12:29.134622Z",
            "action": 0,
            "target": "",
            "id": 428124,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/428124/?format=api"
        }
    ]
}