Translation components API.

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

GET /api/translations/ojs/generic-announcementFeed/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/generic-announcementFeed/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-announcementFeed/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:03.341446Z",
            "action": 0,
            "target": "",
            "id": 117190,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/117190/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-announcementFeed/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-announcementFeed/fr_FR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-05T01:56:18.462995Z",
            "action": 0,
            "target": "",
            "id": 369091,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/369091/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-announcementFeed/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-announcementFeed/fr_FR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:13:28.336800Z",
            "action": 0,
            "target": "",
            "id": 437184,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/437184/?format=api"
        }
    ]
}