Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1094771/?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/es/?format=api",
    "user": "https://translate-dev.freebsd.org/api/users/fernape/?format=api",
    "author": "https://translate-dev.freebsd.org/api/users/fernape/?format=api",
    "timestamp": "2023-03-28T15:48:38.698102Z",
    "action": 5,
    "target": "    /* table of supported bus methods */\n    static device_method_t xxx_isa_methods[] = {\n        /* list all the bus method functions supported by the driver */\n        /* omit the unsupported methods */\n        DEVMETHOD(device_identify,  xxx_isa_identify),\n        DEVMETHOD(device_probe,     xxx_isa_probe),\n        DEVMETHOD(device_attach,    xxx_isa_attach),\n        DEVMETHOD(device_detach,    xxx_isa_detach),\n        DEVMETHOD(device_shutdown,  xxx_isa_shutdown),\n        DEVMETHOD(device_suspend,   xxx_isa_suspend),\n        DEVMETHOD(device_resume,    xxx_isa_resume),\n",
    "id": 445948,
    "action_name": "Ny oversettelse",
    "url": "https://translate-dev.freebsd.org/api/changes/445948/?format=api"
}