Translation components API.

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

GET /api/translations/store/product/ms/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/product/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/product/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-18T10:36:19.041178Z",
            "action": 0,
            "target": "",
            "id": 2039136,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2039136/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/product/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/product/ms/?format=api",
            "user": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "author": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "timestamp": "2023-07-20T15:56:32.835669Z",
            "action": 0,
            "target": "",
            "id": 1747748,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1747748/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/product/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/product/ms/?format=api",
            "user": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "author": "https://l10n.elementary.io/api/users/davidmhewitt/?format=api",
            "timestamp": "2023-04-30T22:53:14.604821Z",
            "action": 0,
            "target": "",
            "id": 1623574,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1623574/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/product/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/product/ms/?format=api",
            "user": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "author": "https://l10n.elementary.io/api/users/tintou/?format=api",
            "timestamp": "2022-04-20T06:59:23.613562Z",
            "action": 0,
            "target": "",
            "id": 1250239,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1250239/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/product/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/product/ms/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-02-24T19:20:54.669090Z",
            "action": 0,
            "target": "",
            "id": 782085,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/782085/?format=api"
        }
    ]
}