Getting Started

Start exploring the JamBase Concert Data API with a free 14-day trial. No credit card required.

Quick Start

Get up and running in three steps.

1Get Your Key

Start a free trial or a paid plan for immediate access to the API.

2Authenticate

Add your API key as a Bearer token in the Authorization header.

3Make Requests

Query events, artists, and venues. See sample requests to learn how.

Your First Request

Fetch upcoming events in the New York metro area.

GET /v3/events
Fetch upcoming events in the New York metro area
curl -X GET "https://api.data.jambase.com/v3/events?geoMetroId=jambase:1" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Accept: application/json" \
-H "User-Agent: JamBaseData-Sandbox/1.0"

Replace YOUR_API_KEY with your actual API key. The geoMetroId parameter filters events by metropolitan area. Use the Search Cities endpoint to find metro IDs.