Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/4087530/?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:01:41.105632+02:00",
    "action": 5,
    "target": "所有公司都提供不工作的选项。\n这听起来可能很奇怪,但请点击你在伐木工的概述中看到的齿轮图标。",
    "old": "",
    "details": {
        "state": 20,
        "source": "All companies offer to do no work at all.\nThis may sound strange, but click on the gear wheel you see in the Lumberjack Hut's overview.",
        "old_state": 0
    },
    "id": 61555789,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61555789/?format=api"
}