League of Legends Odds API
A League of Legends odds API covering the LCK, LPL, LEC, LCS, Worlds and MSI plus 130+ regional leagues. Game-by-game odds and LoL-specific markets from 265+ bookmakers.
Start free with 100 requests/hour (500/day), no credit card required. 15 esports titles, 265+ bookmakers, ~1s live scores.
League of Legends Tournaments Covered
From tier-1 events to regional qualifiers, we cover League of Legends across the competitive calendar.
Plus 130 more leagues
Betting Markets & Features
Comprehensive League of Legends betting data coverage
📈 Betting Markets
- Match Winner (Moneyline)
- Map / Game Handicap
- Total Maps (Over/Under)
- Correct Series Score
- First Blood
- First Tower / Turret
- First Baron / Roshan
- Total Kills Over/Under
- Map 1 / Map 2 Winner
- Race to 10 Kills
✓ API Features
- Real-time esports odds from 265+ bookmakers
- Live in-play odds with ~1 second updates
- Live scores & match status over WebSocket
- Pre-match & live coverage in one API
- Map & period-level scores (ft / ot / ap keys)
- Historical esports odds data available
Top League of Legends Bookmakers
Get odds from the most popular sportsbooks covering League of Legends
Bet365
GG.BET
Thunderpick
Rivalry
Betway
1xBet
Stake
Unibet
Betano
Get League of Legends Odds in Minutes
Simple REST API with JSON responses. Live scores stream over WebSocket.
import requests
API_KEY = "your_api_key"
# Get upcoming League of Legends events
events = requests.get(
"https://api.odds-api.io/v3/events",
params={"apiKey": API_KEY, "sport": "esports"}
).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,GG.BET,Thunderpick"
}
).json()
print(f"Found {len(events)} esports events")
print(f"Odds: {odds}")// Subscribe to live League of Legends scores & status
const ws = new WebSocket(
"wss://api.odds-api.io/v3/ws?apiKey=YOUR_KEY&channels=odds,scores,status"
);
ws.onmessage = (event) => {
const msg = JSON.parse(event.data);
// { "type": "score", "id": "58231904", "status": "live",
// "scores": { "home": 2, "away": 1,
// "periods": { "p1": { "home": 1, "away": 0 } } } }
console.log(msg.type, msg.scores);
};Popular Use Cases for League of Legends Odds API
League of Legends Odds API FAQ
Common questions about our League of Legends odds API
Which League of Legends tournaments does the API cover?
We cover League of Legends from tier-1 events down to regional qualifiers, including Worlds, MSI, the LCK, LPL, LEC and LCS. After the 2026 esports expansion we serve 550+ upcoming esports matches across 15 titles, up 8x from before.
Is the League of Legends odds data live and in-play?
Both. You get pre-match and live in-play League of Legends odds, with live prices refreshing in roughly one second. Live scores and match status (added, live, settled, cancelled) also stream over WebSocket on the scores and status channels.
Which LoL markets are available?
Match winner, game handicap, total games, correct series score, first blood, first tower, first dragon/baron, total kills and per-game winners, covered where the bookmaker offers them.
Which League of Legends leagues have the deepest betting markets?
The LCK (Korea) and LPL (China) are the most heavily traded, followed by the LEC (Europe) and LCS (North America), and everything peaks at MSI and the World Championship. The API covers all four major regions plus international events.
How do I get started with the League of Legends odds API?
Sign up for a free API key (no credit card required), then call /v3/events?sport=esports to list League of Legends matches and /v3/odds for prices. You can be pulling live League of Legends odds in under five minutes.
Explore Other Esports Titles
Access odds across 15 esports titles through Odds-API.io