Changes API.

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

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

{
    "unit": "https://weblate.foundryvtt-hub.com/api/units/211849/?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/ru/?format=api",
    "user": null,
    "author": null,
    "timestamp": "2025-05-03T20:53:20.157089Z",
    "action": 59,
    "target": "The name of the item(s) as it appears in players' inventory. Separate multiple item names with a semicolon (;).",
    "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": 502976,
    "action_name": "String updated in the repository",
    "url": "https://weblate.foundryvtt-hub.com/api/changes/502976/?format=api"
}