Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1130390/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/booksarch-handbookpci_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookpci_index/zh_CN/?format=api",
    "user": null,
    "author": "https://translate-dev.freebsd.org/api/users/anonymous/?format=api",
    "timestamp": "2021-06-02T06:18:12.711669Z",
    "action": 6,
    "target": "在设备的分离例程中必须注意一些问题。你必须停顿设备的中断流,并移除中断处理函数。一旦<function>bus_teardown_intr()</function>返回,你知道你的中断处理函数不会再被调用,并且所有可能已经执行了这个中断处理函数的线程都已经返回。由于此函数可以睡眠,调用此函数时你必须不能拥有任何互斥体。",
    "id": 312333,
    "action_name": "Automatic translation",
    "url": "https://translate-dev.freebsd.org/api/changes/312333/?format=api"
}