Translation components API.

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

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

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/monitor/en/?format=api",
            "user": "http://translate.cacti.net/api/users/admin/?format=api",
            "author": "http://translate.cacti.net/api/users/admin/?format=api",
            "timestamp": "2020-12-13T03:35:54.310082Z",
            "action": 0,
            "target": "",
            "id": 2445,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/2445/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/monitor/en/?format=api",
            "user": "http://translate.cacti.net/api/users/thewitness/?format=api",
            "author": "http://translate.cacti.net/api/users/thewitness/?format=api",
            "timestamp": "2020-12-28T16:22:09.015028Z",
            "action": 0,
            "target": "",
            "id": 7051,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/7051/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/monitor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-29T01:05:34.083444Z",
            "action": 0,
            "target": "",
            "id": 7398,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/7398/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/monitor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-23T12:42:20.070923Z",
            "action": 0,
            "target": "",
            "id": 8689,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/8689/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/monitor/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/monitor/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-12T04:03:49.741369Z",
            "action": 0,
            "target": "",
            "id": 41234,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/41234/?format=api"
        }
    ]
}