Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1098033/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/booksarch-handbookisa_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookisa_index/zh_CN/?format=api",
    "user": null,
    "author": "https://translate-dev.freebsd.org/api/users/anonymous/?format=api",
    "timestamp": "2021-06-02T04:16:24.471734Z",
    "action": 6,
    "target": "如果驱动程序中存在这个函数,且驱动程序被编译为可加载模块,则驱动程序具有被卸载的能力。如果硬件支持热插拔,这是一个很重要的特性。但ISA总线不支持热插拔,因此这个特性对于ISA设备不是特别重要。卸载驱动程序的能力可能在调试时有用,但很多情况下只有在老版本的驱动程序莫名其妙地卡住系统的情况下才需要安装新版本的驱动程序,并且无论如何都需要重启,这样使得花费精力写分离例程有些不值得。另一个宣称卸载允许在用于生产的机器上升级驱动程序的论点看起来似乎更多的只是理论而已。升级驱动程序是一项危险的操作,决不不应当在用于生产的机器上实行(并且当系统运行于安全模式时这也是不被允许的)。然而,出于完整性考虑,还是会提供分离例程。",
    "id": 310873,
    "action_name": "Tłumaczenie automatyczne",
    "url": "https://translate-dev.freebsd.org/api/changes/310873/?format=api"
}