Translation components API.

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

GET /api/translations/packages-i18n/o-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/o-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/o-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:48:57.255913Z",
            "action": 0,
            "target": "",
            "id": 1795417,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1795417/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/o-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/o-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-13T03:25:30.829047Z",
            "action": 0,
            "target": "",
            "id": 1809299,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/1809299/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/o-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/o-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T15:24:35.563579Z",
            "action": 0,
            "target": "",
            "id": 2031883,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2031883/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/packages-i18n/o-master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/o-master/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-28T18:40:22.432217Z",
            "action": 0,
            "target": "",
            "id": 2044656,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2044656/?format=api"
        }
    ]
}