Skip to main content
GET
/
events
List public events
curl --request GET \
  --url https://eddyhdzg.com/api/v1/events
{
  "events": [
    {
      "id": "<string>",
      "title": "<string>",
      "eventId": "<string>",
      "shortDescription": "<string>",
      "startDate": "2023-11-07T05:31:56Z",
      "endDate": "2023-11-07T05:31:56Z",
      "venue": {
        "name": "<string>",
        "formattedAddress": "<string>"
      },
      "platforms": [
        {
          "id": "<string>",
          "platform": "luma",
          "url": "<string>",
          "attendees": 123,
          "price": "<string>"
        }
      ],
      "tags": [
        {
          "id": 123,
          "label": "<string>",
          "category": "<string>"
        }
      ],
      "aiPick": true,
      "isFree": true
    }
  ]
}

Response

200 - application/json

Events list (or paused payload)

events
object[]
required