Changes API.

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

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

{
    "unit": "https://l10n.opensuse.org/api/units/14519931/?format=api",
    "component": "https://l10n.opensuse.org/api/components/uyuni/docs-administration-master/?format=api",
    "translation": "https://l10n.opensuse.org/api/translations/uyuni/docs-administration-master/zh_CN/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2024-05-16T08:20:18.371169Z",
    "action": 6,
    "target": "#!/usr/bin/python3\nclient = xmlrpc.client.ServerProxy('https://server.example.com/rpc/api')\nkey = client.auth.login('username', 'password')\nclient.system.scap.scheduleXccdfScan(key, <1000010001>,\n    '<path_to_xccdf_file.xml>',\n    '--profile <profile_name>')\n",
    "id": 3057042,
    "action_name": "Automatically translated",
    "url": "https://l10n.opensuse.org/api/changes/3057042/?format=api"
}