Events
Learn how to search for live events using the SeatGeek API.
The events endpoint is the most critical endpoint of the SeatGeek API. It allows us to request any available event whose tickets are available for purchase on the SeatGeek platform. We can use the events endpoint in two ways:
- Fetch a paginated list of events using certain search parameters.
- Fetch details about a specific event by providing a specific event
id
.
Response parameters
Here are some of the essential response parameters for the events endpoint: ...