Performers
Learn how to fetch a detailed list of performers using the SeatGeek API.
Performer endpoints allow us to request any available performers on SeatGeek. The endpoints for performers are as follows:
- The performers endpoint: Fetches a paginated list of performers using certain search parameters.
- The specific performer endpoint: Fetches details about a specific performer by providing a specific performer ID as a path parameter.
The performers endpoint
To fetch a list of performers, use the following endpoint URL:
https://api.seatgeek.com/2/performers
Request parameters
We can use the following query parameters with the URL given above when fetching a list of performers: ...