Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/4847664/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesrunning-containers/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesrunning-containers/pt_BR/?format=api",
    "user": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
    "author": "https://translate.fedoraproject.org/api/users/rffontenelle/?format=api",
    "timestamp": "2020-08-07T21:22:07.511306Z",
    "action": 5,
    "target": "        [Service]\n        TimeoutStartSec=0\n        ExecStartPre=-/bin/podman kill busybox1\n        ExecStartPre=-/bin/podman rm busybox1\n        ExecStartPre=/bin/podman pull busybox\n        ExecStart=/bin/podman run --name busybox1 busybox /bin/sh -c \"trap 'exit 0' INT TERM; while true; do echo Hello World; sleep 1; done\"\n",
    "id": 1219879,
    "action_name": "Translation added",
    "url": "https://translate.fedoraproject.org/api/changes/1219879/?format=api"
}