Rugby Odds API
A real-time rugby odds API covering both rugby union and rugby league - from the Six Nations and Rugby World Cup to Premiership, Top 14, Super Rugby and the NRL. Access match winner, handicap and total points markets.
Start free with 100 requests/hour, no credit card required. Covering 34 sports and 265+ bookmakers.
Rugby Leagues Covered
From top-tier competitions to lower divisions - we cover rugby leagues at every level worldwide
Betting Markets & Features
Comprehensive rugby betting data coverage
๐ Betting Markets
- Match Winner (Moneyline)
- Handicap
- Total Points (Over/Under)
- Winning Margin
- Draw No Bet
- Double Chance
- First Try Scorer
- Anytime Try Scorer
- Half-Time / Full-Time
โ API Features
- Real-time odds from 265+ bookmakers
- Live in-play rugby odds
- Rugby union and rugby league coverage
- Historical odds data available
- WebSocket for instant updates
- Handicap, totals and try-scorer markets
Top Rugby Bookmakers
Get odds from the most popular sportsbooks for rugby
Bet365
Betfair
1xBet
Unibet
William Hill
Betway
Ladbrokes
Paddy Power
TAB
Sportsbet
Get Rugby Odds in Minutes
Simple REST API with JSON responses. Start fetching odds today.
import requests
API_KEY = "your_api_key"
# Get rugby events
events = requests.get(
"https://api.odds-api.io/v3/events",
params={"apiKey": API_KEY, "sport": "rugby"}
).json()
# Get odds for an event
odds = requests.get(
"https://api.odds-api.io/v3/odds",
params={
"apiKey": API_KEY,
"eventId": events[0]["id"],
"bookmakers": "Bet365,DraftKings,Betfair"
}
).json()
print(f"Found {len(events)} rugby events")
print(f"Odds: {odds}"){
"id": 65068198,
"home": "Team A",
"away": "Team B",
"date": "2025-01-15T19:30:00Z",
"sport": {"name": "Rugby", "slug": "rugby"},
"league": {"name": "Six Nations", "slug": "six-nations"},
"bookmakers": {
"Bet365": [
{"name": "ML", "odds": [{"home": "2.100", "away": "1.850"}]},
{"name": "Spread", "odds": [{"hdp": -3.5, "home": "1.900", "away": "1.900"}]}
],
"Betfair": [
{"name": "ML", "odds": [{"home": "2.150", "away": "1.820"}]}
]
}
}Popular Use Cases for Rugby Odds API
Rugby Odds API FAQ
Common questions about our rugby odds API
What rugby competitions does the API cover?
Our rugby odds API covers both rugby union and rugby league, including the Six Nations, Rugby World Cup, Rugby Championship, Premiership, Top 14, United Rugby Championship, European Champions Cup, Super Rugby, the NRL and Super League, depending on bookmaker availability.
Do you provide live in-play rugby odds?
Yes, we provide real-time live in-play odds for rugby matches. Our WebSocket feed delivers odds updates with sub-150ms latency, perfect for live betting applications and trading.
Which rugby betting markets are available?
We provide odds for all major rugby markets including Match Winner (Moneyline), Handicap, Total Points (Over/Under), Winning Margin, Draw No Bet, First/Anytime Try Scorer, and Half-Time/Full-Time.
Which bookmakers do you cover for rugby?
We cover 265+ bookmakers for rugby odds including Bet365, Betfair, 1xBet, Unibet, William Hill, Betway, Ladbrokes, Paddy Power, TAB, and Sportsbet. Coverage varies by region and competition.
Explore Other Sports APIs
Access odds from all major sports through Odds-API.io