Changes API.

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

GET /api/changes/296623/?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-04-14T05:20:59.923110Z",
    "action": 2,
    "target": "调整文本边缘。正值更高,负值更低。",
    "old": "与方框的相对位置。数字用以调整相对位置。 正数会使其上移,负数下降。默认值 -1 意为 “初始位置之下的一行”",
    "details": {
        "state": 20,
        "source": "Adjust the text's margin. Positive values push it higher; negative, lower.",
        "old_state": 10
    },
    "id": 296623,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/296623/?format=api"
}