Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/wmi/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/wmi/pt_BR/?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-13T02:57:13.563637Z",
            "action": 0,
            "target": "",
            "id": 2210,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/2210/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/wmi/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/wmi/pt_BR/?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-13T02:57:47.154798Z",
            "action": 44,
            "target": "",
            "id": 2231,
            "action_name": "New strings to translate",
            "url": "http://translate.cacti.net/api/changes/2231/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/wmi/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/wmi/pt_BR/?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-15T01:12:03.489076Z",
            "action": 0,
            "target": "",
            "id": 5081,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/5081/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/wmi/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/wmi/pt_BR/?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-15T01:13:27.893863Z",
            "action": 44,
            "target": "",
            "id": 5102,
            "action_name": "New strings to translate",
            "url": "http://translate.cacti.net/api/changes/5102/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/wmi/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/wmi/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-18T12:27:22.235089Z",
            "action": 0,
            "target": "",
            "id": 23940,
            "action_name": "Resource update",
            "url": "http://translate.cacti.net/api/changes/23940/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/wmi/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/wmi/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-06-18T12:27:24.466642Z",
            "action": 44,
            "target": "",
            "id": 23962,
            "action_name": "New strings to translate",
            "url": "http://translate.cacti.net/api/changes/23962/?format=api"
        }
    ]
}