Darts Odds API
A real-time darts odds API covering the full PDC calendar and major televised events. Access match winner, correct score, 180s and checkout markets with pre-match and live, leg-by-leg odds.
Start free with 100 requests/hour, no credit card required. Covering 34 sports and 265+ bookmakers.
Darts Leagues Covered
From top-tier competitions to lower divisions - we cover darts leagues at every level worldwide
Betting Markets & Features
Comprehensive darts betting data coverage
๐ Betting Markets
- Match Winner
- Correct Score
- Set Betting
- Total 180s (Over/Under)
- Most 180s
- Highest Checkout
- Handicap (Legs)
- Total Legs (Over/Under)
- Nine-Dart Finish
โ API Features
- Real-time odds from 265+ bookmakers
- Live leg-by-leg in-play odds
- Full PDC and televised event coverage
- Historical odds data available
- WebSocket for instant updates
- 180s, checkout and handicap markets
Top Darts Bookmakers
Get odds from the most popular sportsbooks for darts
Bet365
Betfair
1xBet
Unibet
William Hill
Betway
Ladbrokes
Coral
Paddy Power
SBOBET
Get Darts Odds in Minutes
Simple REST API with JSON responses. Start fetching odds today.
import requests
API_KEY = "your_api_key"
# Get darts events
events = requests.get(
"https://api.odds-api.io/v3/events",
params={"apiKey": API_KEY, "sport": "darts"}
).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)} darts events")
print(f"Odds: {odds}"){
"id": 65068198,
"home": "Team A",
"away": "Team B",
"date": "2025-01-15T19:30:00Z",
"sport": {"name": "Darts", "slug": "darts"},
"league": {"name": "PDC World Championship", "slug": "pdc-world-championship"},
"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 Darts Odds API
Darts Odds API FAQ
Common questions about our darts odds API
What darts events does the API cover?
Our darts odds API covers the full PDC calendar including the World Championship, Premier League Darts, World Matchplay, World Grand Prix, UK Open, Grand Slam of Darts and the Pro Tour, depending on bookmaker availability.
Do you provide live in-play darts odds?
Yes, we provide real-time live odds for darts matches with leg-by-leg updates. Our WebSocket feed delivers odds changes with sub-150ms latency, ideal for the fast pace of live darts trading.
Which darts betting markets are available?
We provide odds for all major darts markets including Match Winner, Correct Score, Set Betting, Total 180s (Over/Under), Most 180s, Highest Checkout, and Leg Handicaps.
Which bookmakers do you cover for darts?
We cover 265+ bookmakers for darts odds including Bet365, Betfair, 1xBet, Unibet, William Hill, Betway, Ladbrokes, Coral, Paddy Power, and SBOBET. Coverage varies by region and event.
Explore Other Sports APIs
Access odds from all major sports through Odds-API.io