Changes API.

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

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

{
    "unit": "https://hosted.weblate.org/api/units/243250/?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:20:26.172221+02:00",
    "action": 5,
    "target": "你已成功完成所有分配给您的任务。现在,世界在你的掌控之中,等待着你的自由追求和勇敢探索!",
    "old": "",
    "details": {
        "state": 20,
        "source": "You have successfully completed all tasks that were handed to you. The world is now at your command, waiting for your free aspirations and brave explorations!",
        "old_state": 0
    },
    "id": 61556325,
    "action_name": "Translation added",
    "url": "https://hosted.weblate.org/api/changes/61556325/?format=api"
}