Translation components API.

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

GET /api/translations/playbooks/glossary/pl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://translate.mattermost.com/api/units/2534688/?format=api",
            "component": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
            "translation": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/?format=api",
            "user": "https://translate.mattermost.com/api/users/master7/?format=api",
            "author": "https://translate.mattermost.com/api/users/master7/?format=api",
            "timestamp": "2022-12-22T06:42:48.528457Z",
            "action": 5,
            "target": "Playbok",
            "id": 1654357,
            "action_name": "Translation added",
            "url": "https://translate.mattermost.com/api/changes/1654357/?format=api"
        },
        {
            "unit": "https://translate.mattermost.com/api/units/2534688/?format=api",
            "component": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
            "translation": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/?format=api",
            "user": "https://translate.mattermost.com/api/users/master7/?format=api",
            "author": "https://translate.mattermost.com/api/users/master7/?format=api",
            "timestamp": "2022-12-22T06:42:48.522424Z",
            "action": 45,
            "target": "",
            "id": 1654356,
            "action_name": "Contributor joined",
            "url": "https://translate.mattermost.com/api/changes/1654356/?format=api"
        },
        {
            "unit": "https://translate.mattermost.com/api/units/2534688/?format=api",
            "component": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
            "translation": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-12-21T18:45:06.572027Z",
            "action": 31,
            "target": "",
            "id": 1654313,
            "action_name": "String added",
            "url": "https://translate.mattermost.com/api/changes/1654313/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.mattermost.com/api/components/playbooks/glossary/?format=api",
            "translation": "https://translate.mattermost.com/api/translations/playbooks/glossary/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-19T08:02:38.354266Z",
            "action": 0,
            "target": "",
            "id": 939028,
            "action_name": "Resource updated",
            "url": "https://translate.mattermost.com/api/changes/939028/?format=api"
        }
    ]
}