Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/51119/?format=api",
    "component": "https://weblate.foundryvtt-hub.com/api/components/party-resources/main/?format=api",
    "translation": "https://weblate.foundryvtt-hub.com/api/translations/party-resources/main/zh_Hans/?format=api",
    "user": "https://weblate.foundryvtt-hub.com/api/users/TravelingK/?format=api",
    "author": "https://weblate.foundryvtt-hub.com/api/users/TravelingK/?format=api",
    "timestamp": "2023-01-15T03:26:49.709557Z",
    "action": 2,
    "target": "将会在屏幕顶部显示一个类似电子游戏的状态栏,展示每种资源的当前值。",
    "old": "This shows a videogame-esque status bar at the top of the screen. It shows the current value of each resource.",
    "details": {
        "state": 20,
        "source": "This shows a videogame-esque status bar at the top of the screen. It shows the current value of each resource.",
        "old_state": 20
    },
    "id": 188408,
    "action_name": "Translation changed",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/188408/?format=api"
}