Translation components API.

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

GET /api/translations/website/404/lt/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://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:38.546770Z",
            "action": 0,
            "target": "",
            "id": 1360770,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360770/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:03.234488Z",
            "action": 0,
            "target": "",
            "id": 1360176,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360176/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:47.297984Z",
            "action": 0,
            "target": "",
            "id": 1249464,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1249464/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:52.344027Z",
            "action": 0,
            "target": "",
            "id": 189023,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/189023/?format=api"
        }
    ]
}