Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/10811213/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-aws/zh_CN/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-08-03T22:06:19.211354Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "NAME='instance1'\nSSHKEY='my-key'     # the name of your SSH key: `aws ec2 describe-key-pairs`\nIMAGE='ami-xxx'     # the AMI ID found on the download page\nDISK='20'           # the size of the hard disk\nREGION='us-east-1'  # the target region\nTYPE='m5.large'     # the instance type\nSUBNET='subnet-xxx' # the subnet: `aws ec2 describe-subnets`\nSECURITY_GROUPS='sg-xx' # the security group `aws ec2 describe-security-groups`\nUSERDATA='/path/to/config.ign' # path to your Ignition config\naws ec2 run-instances                     \\\n    --region $REGION                      \\\n    --image-id $IMAGE                     \\\n    --instance-type $TYPE                 \\\n    --key-name $SSHKEY                    \\\n    --subnet-id $SUBNET                   \\\n    --security-group-ids $SECURITY_GROUPS \\\n    --user-data \"file://${USERDATA}\"      \\\n    --tag-specifications \"ResourceType=instance,Tags=[{Key=Name,Value=${NAME}}]\" \\\n    --block-device-mappings \"VirtualName=/dev/xvda,DeviceName=/dev/xvda,Ebs={VolumeSize=${DISK}}\"\n",
        "old_state": -1
    },
    "id": 6902130,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/6902130/?format=api"
}