Live events directory covering concerts, sports, and theater across North America and parts of Europe, backed by the Ticketmaster/Live Nation inventory. Best for answering questions about upcoming shows by artist, venue, city, or date — “is Taylor Swift playing Chicago?”, “concerts in NYC next weekend”, “Knicks home games this month”. Returns structured HAL+JSON with event metadata, venue coordinates, and ticket-availability signals; Lava slims this aggressively by default (drops image variants, HAL _links, and prose — see filter.lava* and mode=“full” overrides). 6 endpoints available through Lava’s AI Gateway. See the Ticketmaster API docs for full documentation.Documentation Index
Fetch the complete documentation index at: https://lava.so/docs/llms.txt
Use this file to discover all available pages before exploring further.
This provider is managed — no additional setup required.
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