Translation components API.

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

GET /api/translations/yast-online-update/master/tg/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-online-update/master/tg/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-online-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-online-update/master/tg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-11-22T02:34:22.821554Z",
            "action": 0,
            "target": "",
            "id": 2236749,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2236749/?format=api"
        },
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-online-update/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-online-update/master/tg/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-11T02:32:05.921864Z",
            "action": 0,
            "target": "",
            "id": 2654072,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2654072/?format=api"
        }
    ]
}