Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.pretix.eu/api/components/venueless/glossary/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/venueless/glossary/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-28T11:19:00.102581+02:00",
            "action": 0,
            "target": "",
            "id": 171737,
            "action_name": "Resource updated",
            "url": "https://translate.pretix.eu/api/changes/171737/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.pretix.eu/api/components/venueless/glossary/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-09-28T11:04:00.665040+02:00",
            "action": 21,
            "target": "",
            "id": 171726,
            "action_name": "Repository rebased",
            "url": "https://translate.pretix.eu/api/changes/171726/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.pretix.eu/api/components/venueless/glossary/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/venueless/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-28T11:04:00.616022+02:00",
            "action": 0,
            "target": "",
            "id": 171725,
            "action_name": "Resource updated",
            "url": "https://translate.pretix.eu/api/changes/171725/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.pretix.eu/api/components/venueless/glossary/?format=api",
            "translation": "https://translate.pretix.eu/api/translations/venueless/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-28T11:04:00.459506+02:00",
            "action": 17,
            "target": "",
            "id": 171724,
            "action_name": "Changes committed",
            "url": "https://translate.pretix.eu/api/changes/171724/?format=api"
        }
    ]
}