Translation components API.

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

GET /api/translations/packages-i18n/w-master/en/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.opensuse.org/api/components/packages-i18n/w-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/w-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T18:45:16.909211Z",
            "action": 0,
            "target": "",
            "id": 2044724,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2044724/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/w-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/w-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:33:54.911807Z",
            "action": 0,
            "target": "",
            "id": 2032251,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/2032251/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/w-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/w-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T04:11:19.388736Z",
            "action": 0,
            "target": "",
            "id": 1812148,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1812148/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/w-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/w-master/en/?format=api",
            "user": "https://l10n.opensuse.org/api/users/recepbasturk/?format=api",
            "author": "https://l10n.opensuse.org/api/users/recepbasturk/?format=api",
            "timestamp": "2021-04-28T12:54:31.450570Z",
            "action": 0,
            "target": "",
            "id": 1795449,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1795449/?format=api"
        }
    ]
}