NEW TheRundown is now available as an MCP server — connect your AI agent to real-time sports data
REST + WebSocket|v2 Stable

Sports data API
for builders who
ship fast.

Real-time odds from 18+ published data sources across 30+ leagues, including tennis (ATP & WTA). One schema for sportsbooks and supported prediction markets.

Sub-secondupdates
WebSocketpush API
30 secto API key
Free tierno credit card
therundown-api — bash
$curl -s "http
18+Data Sources
600+Markets
Sub-secondPush updates
99.99%Uptime
30+Leagues
1M+Daily Requests

Every endpoint. Zero guesswork.

RESTful design. Predictable URLs. JSON everywhere. WebSocket when you need speed.
GET/sports/{id}/events/{date}

All events for a sport on a date with real-time odds from every book. The most-used endpoint.

Avg latencysub-second
Request
curl "https://therundown.io/api/v2/sports/4/events/2026-02-12?key=YOUR_KEY&market_ids=1,2,3&offset=300"
Response preview
{ "events": [{ "teams": [ { "name": "Celtics" }, { "name": "Lakers" } ], "markets": [{ "market_id": 1, "name": "moneyline", "participants": }] }] }

Everything you need. Nothing you don't.

One API for odds, scores, stats, and markets across major sports, sportsbooks, and supported prediction markets.
Coverage

18+ Data Sources

Published sportsbooks and prediction markets normalized into a single schema.

PinnacleDraftKingsFanDuelBetMGMBet365BovadaKalshiPolymarketUnibetMatchbookBodogBetOnlineLowVig
Depth

600+ Markets

Moneyline18+ sources
Spread18+ sources
Totals18+ sources
Player Props200+ types
Team Totals12 books
Futures8 books
Live In-Playreal-time
Alternate Lines100+ per game

Real-Time WebSocket

Sub-second odds deltas.
No polling. Ever.

Sub-secondupdates
Global

30+ Leagues

NFL
NBA
MLB
NHL
NCAAF
NCAAB
UFC
EPL
Champions League
La Liga
WNBA
Cricket

Odds History

Up to unlimited line movement history for every event, every book.

BOS28312627112
LAL25292826108

Live Scores & Stats

Period-by-period scores, venue, broadcast, game clock.

$ curl -s "https://therundown.io/api/v2/sports/4/events/2026-02-12\
  ?key=YOUR_KEY&market_ids=1,2,3&offset=300" | jq .

{
  "meta": { "delta_last_id": "11929034100012" },
  "events": [{
    "event_id": "a1b2c3d4e5f6",
    "teams": [
      { "name": "Boston Celtics", "is_away": true },
      { "name": "Los Angeles Lakers", "is_away": false }
    ],
    "score": { "score_away": 112, "score_home": 108 },
    "markets": [
      { "market_id": 1, "name": "moneyline", "participants": [...] },
      { "market_id": 2, "name": "spread", "participants": [...] },
      { "market_id": 3, "name": "total", "participants": [...] }
    ]
  }]
}

API plans & pricing

Start free. Scale when you're ready. No credit card required.
  1. Free
    $0/month
    No credit card required
    20,000/daydata points
    • REST API access
    • 3 sportsbooks (BetMGM, DK, FD)
    • Pre-match odds
    • Schedules & reference data
    • No player props or alt markets
    • No live in-game odds
    • No historical data
    • 5-minute data delay
    1 req/sec rate limit·5 minutes delay
  2. Starter
    $49/month
    Complete odds data access
    5,000,000/modata points
    then $0.002/pt
    • All 18+ bookmakers
    • All periods & markets
    • Live odds access
    • Best lines
    • 7-day odds history
    • 60-second data delay
    • No WebSocket streaming
    • No +EV calculations
    2 req/sec rate limit·60 seconds delay
  3. Pro
    $149/month
    +EV tools & faster data
    25,000,000/modata points
    then $0.001/pt
    • Everything in Starter
    • Value / +EV calculations
    • Opening & closing lines
    • 30-day odds history
    • 30-second data delay
    • No WebSocket streaming
    5 req/sec rate limit·30 seconds delay
  4. Most Popular
    Ultra
    $399/month
    Zero-latency WebSocket delivery
    100,000,000/modata points
    then $0.0005/pt
    • Everything in Pro
    • WebSocket real-time push
    • Zero data delay
    • 90-day odds history
    • Priority support
    10 req/sec rate limit·Real-time

Higher-volume plans

Super, Mega, Max, and Enterprise plans for production-scale traders, modelers, and sportsbook-grade workloads.
  1. Super
    $649/month
    Scaling production workloads
    • Everything in Ultra
    • 6-month odds history
    • Priority support
    250,000,000/mo data points · then $0.0004/pt
    15 req/sec rate limit·Real-time
  2. Mega
    $999/month
    Sportsbook-grade volume
    • Everything in Super
    • 1-year odds history
    500,000,000/mo data points · then $0.0003/pt
    20 req/sec rate limit·Real-time
  3. Max
    $2499/month
    Maximum throughput
    • Everything in Mega
    • Unlimited odds history
    • Dedicated support
    2,500,000,000/mo data points · then $0.0001/pt
    50 req/sec rate limit·Real-time
  4. Enterprise
    Contact us
    Unlimited scale & dedicated support
    • Everything in Max
    • Custom data points & rate limits
    • Dedicated support & SLA
    Custom data points
    Custom rate limit·Real-time
    Talk to Sales
$ curl therundown.io/api/v2/sports?key=YOUR_KEY

Get your API key in 30 seconds

Free tier. No credit card. 20,000 data points/day. Start building now.

Frequently Asked API Questions

General API Questions

Technical API Questions