Ticketmaster icon

Ticketmaster

Event discovery, inventory, and ticketing API across concerts, sports, and venue listings.

Handles event search, ticket availability checks, venue lookups, and pulling attractions tied to artists or shows.

Example Use Cases

These are the Ticketmaster actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Execute Season Ticketing Command

Tool to execute Season Ticketing API commands for ticket management operations. Use when you need to interact with Ticketmaster's Archtics Season Ticketing system for administrative tasks, account management, or event discovery. Supports commands: ping (test connectivity), customer_query (get account info), seats_sold (retrieve sold seat details), event_search (search events), event_details (get event attributes), get_attendance (retrieve attendance data). Note: API may return 202 ACCEPTED for asynchronous operations - caller must poll with provided cookies until receiving 200 OK response.

Get Event Details

Tool to retrieve detailed information about a specific event by ID. Use when you have an event's unique identifier and need its full details.

Get Venues

Tool to retrieve a list of venues based on specified criteria. Use when you need venue details by name, location, or ID.

Search Events

Search for events on Ticketmaster using various filters including location, date range, keywords, classifications, and more. This action queries the Ticketmaster Discovery API to find events matching your criteria. Results are paginated and can be sorted. Use this when you need to: search for concerts/shows/games, find events in a specific location, filter by date range, or discover events by artist/venue. Key capabilities: - Location search: by city, state, postal code, lat/long, or radius - Time filtering: events within date ranges or on-sale dates - Classification: filter by segment (Music/Sports/Arts), genre, subgenre - Keyword search: find events by name or description - Venue/Attraction: get events at specific venues or by specific artists/teams Note: Deep paging limit - size * page must be < 1000. Maximum 200 results per page.

Get Advanced Suggestions

Get advanced auto-complete search suggestions from Ticketmaster's Discovery API. Returns matching attractions (artists, teams, performers), venues (concert halls, stadiums, theaters), and events based on search criteria with extensive filtering options. Use this when you need more control over suggestions including location filtering, source filtering, fuzzy matching, and spell checking. Perfect for implementing type-ahead search functionality with advanced filters or helping users discover entertainment options based on location, segment, and other criteria.

Get Attraction Details V2

Tool to retrieve detailed information about a specific attraction by ID from Ticketmaster Discovery API v2. Use when you need attraction details with optional licensed content filtering.

Get Classification Details

Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.

Get Classifications

Retrieves event classifications from Ticketmaster's Discovery API. Classifications provide a hierarchical taxonomy for categorizing events: - Segment: Top-level category (Music, Sports, Arts & Theater, Family, Film, Miscellaneous) - Genre: Secondary category within a segment (e.g., Rock, Baseball, Comedy) - Subgenre: Tertiary category for specific classification (e.g., Alternative Rock, MLB) Use this tool to discover available categories before searching for events, or to understand how events are organized in the Ticketmaster system. The classifications can be filtered by locale, country, or specific classification ID.

Get Event Images

Tool to retrieve images for a specific event by ID. Use when you need to fetch image URLs and metadata for an event.

Get Genre Details

Tool to retrieve detailed information about a specific genre. Use when you need metadata for a single genre before filtering events by genre.