Translation components API.

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

GET /api/translations/packages-i18n/t-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/t-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/t-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:47:38.564077Z",
            "action": 0,
            "target": "",
            "id": 1795408,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1795408/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/t-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/t-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T02:55:07.746275Z",
            "action": 0,
            "target": "",
            "id": 1807367,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1807367/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/t-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/t-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:07:51.633597Z",
            "action": 0,
            "target": "",
            "id": 2030455,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2030455/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/t-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/t-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T18:35:11.217916Z",
            "action": 0,
            "target": "",
            "id": 2044452,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2044452/?format=api"
        }
    ]
}