Translation components API.

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

GET /api/translations/website/403/da/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/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:51.188461Z",
            "action": 0,
            "target": "",
            "id": 1360790,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1360790/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:04.574314Z",
            "action": 0,
            "target": "",
            "id": 1360196,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1360196/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:48.941635Z",
            "action": 0,
            "target": "",
            "id": 1249484,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/1249484/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/403/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/403/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:16.622476Z",
            "action": 0,
            "target": "",
            "id": 188906,
            "action_name": "Resource update",
            "url": "https://l10n.elementary.io/api/changes/188906/?format=api"
        }
    ]
}