Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/16788093/?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/it/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-02-08T22:17:01.895501Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "variant: fcos\nversion: {butane-latest-stable-spec}\nstorage:\n  disks:\n  - # The link to the block device the OS was booted from.\n    device: /dev/disk/by-id/coreos-boot-disk\n    # We do not want to wipe the partition table since this is the primary\n    # device.\n    wipe_table: false\n    partitions:\n    - number: 4\n      label: root\n      # Allocate at least 8 GiB to the rootfs. See NOTE above about this.\n      size_mib: 8192\n      resize: true\n    - size_mib: 0\n      # We assign a descriptive label to the partition. This is important\n      # for referring to it in a device-agnostic way in other parts of the\n      # configuration.\n      label: var\n  filesystems:\n    - path: /var\n      device: /dev/disk/by-partlabel/var\n      # We can select the filesystem we'd like.\n      format: ext4\n      # Ask Butane to generate a mount unit for us so that this filesystem\n      # gets mounted in the real root.\n      with_mount_unit: true\n",
        "old_state": -1
    },
    "id": 14710998,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/14710998/?format=api"
}