Changes API.

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

GET /api/changes/2004882/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "unit": "https://l10n.opensuse.org/api/units/13078589/?format=api",
    "component": "https://l10n.opensuse.org/api/components/yast-printer/master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/yast-printer/master/uk/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-02-02T02:33:50.445633Z",
    "action": 30,
    "target": "<p>\n<b><big>Device URIs for Directly Connected Devices</big></b><br>\nDevices which are connected via USB\nare autodetected and the appropriate device URI is autogenerated.\nFor example:<br>\nusb://ACME/Fun%20Printer?serial=A1B2C3<br>\nhp:/usb/HP_LaserJet?serial=1234<br>\nUsually only the autogenerated device URIs work.\nWhen the device is not autodetected, there is usually no communication\nwith the device possible and no data can be sent to the device.<br>\nTo access a HP printer or all-in-one device via the backend 'hp',\nthe RPM package hplip must be installed.\nThe package provides HP's printing and scanning software HPLIP.<br>\nIn contrast devices which are connected via bluetooth\nare not autodetected so that the device URI must be manually specified.\nExample device URI:<br>\nbluetooth://1A2B3C4D5E6F<br>\nTo access a device via bluetooth, the RPM package bluez-cups must be installed.\nThe package provides the CUPS backend 'bluetooth' which actually sends the data\nto a bluetooth printer.\n</p>",
    "id": 2004882,
    "action_name": "Source string changed",
    "url": "https://l10n.opensuse.org/api/changes/2004882/?format=api"
}