Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/17277338/?format=api",
    "component": "https://translate.fedoraproject.org/api/components/fedora-docs-l10n-fedora-coreos/masterpagessysconfig-network-configuration/?format=api",
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagessysconfig-network-configuration/cs/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-02-20T16:40:03.260859Z",
    "action": 71,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "variant: fcos\nversion: {butane-latest-stable-spec}\nstorage:\n  files:\n    - path: /etc/NetworkManager/system-connections/${bridgename}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bridgename}\n          type=bridge\n          interface-name=${bridgename}\n          [bridge]\n          [ipv4]\n          dns-search=\n          may-fail=false\n          method=auto\n    - path: /etc/NetworkManager/system-connections/${bridgename}-slave-${subnic1}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bridgename}-slave-${subnic1}\n          type=ethernet\n          interface-name=${subnic1}\n          master=${bridgename}\n          slave-type=bridge\n          [bridge-port]\n    - path: /etc/NetworkManager/system-connections/${bridgename}-slave-${subnic2}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${bridgename}-slave-${subnic2}\n          type=ethernet\n          interface-name=${subnic2}\n          master=${bridgename}\n          slave-type=bridge\n          [bridge-port]\n",
        "old_state": -1
    },
    "id": 15322308,
    "action_name": "String added in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/15322308/?format=api"
}