SkipOdds

Rugby Odds API

Union match probabilities with the draw priced as a real outcome.

What the rugby feed returns

Rugby union runs on the ScrumSeek feed at /v1/rugby/fixtures, through the same draw-aware engine as cricket — a drawn eighty minutes is a real result, so it gets a real probability instead of being folded into the two team prices. Rows carry league and start time, and a match stays listed for twelve hours after kickoff.

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: ScrumSeek.

De-vigging rugby

Three legs mean a larger overround to strip than a two-way moneyline: home, draw and away are each averaged across the surveyed books, inverted, and rescaled to total 1.0000. Where the market quotes no draw for a fixture, the response returns two legs rather than inventing a third — the draw is never back-filled from an assumption.

Rugby board, live

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

MatchHomeDrawAway
Melbourne Storm v Penrith Panthers
2026-08-20 09:50 UTC · NRL · league
30.7%4.3%65.0%
Canberra Raiders v Brisbane Broncos
2026-08-21 08:00 UTC · NRL · league
69.5%4.0%26.5%
Dolphins v Parramatta Eels
2026-08-21 10:00 UTC · NRL · league
74.8%3.5%21.7%
Newcastle Knights v Manly Warringah Sea Eagles
2026-08-22 05:00 UTC · NRL · league
63.1%4.0%32.8%
South Sydney Rabbitohs v New Zealand Warriors
2026-08-22 07:30 UTC · NRL · league
37.9%4.5%57.6%
St George Illawarra Dragons v Canterbury Bulldogs
2026-08-22 09:35 UTC · NRL · league
33.6%4.3%62.0%
Gold Coast Titans v Cronulla Sutherland Sharks
2026-08-23 04:00 UTC · NRL · league
33.3%4.3%62.4%
Sydney Roosters v Wests Tigers
2026-08-23 06:05 UTC · NRL · league
87.1%2.7%10.2%

One curl

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