Translation components API.

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

GET /api/translations/packages-i18n/e-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/e-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/e-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:54.574395Z",
            "action": 0,
            "target": "",
            "id": 1795443,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1795443/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/e-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/e-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T02:08:02.617181Z",
            "action": 0,
            "target": "",
            "id": 1806111,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1806111/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/e-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/e-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:16:38.141134Z",
            "action": 0,
            "target": "",
            "id": 2031479,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2031479/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/e-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/e-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T18:38:57.721402Z",
            "action": 0,
            "target": "",
            "id": 2044586,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2044586/?format=api"
        }
    ]
}