AI Features

Events

Learn how to search for live events using the SeatGeek API.

Overview

Event endpoints are one of the most critical endpoints for the SeatGeek API. They allow us to request any event with tickets available for purchase on the SeatGeek platform. The endpoints for events are as follows:

  • The events endpoint: Fetches a paginated list of events using certain search parameters.
  • The specific event endpoint: Fetches details about a specific event by providing an event ID as a path parameter.

The events endpoint

To fetch a list of all events, we use the following endpoint URL:

https://api.seatgeek.com/2/events

Request parameters

We can use the following query ...