Search⌘ K
AI Features

Searching for Attractions

Explore how to search for attractions using Ticketmaster's Discovery API by making API calls with optional parameters like keyword and attraction ID. Learn to handle search results and navigate pages to retrieve relevant event attraction data.

Attraction search

An attraction is the main person or act of interest in an event, be it a football team in a football match, a singer in a concert, or an actor in a stage play. The Discovery API provides us with the capability to search for and filter attractions through the attractions endpoint.

The URL for this endpoint is:

https://app.ticketmaster.com/discovery/v2/attractions

Request parameters

Like the event search endpoint, we can provide a number of optional parameters to filter the search results. An overview of some of the parameters is given below. You can visit this ...