Recommendations
Explore how to access the SeatGeek API recommendations endpoint to fetch suggested events and performers based on seed parameters. Understand how to use event and performer seeds to generate personalized recommendations and how to handle the API responses for integration.
The recommendations endpoint
The recommendations endpoint allows us to request any event or venue recommendations that are available on the SeatGeek database. We can use the recommendations endpoint in two ways:
- Fetch event recommendations using
/recommendations. - Fetch performer recommendations using
/recommendations/performers.
We use performer and event seeds to generate recommendations based on these seeds. At least one seed is required to generate recommendations for events, but seeds aren’t required to ...