Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/229159/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/freebsd-doc/articles_serial-uart/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/articles_serial-uart/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-01-09T14:31:52.213488Z",
    "action": 30,
    "target": "In internal modems, the modem designer will frequently emulate the 8250A/16450 with the modem microprocessor, and the emulated UART will frequently have a hidden buffer consisting of several hundred bytes. Due to the size of the buffer, these emulations can be as reliable as a 16550A in their ability to handle high speed data. However, most operating systems will still report that the UART is only a 8250A or 16450, and may not make effective use of the extra buffering present in the emulated UART unless special drivers are used.",
    "id": 106044,
    "action_name": "改变了源字符串",
    "url": "https://translate-dev.freebsd.org/api/changes/106044/?format=api"
}