Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/16788079/?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.997845Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "variant: fcos\nversion: {butane-latest-stable-spec}\nstorage:\n  disks:\n    -\n      # Mandatory. We use the World-Wide Number ID of the drive to ensure\n      # uniqueness.\n      device: /dev/disk/by-id/wwn-0x50014e2eb507fcdf\n      # This ensures that the partition table is re-created, along with all\n      # the partitions.\n      wipe_table: true\n      partitions:\n        # The first partition (slot number 1) is 32 GiB and starts at the\n        # beginning of the device. Its type_guid identifies it as a Linux\n        # swap partition.\n        - label: part1\n          number: 1\n          size_mib: 32768\n          start_mib: 0\n          type_guid: 0657fd6d-a4ab-43c4-84e5-0933c84b4f4f\n        # The second partition (implicit slot number 2) will be placed after\n        # partition 1 and will occupy the rest of the available space.\n        # Since type_guid is not specified, it will be a Linux native\n        # partition.\n        - label: part2\n",
        "old_state": -1
    },
    "id": 14710982,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/14710982/?format=api"
}