Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4078000/?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:04:18.578527+02:00",
    "action": 5,
    "target": "这个建筑有两个目的:\n* 为你的货物提供更多的储存空间,\n* 像仓库一样派遣自己的收集员来取货。",
    "old": "",
    "details": {
        "state": 20,
        "source": "This building has two purposes. It:\n* Offers more storage for your goods, and\n* sends its own collectors to fetch goods, just like the Warehouse does.",
        "old_state": 0
    },
    "id": 61555809,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61555809/?format=api"
}