King of Glory Odds API
A King of Glory / Honor of Kings odds API covering the King Pro League (KPL), the Honor of Kings International Championship and regional cups. MOBA map odds from 265+ bookmakers.
Start free with 100 requests/hour, no credit card required. 15 esports titles, 265+ bookmakers, ~1s live scores.
King of Glory Tournaments Covered
From tier-1 events to regional qualifiers, we cover King of Glory across the competitive calendar.
Plus 12 more events
Betting Markets & Features
Comprehensive King of Glory 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 King of Glory Bookmakers
Get odds from the most popular sportsbooks covering King of Glory
Bet365
GG.BET
Thunderpick
Rivalry
Betway
1xBet
Stake
Unibet
Betano
Get King of Glory Odds in Minutes
Simple REST API with JSON responses. Live scores stream over WebSocket.
import requests
API_KEY = "your_api_key"
# Get upcoming King of Glory 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 King of Glory 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 King of Glory Odds API
King of Glory Odds API FAQ
Common questions about our King of Glory odds API
Which King of Glory tournaments does the API cover?
We cover King of Glory from tier-1 events down to regional qualifiers, including the King Pro League and the Honor of Kings International Championship. After the 2026 esports expansion we serve 550+ upcoming esports matches across 15 titles, up 8x from before.
Is the King of Glory odds data live and in-play?
Both. You get pre-match and live in-play King of Glory 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.
Is King of Glory the same as Honor of Kings?
Same game, different name. King of Glory (Honor of Kings) runs the King Pro League, one of the biggest mobile esports leagues anywhere and largely based in China. The API covers the KPL and the international championship with the usual MOBA markets.
How do I get started with the King of Glory odds API?
Sign up for a free API key (no credit card required), then call /v3/events?sport=esports to list King of Glory matches and /v3/odds for prices. You can be pulling live King of Glory odds in under five minutes.
Explore Other Esports Titles
Access odds across 15 esports titles through Odds-API.io