Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/19185333/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagestutorial-containers/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagestutorial-containers/en/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-11T22:45:38.941843Z",
    "action": 71,
    "target": "          [Container]\n          ContainerName=etcd\n          Image=quay.io/coreos/etcd:v3.5.21\n          Network=host\n          Volume=etcd-data:/etcd-data\n          Exec=/usr/local/bin/etcd                                \\\n              --name node1 --data-dir /etcd-data                  \\\n              --initial-advertise-peer-urls http://127.0.0.1:2380 \\\n              --listen-peer-urls http://127.0.0.1:2380            \\\n              --advertise-client-urls http://127.0.0.1:2379       \\\n              --listen-client-urls http://127.0.0.1:2379          \\\n              --initial-cluster node1=http://127.0.0.1:2380\n",
    "old": "",
    "details": {
        "state": 100,
        "source": "          [Container]\n          ContainerName=etcd\n          Image=quay.io/coreos/etcd:v3.5.21\n          Network=host\n          Volume=etcd-data:/etcd-data\n          Exec=/usr/local/bin/etcd                                \\\n              --name node1 --data-dir /etcd-data                  \\\n              --initial-advertise-peer-urls http://127.0.0.1:2380 \\\n              --listen-peer-urls http://127.0.0.1:2380            \\\n              --advertise-client-urls http://127.0.0.1:2379       \\\n              --listen-client-urls http://127.0.0.1:2379          \\\n              --initial-cluster node1=http://127.0.0.1:2380\n",
        "old_state": -1
    },
    "id": 18341423,
    "action_name": "String added in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/18341423/?format=api"
}