Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/22690/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/simple-calendar/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/simple-calendar/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/hmqgg/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/hmqgg/?format=api",
    "timestamp": "2024-03-09T14:58:40.362546Z",
    "action": 2,
    "target": "这将会覆盖日历 <strong>{CAL_NAME}</strong> 的配置来匹配预设日历。这些更改只会在配置保存后生效,确定吗?",
    "old": "这将会覆盖日历<strong>{CAL_NAME}</strong>的配置来匹配预设日历。这些更改只会在配置保存后生效,确定吗?",
    "details": {
        "state": 20,
        "source": "This will overwrite the configuration for the calendar <strong>${CAL_NAME}</strong> to match the selected predefined calendar. These changes will only be applied if the configuration is saved. Are you sure?",
        "old_state": 20
    },
    "id": 448975,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/448975/?format=api"
}