Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/12074597/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesbare-metal/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesbare-metal/uk/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-11-05T22:08:24.728699Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "# Create customized.iso which:\n# - Automatically installs to /dev/sda\n# - Provisions the installed system with config.ign\n# - Configures the installed GRUB and kernel to use a primary graphical\n#   and secondary serial console\n# - Uses network configuration from static-ip.nmconnection\n# - Trusts HTTPS certificates signed by ca.pem\n# - Runs post.sh after installing\ncoreos-installer iso customize \\\n    --dest-device /dev/sda \\\n    --dest-ignition config.ign \\\n    --dest-console ttyS0,115200n8 \\\n    --dest-console tty0 \\\n    --network-keyfile static-ip.nmconnection \\\n    --ignition-ca ca.pem \\\n    --post-install post.sh \\\n    -o custom.iso fedora-coreos-{stable-version}-live.x86_64.iso\n# Same, but create a customized PXE initramfs image\ncoreos-installer pxe customize \\\n    --dest-device /dev/sda \\\n    --dest-ignition config.ign \\\n    --dest-console ttyS0,115200n8 \\\n    --dest-console tty0 \\\n    --network-keyfile static-ip.nmconnection \\\n    --ignition-ca ca.pem \\\n    --post-install post.sh \\\n    -o custom-initramfs.img fedora-coreos-{stable-version}-live-initramfs.x86_64.img\n",
        "old_state": -1
    },
    "id": 8591378,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/8591378/?format=api"
}