Performers
Explore how to fetch a list of performers and specific performer details using the SeatGeek API endpoints. Learn to apply query parameters for filtering event performers by genres and taxonomies to get refined search results.
Overview
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: ...