Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1098042/?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.361743Z",
    "action": 6,
    "target": "当系统要关闭的时候调用此例程。通过它使硬件进入某种一致的状态。对于大多数ISA设备而言不需要特殊动作,因此这个函数并非真正必需,因为不管怎样重启动时设备会被重新初始化。但有些设备必须按特定步骤关闭,以确保在软重启后能被正确地检测到(对于很多使用私有识别协议的设备特别有用)。很多情况下,在设备寄存器中禁用DMA和中断,并停止将要进行的传输是个好主意。确切动作取决于硬件,因此我们无法在此详细讨论。",
    "id": 310865,
    "action_name": "Automatic translation",
    "url": "https://translate-dev.freebsd.org/api/changes/310865/?format=api"
}