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.

soon
Webhooks

Push, signed

event.announced, price.crossed, presale.opened — delivered signed, retried honestly.

soon
MCP

Agentic partners

The same tools Roadie uses, OAuth-scoped for your assistant.

Claude & ChatGPT →
Try 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" }
Sign in to mint a keyscoped read-only · 1k req/day · plaintext shows once
Webhook events:event.announcedprice.crossedpresale.openedorder.placedsetlist.attached