Changes API.

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

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

{
    "unit": "https://translate.fedoraproject.org/api/units/16788224/?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/id/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-02-08T22:17:10.175538Z",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "variant: fcos\nversion: {butane-latest-stable-spec}\nstorage:\n  files:\n    - path: /etc/NetworkManager/system-connections/${teamname}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${teamname}\n          type=team\n          interface-name=${teamname}\n          [team]\n          config={\"runner\": {\"name\": \"activebackup\"}, \"link_watch\": {\"name\": \"ethtool\"}}\n          [ipv4]\n          dns-search=\n          may-fail=false\n          method=auto\n    - path: /etc/NetworkManager/system-connections/${teamname}-slave-${subnic1}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${teamname}-slave-${subnic1}\n          type=ethernet\n          interface-name=${subnic1}\n          master=${teamname}\n          slave-type=team\n          [team-port]\n          config={\"prio\": 100}\n    - path: /etc/NetworkManager/system-connections/${teamname}-slave-${subnic2}.nmconnection\n      mode: 0600\n      contents:\n        inline: |\n          [connection]\n          id=${teamname}-slave-${subnic2}\n          type=ethernet\n          interface-name=${subnic2}\n          master=${teamname}\n          slave-type=team\n          [team-port]\n          config={\"prio\": 100}\n",
        "old_state": -1
    },
    "id": 14711156,
    "action_name": "String updated in the repository",
    "url": "https://translate.fedoraproject.org/api/changes/14711156/?format=api"
}