Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/13355208/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-containers/masterpagesterminologyuse_cases/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-containers/masterpagesterminologyuse_cases/fi/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2023-03-16T15:34:35.726779Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "For example, if a developer has PHP code and they want to run it in a container, they can use a PHP builder image to produce a ready to run application container image.  The developer passes the GitHub URL where the code is stored and the builder image does the rest of the work for them.  The output of a Builder container is an Application container image which includes Red Hat Enterprise Linux, PHP from Software Collections, and the developer’s code, all together, ready to run.  Builder images provide a powerful way to go from code to container quickly and easily, building off of trusted components.",
        "old_state": -1
    },
    "id": 10230076,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/10230076/?format=api"
}