Developers
Build on the graph
The same capability registry our own apps run on — REST, GraphQL, webhooks, MCP. No second-class doors.
REST
OpenAPI, versioned
Events, venues, artists, ratings rollups, price observations. The default door.
GraphQL
Graph-shaped reads
Entities and relationships in one query — built for lineups, credits, and crossover.
soonWebhooks
Push, signed
event.announced, price.crossed, presale.opened — delivered signed, retried honestly.
soonTry it — sandboxseed data · no fans harmed
GET /v1/events?near=san-francisco&tonight=true
{ "events": [ {
"title": "Japanese Breakfast",
"venue": { "name": "The Fillmore", "capacity": 1150 },
"price": { "allIn": 4500, "band": [3800, 5200] },
"provenance": ["tm_api", "venue_crawl", "setlistfm"]
} ], "confidence": "verified" }event.announcedprice.crossedpresale.openedorder.placedsetlist.attached