Changes API.

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

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

{
    "unit": "https://translate-dev.freebsd.org/api/units/1192856/?format=api",
    "component": "https://translate-dev.freebsd.org/api/components/documentation/booksdevelopers-handbooktools_index/?format=api",
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbooktools_index/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2021-06-08T11:29:54.862572Z",
    "action": 30,
    "target": "With an interpreter, the language comes as an environment, where you type in commands at a prompt and the environment executes them for you.  For more complicated programs, you can type the commands into a file and get the interpreter to load the file and execute the commands in it.  If anything goes wrong, many interpreters will drop you into a debugger to help you track down the problem.",
    "id": 319353,
    "action_name": "改变了源字符串",
    "url": "https://translate-dev.freebsd.org/api/changes/319353/?format=api"
}