Translation components API.

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

GET /api/translations/packages-i18n/f-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/f-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/f-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:53:32.541539Z",
            "action": 0,
            "target": "",
            "id": 1795437,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1795437/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/f-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/f-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T02:21:14.197797Z",
            "action": 0,
            "target": "",
            "id": 1806569,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1806569/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/f-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/f-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:54:33.958921Z",
            "action": 0,
            "target": "",
            "id": 2032990,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2032990/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/f-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/f-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T19:06:29.775952Z",
            "action": 0,
            "target": "",
            "id": 2045072,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2045072/?format=api"
        }
    ]
}