Translation components API.

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

GET /api/translations/yast-iscsi-client/master/da/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 61,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-iscsi-client/master/da/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://l10n.opensuse.org/api/components/yast-iscsi-client/master/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-iscsi-client/master/da/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-09-21T02:33:29.776559Z",
            "action": 0,
            "target": "",
            "id": 2769736,
            "action_name": "Resource update",
            "url": "https://l10n.opensuse.org/api/changes/2769736/?format=api"
        }
    ]
}