SkipOdds

Boxing Odds API

Bout winners cleaned into two probabilities that sum to 100%.

What the boxing feed returns

Boxing has its own namespace, /v1/boxing/fixtures, sharing the MMASeek feed with MMA but never sharing a response — asking for boxing returns boxing. Rows name both fighters in p1 and p2 and the card in event.

Two outcomes per market, no draw leg — the pair normalises to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: MMASeek.

De-vigging boxing

The market prices the winner only, two legs, so de-vigging is a normalisation of two averaged prices to 1.0000 exactly. Boxing cards are announced far in advance and priced thinly at first, so the honest read is the probability together with books_surveyed and margin_removed — both returned on every row.

Boxing board, live

32 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/boxing/fixtures

BoutFighter 1Fighter 2
Kahshad Elliott v Jean Pierre Valencia
2026-09-04 22:00 UTC · Boxing
90.4%9.6%
Brooke Mullen v Bria Miller
2026-09-04 22:00 UTC · Boxing
91.8%8.2%
Dennis Thompson v Jose Casillas
2026-09-04 23:20 UTC · Boxing
89.6%10.4%
Vito Mielnicki Jr v Austin Williams
2026-09-04 23:30 UTC · Boxing
49.1%50.9%
Zaquin Moses v Angel Antonio Contreras
2026-09-05 00:10 UTC · Boxing
94.0%6.0%
Alan Abel Chaves v Eridson Garcia
2026-09-05 00:50 UTC · Boxing
85.4%14.6%
Andy Ruiz Jr v Damian Knyba
2026-09-05 02:30 UTC · Boxing
67.8%32.2%
Paul Ryan v Paddy Gallagher
2026-09-05 15:05 UTC · Boxing
84.2%15.8%
Bobbi Flood v Jack Swallow
2026-09-05 15:40 UTC · Boxing
95.5%4.5%
Joe McGrail v Matty Boreland
2026-09-05 16:00 UTC · Boxing
83.5%16.5%

One curl

curl https://skipodds.com/v1/boxing/fixtures -H "x-api-key: skipodds-demo-2026"

The demo key serves 100 requests/day, shared by everyone — enough to evaluate. Keys go in the x-api-key header (or Authorization: Bearer), never in the query string: URLs leak into logs, proxies and Referer headers. Full parameters in the API reference.

From an AI assistant (MCP)

SkipOdds is also an MCP server, so an assistant can pull boxing probabilities itself — point it at https://skipodds.com/mcp:

{
  "mcpServers": {
    "skipodds": {
      "url": "https://skipodds.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_KEY" }
    }
  }
}

Without a key the shared demo quota applies. A free personal key gives you 250 requests/day that nobody else can drain.

Get started

Get an API keyAPI referenceWhy SkipOdds

Other sports on the same key: Soccer odds API · NFL odds API · NBA odds API · MLB odds API · NHL odds API · College football odds API · College basketball odds API · Tennis odds API · Cricket odds API · Rugby odds API · MMA odds API · Golf odds API