Venues
Learn how to fetch a detailed list of venues using the SeatGeek API.
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: ...