Private BetaFound a bug or have feedback? Share it →

The Odds API

Real-time sports betting odds from 40+ bookmakers (FanDuel, DraftKings, BetMGM, and more) for NFL, NBA, MLB, and 40+ sports. Moneylines, spreads, and totals. Operator key required.

Healthy
Sports & BettingOperator key required

Base URL

https://api.apiclearinghouse.com/v1/call/the-odds

Authenticate with X-Api-Key: chk_live_... header.

GET/sports

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/the-odds/sports" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "sports": "example"
  }
}
GET/mlb-odds

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/the-odds/mlb-odds" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "events": "example"
  }
}
GET/nfl-odds

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/the-odds/nfl-odds" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "events": "example"
  }
}
GET/nba-odds

Example Request

curl -s "https://api.apiclearinghouse.com/v1/call/the-odds/nba-odds" \
  -H "X-Api-Key: YOUR_API_KEY"

Example Response

{
  "status": "success",
  "data": {
    "events": "example"
  }
}

Try it live

No setup required. Sign in and run The Odds API directly from your browser.

Open in Explorer →

Rate Limits

Free10/min
Pro100/min
Elite500/min

Monthly limits also apply per plan.

Authentication

Pass your API key in the request header:

X-Api-Key: chk_live_...
Join the beta
← Back to catalog
the-odds API Documentation — API Clearinghouse