Translation components API.

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

GET /api/translations/yast-packager/glossary/de/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/13231688/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "timestamp": "2022-09-10T15:25:41.963291Z",
            "action": 5,
            "target": "Medien",
            "id": 2155115,
            "action_name": "Translation added",
            "url": "https://l10n.opensuse.org/api/changes/2155115/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231688/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/de/?format=api",
            "user": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "author": "https://l10n.opensuse.org/api/users/EttoreAtalan/?format=api",
            "timestamp": "2022-09-10T15:25:41.961093Z",
            "action": 45,
            "target": "",
            "id": 2155114,
            "action_name": "Contributor joined",
            "url": "https://l10n.opensuse.org/api/changes/2155114/?format=api"
        },
        {
            "unit": "https://l10n.opensuse.org/api/units/13231688/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-packager/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-packager/glossary/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-03-15T13:16:36.762350Z",
            "action": 31,
            "target": "",
            "id": 2056482,
            "action_name": "String added",
            "url": "https://l10n.opensuse.org/api/changes/2056482/?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/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-08-24T12:55:16.197283Z",
            "action": 0,
            "target": "",
            "id": 1878246,
            "action_name": "Resource updated",
            "url": "https://l10n.opensuse.org/api/changes/1878246/?format=api"
        }
    ]
}