Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/19185347/?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/pt_BR/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-04-11T22:45:39.631736Z",
    "action": 71,
    "target": "        [Service]\n        ExecStartPre=mkdir -p /var/lib/etcd\n        ExecStartPre=-/bin/podman kill etcd\n        ExecStartPre=-/bin/podman rm etcd\n        ExecStartPre=-/bin/podman pull quay.io/coreos/etcd\n        ExecStart=/bin/podman run --name etcd --net=host \\\n                    --volume /var/lib/etcd:/etcd-data:z  \\\n                    quay.io/coreos/etcd:latest /usr/local/bin/etcd              \\\n                            --data-dir /etcd-data --name node1                  \\\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        ExecStop=/bin/podman stop etcd\n",
    "old": "",
    "details": {
        "state": 10,
        "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": 18341446,
    "action_name": "String added in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/18341446/?format=api"
}