Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/17413744/?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": "2024-03-19T22:32:46.264721Z",
    "action": 71,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "# Create customized.iso which:\n# - Automatically mounts iSCSI target using mount-iscsi.sh\n# - Provisions the installed system with config.ign\n# - Configures the installed system to use iBFT\ncoreos-installer iso customize \\\n    --pre-install mount-iscsi.sh \\\n    --dest-device /dev/disk/by-path/ip-10.0.0.1\\:3260-iscsi-iqn.2023-10.coreos.target.vm\\:coreos-lun-0 \\\n    --dest-ignition config.ign \\\n    --dest-karg-append rd.iscsi.firmware=1 \\\n    --dest-karg-append ip=ibft \\\n    -o custom.iso fedora-coreos-{stable-version}-live.x86_64.iso\n",
        "old_state": -1
    },
    "id": 15556918,
    "action_name": "String added in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/15556918/?format=api"
}