Translation components API.

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

GET /api/translations/zypper/glossary/xh/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/13208235/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/xh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T22:18:36.755298Z",
            "action": 31,
            "target": "",
            "id": 2039863,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2039863/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13063183/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/xh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-23T17:52:59.559923Z",
            "action": 31,
            "target": "",
            "id": 1985906,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/1985906/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13062851/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/xh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-23T17:07:47.079008Z",
            "action": 31,
            "target": "",
            "id": 1985829,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/1985829/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/xh/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-07-22T07:15:53.814580Z",
            "action": 0,
            "target": "",
            "id": 1869438,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1869438/?format=api"
        }
    ]
}