Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/82700954/?format=api",
    "component": "https://hosted.weblate.org/api/components/debian-handbook/12_advanced-administration/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/debian-handbook/12_advanced-administration/ko/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2022-09-07T09:42:32.133121+02:00",
    "action": 59,
    "target": "",
    "old": "",
    "details": {
        "state": 0,
        "source": "<computeroutput># </computeroutput><userinput>munin-run load config\n</userinput><computeroutput>graph_title Load average\ngraph_args --base 1000 -l 0\ngraph_vlabel load\ngraph_scale no\ngraph_category system\nload.label load\ngraph_info The load average of the machine describes how many processes are in the run-queue (scheduled to run \"immediately\").\nload.info 5 minute load average\n</computeroutput>",
        "old_state": -1
    },
    "id": 34035042,
    "action_name": "String updated in the repository",
    "url": "https://hosted.weblate.org/api/changes/34035042/?format=api"
}