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

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

FixtureHomeDrawAway
Atletico Madrid v Malaga
2026-08-19 19:00 UTC · league-phase
71.8%18.6%9.6%
DC United v New England Revolution
2026-08-19 23:30 UTC · league-phase
43.3%26.6%30.1%
Columbus Crew v CF Montreal
2026-08-19 23:30 UTC · league-phase
56.5%23.1%20.4%
FC Cincinnati v New York City FC
2026-08-19 23:30 UTC · league-phase
48.2%23.6%28.2%
Orlando City SC v Chicago Fire
2026-08-19 23:30 UTC · league-phase
33.9%24.1%42.0%
Toronto FC v Charlotte
2026-08-19 23:30 UTC · league-phase
42.1%25.9%32.0%
New York Red Bulls v Nashville SC
2026-08-19 23:30 UTC · league-phase
32.9%25.1%42.1%
Philadelphia Union v Inter Miami
2026-08-19 23:30 UTC · league-phase
39.6%23.5%36.9%
Sporting Kansas City v St. Louis City
2026-08-20 00:00 UTC · league-phase
28.0%24.8%47.2%
Minnesota United FC v Atlanta United FC
2026-08-20 00:30 UTC · league-phase
52.9%24.6%22.5%

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