Translation components API.

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

GET /api/translations/packages-i18n/m-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/m-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/m-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:47.638804Z",
            "action": 0,
            "target": "",
            "id": 1795441,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1795441/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/m-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/m-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T02:10:50.082618Z",
            "action": 0,
            "target": "",
            "id": 1806223,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1806223/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/m-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/m-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:10:32.637981Z",
            "action": 0,
            "target": "",
            "id": 2030763,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2030763/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/m-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/m-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T18:46:13.308619Z",
            "action": 0,
            "target": "",
            "id": 2044746,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2044746/?format=api"
        }
    ]
}