ticketmaster-api

Search and retrieve event data from the Ticketmaster Discovery API.

Updated Dec 14, 2025
One-click install
npx skills add https://github.com/aeonbridge/ab-anthropic-claude-skills --skill ticketmaster-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ticketmaster-api
Source: https://github.com/aeonbridge/ab-anthropic-claude-skills/tree/main/output/ticketmaster
Command: npx skills add https://github.com/aeonbridge/ab-anthropic-claude-skills --skill ticketmaster-api

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill enables developers to integrate with Ticketmaster Discovery API to search events, venues, attractions, and classifications, enabling event discovery features across apps and sites.

Core Features & Use Cases

  • Discovery API access: Query events, attractions, venues, classifications, and images.
  • Detailed data retrieval: Get event details, images, and venue information for rich listings.
  • Use Case: Build event discovery apps, venue finders, and entertainment search experiences using authenticated API requests.

Quick Start

Call the Discovery API endpoints with your API key to fetch events and venues. For example, request GET https://app.ticketmaster.com/discovery/v2/events.json?apikey=YOUR_KEY with appropriate filters.

Frequently Asked Questions about ticketmaster-api

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I search events using the Ticketmaster Discovery API?

Search events via the Ticketmaster Discovery API by sending an authenticated GET request to the discovery/v2/events.json endpoint with your valid API key and desired query filters. This retrieves matching event data including attractions, venues, and classifications across multiple regions.

Do I need an API key to retrieve venue data from the Ticketmaster Discovery API?

Yes, a valid API key is required for the Ticketmaster Discovery API to authenticate requests for retrieving venue data, event details, and classifications. You must include it in your request to successfully access the endpoint and process responses.

How does pagination work when fetching large lists of events from the Ticketmaster API?

Pagination handles large event lists from the Ticketmaster API by managing response pages through the Discovery API endpoints. Robust handling of pagination ensures you retrieve complete datasets sequentially across multiple regions without missing records or hitting rate limits.

What is the best way to get detailed event information and images using the Ticketmaster Discovery API?

The best way to get detailed event information and images is querying the Ticketmaster Discovery API endpoints with your API key. This retrieves rich listing data, including specific event details, associated venue information, and linked image assets for entertainment search experiences.

What are the limitations of the Ticketmaster Discovery API for event discovery?

Limitations of the Ticketmaster Discovery API include strict rate limiting and the need for robust error handling to manage response formats. You must carefully manage API key authentication and pagination boundaries to avoid request failures during high-volume event discovery operations.