Translation components API.

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

GET /api/translations/website/brand/vi/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/brand/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/brand/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:10:13.608065Z",
            "action": 0,
            "target": "",
            "id": 1360723,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360723/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/brand/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/brand/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-10T14:03:01.424998Z",
            "action": 0,
            "target": "",
            "id": 1360160,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1360160/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/brand/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/brand/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-04-15T11:51:45.673183Z",
            "action": 0,
            "target": "",
            "id": 1249448,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1249448/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/website/brand/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/website/brand/vi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-05T18:12:10.622925Z",
            "action": 0,
            "target": "",
            "id": 1031708,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1031708/?format=api"
        }
    ]
}