Ticketmaster provides APIs for event discovery, inventory management, and ticketing solutions.
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.
Tool to retrieve detailed information about a specific attraction by ID. Use when you have an attraction ID and need full details.
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.
Tool to retrieve a list of attractions. Use when you need to search for artists, teams, or performers by various criteria such as keyword, classification, or country.
Tool to retrieve detailed information about a specific classification. Use after obtaining a classification ID.
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.