Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4110260/?format=api",
    "component": "https://hosted.weblate.org/api/components/uh/tutorial/?format=api",
    "translation": "https://hosted.weblate.org/api/translations/uh/tutorial/zh_Hans/?format=api",
    "user": "https://hosted.weblate.org/api/users/KWSTD/?format=api",
    "author": "https://hosted.weblate.org/api/users/KWSTD/?format=api",
    "timestamp": "2023-07-18T18:12:43.081615+02:00",
    "action": 5,
    "target": "如果你将纺织工坊放在靠近农场的位置,并拆除通往农场的小径,你会发现它仍然可以获取羊毛并进行生产。",
    "old": "",
    "details": {
        "state": 20,
        "source": "You can place the Weaver's Hut close to the Farm and tear down any Trail to the Farm to see that it will still fetch the wool and produce.",
        "old_state": 0
    },
    "id": 61555973,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61555973/?format=api"
}