Searching for Venues
Let's learn to search for and filter venues using Ticketmaster's Discovery API.
We'll cover the following...
Venue search
A venue is where an event takes place. We can search for venues and filter the search results through the Discovery API's venues endpoint.
The URL for this endpoint is mentioned below:
https://app.ticketmaster.com/discovery/v2/venues
Request parameters
There are no required parameters for this endpoint. However, we can provide several optional parameters to filter the search results. An overview of some of the parameters is given below. You can visit this lesson to see the complete list of parameters. ...