Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1057431/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/booksarch-handbookscsi_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbookscsi_index/pt_BR/?format=api",
    "user": null,
    "author": "https://translate-dev.freebsd.org/api/users/anonymous/?format=api",
    "timestamp": "2021-05-29T13:25:56.607829Z",
    "action": 6,
    "target": "    case SELECTION_TIMEOUT:\n        ccb_status = CAM_SEL_TIMEOUT;\n        /* request the further code to freeze the queue */\n        hcb->ccb->ccb_h.status |= CAM_DEV_QFRZN;\n        lun_to_freeze = CAM_LUN_WILDCARD;\n        break;\n    case PARITY_ERROR:\n        ccb_status = CAM_UNCOR_PARITY;\n        break;\n    case DATA_OVERRUN:\n    case ODD_WIDE_TRANSFER:\n        ccb_status = CAM_DATA_RUN_ERR;\n        break;\n    default:\n        /* all other errors are handled in a generic way */\n        ccb_status = CAM_REQ_CMP_ERR;\n        /* request the further code to freeze the queue */\n        hcb->ccb->ccb_h.status |= CAM_DEV_QFRZN;\n        lun_to_freeze = CAM_LUN_WILDCARD;\n        break;\n    }\n",
    "id": 303308,
    "action_name": "Automatic translation",
    "url": "https://translate-dev.freebsd.org/api/changes/303308/?format=api"
}