Fight winners as fair probabilities, bout by bout.
MMA returns bouts rather than fixtures: p1 and p2 are the two fighters and event is the card they appear on, so a full card comes back as a group of rows you can render in order. The eight-hour floor keeps early prelims listed while the main card is still running.
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.
A fight is a two-outcome market, so the fair probabilities are just a normalised pair — but depth varies enormously between a headline bout and a prelim, and books_surveyed (distinct bookmaker brands, not quotes) makes that visible per row. Movement for a single bout is at /v1/mma/fixtures/:id/movement, reported as de-vigged consensus deltas.
40 bookmakers surveyed · de-vigged and refreshed continuously · live from /v1/mma/fixtures
| Bout | Fighter 1 | Fighter 2 |
|---|---|---|
| Taner Trembley v Roman Puga 2026-08-18 23:15 UTC · MMA | 41.9% | 58.1% |
| Mahamed Aly v Alik Lorenz 2026-08-18 23:45 UTC · MMA | 73.5% | 26.5% |
| Logan Paxton v Cristian Pérez 2026-08-19 00:00 UTC · MMA | 30.3% | 69.7% |
| Douglas Rodrigues v Trent Miller 2026-08-19 00:45 UTC · MMA | 78.9% | 21.1% |
| Namo Fazil v Kaik Brito 2026-08-19 01:15 UTC · MMA | 61.6% | 38.4% |
| Alexandre Pantoja v Joshua Van 2026-08-20 00:00 UTC · MMA | 47.8% | 52.2% |
| Jackson McVey v Wes Schultz 2026-08-22 21:00 UTC · MMA | 61.7% | 38.3% |
| Nasrat Haqparast v Chris Padilla 2026-08-22 21:00 UTC · MMA | 51.6% | 48.4% |
| Márcio Barbosa v Ryan Kuse 2026-08-22 21:00 UTC · MMA | 86.3% | 13.7% |
| Gauge Young v Stan Dorsainvil 2026-08-22 21:00 UTC · MMA | 54.4% | 45.6% |
curl https://skipodds.com/v1/mma/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.
SkipOdds is also an MCP server, so an assistant can pull MMA 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 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 · Boxing odds API · Golf odds API