SkipOdds

Soccer Odds API

Home, draw and away as one honest number each — the margin already removed.

What the soccer feed returns

Soccer is the default namespace, so it has no sport prefix: /v1/fixtures. It is the only feed that accepts a competition slug, and the only one paired with a separate /v1/outrights endpoint for title chances normalised across the still-alive field. Rows carry the knockout stage, so a quarterfinal is labelled as one.

Three outcomes per market — home, draw and away — normalised to 1.0000. Responses never name a bookmaker — only how many distinct brands were surveyed. Live demo: WunderGoal.

De-vigging soccer

A soccer market prices three outcomes, so the bookmaker margin is spread across three legs and the raw implied percentages total well over 100. SkipOdds averages every surveyed price per leg, inverts it and rescales until home + draw + away = 1.0000 exactly. The draw comes back as a first-class probability rather than a residual you subtract from the other two.

Soccer board, live

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

FixtureHomeDrawAway
Başakşehir v Galatasaray
2026-09-04 17:00 UTC · league-phase
11.1%20.6%68.3%
Lyon v Auxerre
2026-09-04 17:00 UTC · league-phase
77.9%15.8%6.3%
Sparta Rotterdam v PEC Zwolle
2026-09-04 18:00 UTC · league-phase
49.4%24.8%25.8%
Al-Ahli Jeddah v Al Riyadh
2026-09-04 18:00 UTC · league-phase
71.9%17.1%11.0%
Al Shabab v Al-Hilal Saudi FC
2026-09-04 18:00 UTC · league-phase
11.1%16.2%72.7%
VfB Stuttgart v 1. FC Köln
2026-09-04 18:30 UTC · league-phase
65.6%18.8%15.7%
Three Bridges v Kingstonian
2026-09-04 18:45 UTC · round-of-16
58.3%21.2%20.5%
Aveley v Cheshunt
2026-09-04 18:45 UTC · round-of-16
58.7%21.1%20.2%
Ossett United v Pontefract Collieries
2026-09-04 18:45 UTC · round-of-16
36.3%24.8%38.8%

One curl

curl https://skipodds.com/v1/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 soccer 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: 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 · Boxing odds API · Golf odds API