Suggested Searches
Explore how to retrieve suggested searches for events, venues, and attractions using the Ticketmaster Discovery API's suggest endpoint. Learn to customize queries with parameters like geoPoint and radius to tailor results. Understand the response structure to effectively integrate search suggestions in your application.
We'll cover the following...
Search suggestions
What if we want to look up some events or attractions, but we don't have anything specific in mind? In that case, we can use the Discovery API's suggest endpoint to find search suggestions for events, attractions, and venues.
The URL for this endpoint is:
https://app.ticketmaster.com/discovery/v2/suggest
Request parameters
There are no required parameters for this endpoint. However, we can provide several optional search parameters for more customized suggestions. The table below gives an overview of a few of these parameters. You can visit this ...