Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/89993/?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:20:41.725974Z",
    "action": 5,
    "target": "此处为物品的名称,需要与出现在玩家库存中的名称相同。多个物品名使用英文分号(;)进行分割。",
    "old": "",
    "details": {
        "state": 20,
        "source": "The name of the item(s) as it appears in players' inventory. Separate multiple item names with a semicolon (;).",
        "old_state": 0
    },
    "id": 188290,
    "action_name": "Translation added",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/188290/?format=api"
}