Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/15152556/?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": "2023-08-30T22:03:03.000634Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "If you need to have secrets in your Ignition configuration you should store it into a S3 bucket and have a minimal configuration in user-data.  Once the instance has completed the first boot, clear the S3 bucket as any process or container running on the instance could access it.  See the https://coreos.github.io/ignition/operator-notes/#secrets[Ignition documentation] for more advice on secret management.",
        "old_state": -1
    },
    "id": 12347208,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/12347208/?format=api"
}