NEW TheRundown is now available as an MCP server — connect your AI agent to real-time sports data
Free API key in 30 secondsNo credit card.
Quickstart

Live odds in 30 seconds

Sign up, claim your free API key, and stream sportsbook + prediction-market lines in one unified schema. No credit card, no sales call.

Full reference docs

Get your API key

The Free tier includes 20,000 data points/day with no credit card. Your key is issued immediately on signup — no sales gate.

  1. Sign up

    Create an account with email + password. No credit card.

  2. Copy your key

    Your free API key is in the account dashboard. Treat it like a password — send it as X-TheRundown-Key on every request.

  3. Make your first call

    Use any HTTP client. JSON response, REST semantics, sortable by event, sportsbook, or market.

Make your first request

Same endpoint, four languages. Pick yours and paste — replace $RUNDOWN_KEY with the key from your dashboard.

GET/api/v2/sports/4/events/2026-06-11?market_ids=1,2,3&affiliate_ids=3,19,23&main_line=true&offset=300
# GET NBA events for today, comparing Pinnacle, DraftKings, FanDuel
curl "https://therundown.io/api/v2/sports/4/events/2026-06-11?market_ids=1,2,3&affiliate_ids=3,19,23&main_line=true&offset=300" \
  -H "X-TheRundown-Key: $RUNDOWN_KEY"

Ready to ship?

Get your key, copy a snippet above, and you'll have covered odds data in your app this afternoon.

See pricing