Translation components API.

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

GET /api/translations/zypper/glossary/lt/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/12729214/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/lt/?format=api",
            "user": "https://l10n.opensuse.org/api/users/MindaugasBaranauskas/?format=api",
            "author": null,
            "timestamp": "2017-06-02T12:20:08Z",
            "action": 5,
            "target": "saugykla",
            "id": 664296,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/664296/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13062820/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-23T17:07:45.212982Z",
            "action": 31,
            "target": "",
            "id": 1985798,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1985798/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13063093/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-01-23T17:52:58.501685Z",
            "action": 31,
            "target": "",
            "id": 1985853,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/1985853/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13208188/?format=api",
            "component": "https://l10n.opensuse.org/api/components/zypper/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/zypper/glossary/lt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-02-23T22:18:33.169433Z",
            "action": 31,
            "target": "",
            "id": 2039817,
            "action_name": "New string added",
            "url": "https://l10n.opensuse.org/api/changes/2039817/?format=api"
        }
    ]
}