Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/35739/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/boooks_arch-handbook/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/boooks_arch-handbook/zh_CN/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/dbaio/?format=api",
    "timestamp": "2020-01-28T21:29:06.511792Z",
    "action": 37,
    "target": "与许多其它多线程 &unix; 内核所采取的模式类似, FreeBSD会赋予中断处理程序独立的线程上下文,这样做能够让中断线程在遇到锁时阻塞。 但为了避免不必要的延迟,中断线程在内核中, 是以实时线程的优先级运行的。 因此,中断处理程序不应执行过久, 以免饿死其它内核线程。 此外,由于多个处理程序可以分享同一中断线程, 中断处理程序不应休眠,或使用可能导致休眠的锁, 以避免将其它中断处理程序饿死。",
    "id": 62262,
    "action_name": "标记为需要编辑",
    "url": "https://translate-dev.freebsd.org/api/changes/62262/?format=api"
}