Translation components API.

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

GET /api/translations/website/404/es/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/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:38.081791Z",
            "action": 0,
            "target": "",
            "id": 1360761,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360761/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:02.694198Z",
            "action": 0,
            "target": "",
            "id": 1360167,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360167/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:46.762201Z",
            "action": 0,
            "target": "",
            "id": 1249455,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1249455/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/404/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/404/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-06-23T23:21:44.546794Z",
            "action": 0,
            "target": "",
            "id": 188998,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/188998/?format=api"
        }
    ]
}