Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/19171645/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-hetzner/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-hetzner/zh_CN/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-03T11:27:09.236721Z",
    "action": 71,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "IMAGE_ID=\"$(hcloud image list \\\n    --type=snapshot \\\n    --selector=os=fedora-coreos \\\n    --output json \\\n    | jq -r '.[0].id')\"\nSSH_KEY_NAME=\"fedora-coreos-hetzner\"  # See: hcloud ssh-key list\nDATACENTER=\"fsn1-dc14\"                # See: hcloud datacenter list\nTYPE=\"cx22\"                           # See: hcloud server-type list\nNAME=\"fedora-coreos-test\"\nIGNITION_CONFIG=\"./config.ign\"\nhcloud server create \\\n    --name \"$NAME\" \\\n    --type \"$TYPE\" \\\n    --datacenter \"$DATACENTER\" \\\n    --image \"$IMAGE_ID\" \\\n    --ssh-key \"$SSH_KEY_NAME\" \\\n    --user-data-from-file \"$IGNITION_CONFIG\"\n",
        "old_state": -1
    },
    "id": 18307066,
    "action_name": "String added in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/18307066/?format=api"
}