Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.opensuse.org/api/units/13231678/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/lo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-15T13:16:36.001053Z",
            "action": 31,
            "target": "",
            "id": 2056472,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2056472/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/lo/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-24T12:55:18.184215Z",
            "action": 0,
            "target": "",
            "id": 1878270,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1878270/?format=api"
        }
    ]
}