Translation components API.

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

GET /api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 11,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357653Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {
                "reason": "new file",
                "filename": "po/cs/master/pages/getting-started-aws.po"
            },
            "id": 15323632,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/15323632/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278387/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357604Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "ssh core@<ip address>\n",
                "old_state": -1
            },
            "id": 15323631,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323631/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278386/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357551Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Example connecting",
                "old_state": -1
            },
            "id": 15323630,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323630/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278385/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357500Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "You now should be able to SSH into the instance using the associated IP address.",
                "old_state": -1
            },
            "id": 15323629,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323629/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278384/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357448Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "You can find out the instance's assigned IP by running `aws ec2 describe-instances`",
                "old_state": -1
            },
            "id": 15323628,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323628/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278383/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357394Z",
            "action": 71,
            "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`\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    --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": 15323627,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323627/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278382/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357340Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "Launching a new instance",
                "old_state": -1
            },
            "id": 15323626,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323626/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278381/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357284Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "To test out FCOS this way you'll need to run the `aws ec2 run-instances` command and provide some information to get the instance up and running. The following is an example command you can use:",
                "old_state": -1
            },
            "id": 15323625,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323625/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278380/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357222Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "If you are only interested in exploring FCOS without further customization, you can use a https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-key-pairs.html[registered SSH key-pair] for the default `core` user.",
                "old_state": -1
            },
            "id": 15323624,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323624/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/17278379/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-20T17:05:39.357129Z",
            "action": 71,
            "target": "",
            "old": "",
            "details": {
                "state": 0,
                "source": "New AWS instances can be directly created from the public FCOS images. You can find the latest AMI for each region from the https://fedoraproject.org/coreos/download/[download page].",
                "old_state": -1
            },
            "id": 15323623,
            "action_name": "String added in the repository",
            "url": "https://translate.fedoraproject.org/api/changes/15323623/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesgetting-started-aws/cs/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/addon:languages/?format=api",
            "author": null,
            "timestamp": "2024-02-20T17:05:39.177390Z",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 15323622,
            "action_name": "Changes committed",
            "url": "https://translate.fedoraproject.org/api/changes/15323622/?format=api"
        }
    ]
}