Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
Endpoints
Search live events by keyword, location (latlong, city, stateCode, countryCode), date range (startDateTime, endDateTime), or classification (e.g. Music, Sports). Supports pagination via size and page, and sort (e.g. date,asc). Lava slims responses by default — drops image variants, HAL _links, and verbose prose; pass filter.mode=“full” or filter._lava_keep_images / _lava_keep_links / _lava_verbose = “true” to expand.
GEThttps://app.ticketmaster.com/discovery/v2/events.json?keyword=Taylor+Swift&city=Chicago&countryCode=US&size=10 — Free
- SDK
- cURL
Get full details for a single event by Ticketmaster event ID, including venue, attractions, price ranges, and sale dates. Lava slims the response by default; see filter.lava* and mode=“full” overrides.
GEThttps://app.ticketmaster.com/discovery/v2/events/Z1r9uZrrZbpZ1AvjV8I.json — Free
- SDK
- cURL
Search venues by keyword, location (latlong, countryCode, stateCode), or postal code. Supports pagination via size and page. Lava slims responses by default; see filter.lava* and mode=“full” overrides.
GEThttps://app.ticketmaster.com/discovery/v2/venues.json?keyword=Madison+Square+Garden&countryCode=US — Free
- SDK
- cURL
Get full details for a single venue by Ticketmaster venue ID, including address, coordinates, capacity, and social links. Lava slims the response by default; see filter.lava* and mode=“full” overrides.
GEThttps://app.ticketmaster.com/discovery/v2/venues/KovZpZA7AAEA.json — Free
- SDK
- cURL
Search attractions (performers, teams, plays) by keyword or classification. Supports pagination via size and page. Lava slims responses by default; see filter.lava* and mode=“full” overrides.
GEThttps://app.ticketmaster.com/discovery/v2/attractions.json?keyword=Taylor+Swift — Free
- SDK
- cURL
Get full details for a single attraction by Ticketmaster attraction ID, including classifications, images, and external links. Lava slims the response by default; see filter.lava* and mode=“full” overrides.
GEThttps://app.ticketmaster.com/discovery/v2/attractions/K8vZ917Gku7.json — Free
- SDK
- cURL
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests