Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/20184/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/healthEstimate/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/healthEstimate/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/sakusenerio/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/sakusenerio/?format=api",
    "timestamp": "2023-03-08T06:59:48.480591Z",
    "action": 2,
    "target": "与方框的相对位置。数字用以调整相对位置。 正数会使其上移,负数下降。默认值 -1 意为 “初始位置之下的一行”",
    "old": "与方框的相对位置。数字用以调整相对位置。 正数会使其下移,负数上升。默认值 -1 意为 “初始位置上一行”",
    "details": {
        "state": 20,
        "source": "Position is set relative to the frame. The number lets you tweak the position relative to its normal place. Positive numbers push it higher; negative – lower. The default value of -1 sets it to \"1 line below initial position\".",
        "old_state": 10
    },
    "id": 263264,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/263264/?format=api"
}