v1

latestOpenAPI 3.1.02026-08-041911887.3 KB
Events

Returns the Event for this hash

get/events/{hash}

Path parameters

hashstring required

Response

Event's data

Example response

{
  "event": {
    "date": "2023-01-01",
    "story-ids": [
      "bcd2d868-ed38-4382-b94a-622a30fc3215"
    ],
    "entities": [
      {
        "id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
      }
    ],
    "topics": [
      {
        "id": "bcd2d868-ed38-4382-b94a-622a30fc3215"
      }
    ],
    "source-ids": [
      "bcd2d868-ed38-4382-b94a-622a30fc3215"
    ]
  }
}