Changes API.

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

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

{
    "unit": "https://weblate.securedrop.org/api/units/24007/?format=api",
    "component": "https://weblate.securedrop.org/api/components/securedrop/securedrop/?format=api",
    "translation": "https://weblate.securedrop.org/api/translations/securedrop/securedrop/zh_Hant/?format=api",
    "user": "https://weblate.securedrop.org/api/users/jxtsai/?format=api",
    "author": "https://weblate.securedrop.org/api/users/jxtsai/?format=api",
    "timestamp": "2023-10-24T00:07:27.342441Z",
    "action": 2,
    "target": "即將刪除此線人的所有檔案與訊息。",
    "old": "此位線人的檔案與訊息已被銷毀。",
    "details": {
        "state": 20,
        "source": "All files and messages from that source will also be destroyed.",
        "old_state": 30
    },
    "id": 66239,
    "action_name": "Translation changed",
    "url": "https://weblate.securedrop.org/api/changes/66239/?format=api"
}