Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1133062/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/booksarch-handbookboot_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookboot_index/zh_CN/?format=api",
    "user": null,
    "author": "https://translate-dev.freebsd.org/api/users/anonymous/?format=api",
    "timestamp": "2021-06-02T06:38:49.185873Z",
    "action": 6,
    "target": "start_input:\n      xorb %ah,%ah\t\t# BIOS: Get\n      int $0x1a\t\t\t#  system time\n      movw %dx,%di\t\t# Ticks when\n      addw _TICKS(%bp),%di\t#  timeout\nread_key:\n      movb $0x1,%ah\t\t# BIOS: Check\n      int $0x16\t\t\t#  for keypress\n      jnz got_key\t\t# Have input\n      xorb %ah,%ah\t\t# BIOS: int 0x1a, 00\n      int $0x1a\t\t\t#  get system time\n      cmpw %di,%dx\t\t# Timeout?\n      jb read_key\t\t# No\n",
    "id": 312399,
    "action_name": "Automatic translation",
    "url": "https://translate-dev.freebsd.org/api/changes/312399/?format=api"
}