Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/16788083/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesstorage/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesstorage/id/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-02-08T22:16:59.998051Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "variant: fcos\nversion: {butane-latest-stable-spec}\nstorage:\n  disks:\n  # This defines two partitions, each on its own disk. The disks are\n  # identified by their WWN.\n  - device: /dev/disk/by-id/wwn-0x50014ee261e524e4\n    wipe_table: true\n    partitions:\n    -\n      # Each partition gets a human-readable label.\n      label: \"raid.1.1\"\n      # Each partition is placed at the beginning of the disk and is 64 GiB\n      # long.\n      number: 1\n      size_mib: 65536\n      start_mib: 0\n  - device: /dev/disk/by-id/wwn-0x50014ee0b8442cd3\n    wipe_table: true\n    partitions:\n    - label: \"raid.1.2\"\n      number: 1\n      size_mib: 65536\n      start_mib: 0\n  # We use the previously defined partitions as devices in a RAID1 md array.\n  raid:\n    - name: publicdata\n      level: raid1\n      devices:\n      - /dev/disk/by-partlabel/raid.1.1\n      - /dev/disk/by-partlabel/raid.1.2\n  # The resulting md array is used to create an EXT4 filesystem.\n  filesystems:\n    - path: /var/publicdata\n      device: /dev/md/publicdata\n      format: ext4\n      label: PUB\n      with_mount_unit: true\n",
        "old_state": -1
    },
    "id": 14710986,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/14710986/?format=api"
}