Translation components API.

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

GET /api/translations/ojs/blocks-developedBy/fr_FR/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/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/fr_FR/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/admin/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/admin/?format=api",
            "timestamp": "2020-11-25T23:11:08.898632Z",
            "action": 0,
            "target": "",
            "id": 117237,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/117237/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/fr_FR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:57:12.345121Z",
            "action": 0,
            "target": "",
            "id": 370012,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/370012/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/blocks-developedBy/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/blocks-developedBy/fr_FR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:11:29.946260Z",
            "action": 0,
            "target": "",
            "id": 424529,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/424529/?format=api"
        }
    ]
}