Translation components API.

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

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

{
    "count": 7,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-01-18T10:36:13.343386Z",
            "action": 0,
            "target": "",
            "id": 2039001,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/2039001/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?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:28.667082Z",
            "action": 0,
            "target": "",
            "id": 1747660,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1747660/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/frachmadin/?format=api",
            "author": "https://l10n.elementary.io/api/users/frachmadin/?format=api",
            "timestamp": "2023-05-22T17:25:02.409530Z",
            "action": 48,
            "target": "",
            "id": 1658955,
            "action_name": "Language added",
            "url": "https://l10n.elementary.io/api/changes/1658955/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?format=api",
            "user": "https://l10n.elementary.io/api/users/frachmadin/?format=api",
            "author": null,
            "timestamp": "2023-05-22T17:25:02.392409Z",
            "action": 17,
            "target": "",
            "id": 1658954,
            "action_name": "Changes committed",
            "url": "https://l10n.elementary.io/api/changes/1658954/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-22T17:24:59.217351Z",
            "action": 0,
            "target": "",
            "id": 1658952,
            "action_name": "Resource updated",
            "url": "https://l10n.elementary.io/api/changes/1658952/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3328971/?format=api",
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-22T17:24:59.217272Z",
            "action": 59,
            "target": "",
            "id": 1658951,
            "action_name": "String updated in the repository",
            "url": "https://l10n.elementary.io/api/changes/1658951/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3328970/?format=api",
            "component": "https://l10n.elementary.io/api/components/store/language/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/store/language/id/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-05-22T17:24:59.217166Z",
            "action": 59,
            "target": "",
            "id": 1658950,
            "action_name": "String updated in the repository",
            "url": "https://l10n.elementary.io/api/changes/1658950/?format=api"
        }
    ]
}