Venues
Explore how to use the SeatGeek API to fetch lists of venues and specific venue details by utilizing search parameters and venue IDs. Learn methods to query venues in cities like New York and understand the response data structure returned by the API endpoints.
Overview
Venues endpoints allow us to request available venues on SeatGeek. The endpoints for venues are as follows:
- The venues endpoint: Fetches a paginated list of venues using certain search parameters.
- The specific venue endpoint: Fetches details about a specific venue by providing a specific venue ID as a path parameter.
The venues endpoint
To fetch a list of venues, use the following endpoint URL:
https://api.seatgeek.com/2/venues
Request parameters
We can use the following query parameters with the URL given above when fetching a list of venues: ...