Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/205009/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/damage-log/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/damage-log/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/LiyuNodream/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/LiyuNodream/?format=api",
    "timestamp": "2023-04-16T07:52:24.756149Z",
    "action": 2,
    "target": "限制玩家可见信息中,治疗不可见",
    "old": "治疗不可见",
    "details": {
        "state": 20,
        "source": "Hide healing in the limited damage info",
        "old_state": 20
    },
    "id": 301634,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/301634/?format=api"
}