SkipOdds

NFL Odds API

Two-way moneyline, cleaned: one fair win probability per team.

What the NFL feed returns

American football lives at /v1/football/fixtures on the ProBall feed. Rows carry league, home, away and kickoff time, and a game stays on the board for eight hours after kickoff so an in-progress game never disappears mid-quarter.

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: ProBall.io.

De-vigging NFL

The moneyline is a two-leg market, so the fair probabilities come back as a straight pair summing to 1.0000 — no draw column, and no spread or total to reconcile. Each response reports margin_removed and how many distinct bookmaker brands were surveyed, and /v1/football/fixtures/:id/movement diffs the de-vigged consensus over time rather than replaying individual book ticks.

NFL board, live

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

GameHomeAway
Houston Texans v Las Vegas Raiders
2026-08-21 00:00 UTC · NFL Preseason
55.4%44.6%
Los Angeles Chargers v San Francisco 49ers
2026-08-21 02:00 UTC · NFL Preseason
48.8%51.2%
Pittsburgh Steelers v New York Jets
2026-08-21 23:00 UTC · NFL Preseason
60.3%39.7%
Jacksonville Jaguars v Carolina Panthers
2026-08-21 23:30 UTC · NFL Preseason
54.7%45.3%
Denver Broncos v Green Bay Packers
2026-08-22 01:00 UTC · NFL Preseason
67.6%32.4%
Detroit Lions v Washington Commanders
2026-08-22 16:00 UTC · NFL Preseason
64.4%35.6%
Indianapolis Colts v Atlanta Falcons
2026-08-22 17:00 UTC · NFL Preseason
62.6%37.4%
Cleveland Browns v Buffalo Bills
2026-08-22 17:00 UTC · NFL Preseason
58.0%42.0%
Minnesota Vikings v Baltimore Ravens
2026-08-22 17:00 UTC · NFL Preseason
61.5%38.5%
Miami Dolphins v New York Giants
2026-08-22 20:00 UTC · NFL Preseason
44.1%55.9%

One curl

curl https://skipodds.com/v1/football/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 NFL 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 · 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