Searching for Attractions
Learn to search for and filter attractions using Ticketmaster's Discovery API.
We'll cover the following...
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 ...