League of Legends Player Stats API
Fetch LoL player data for esports dashboards, fantasy tools, player pages, matchup research, and post-game stat workflows.
Developers building player stat pages, fantasy products, scouting tools, and comparison dashboards.
Endpoint Preview
Player game stats request
curl "https://api.citoapi.com/api/v1/lol/games/115548128963037541/stats" \
-H "X-API-Key: YOUR_API_KEY"{
"success": true,
"data": {
"gameId": "115548128963037541",
"players": [
{
"playerId": "faker",
"team": "T1",
"role": "mid",
"champion": "Azir",
"kills": 6,
"deaths": 1,
"assists": 8,
"gold": 14250,
"items": ["Nashor's Tooth", "Rabadon's Deathcap"]
}
]
}
}Why it matters
Player stats for product features, not just raw tables
CitoAPI exposes player, game, champion, and historical endpoints so you can build player cards, post-game recaps, fantasy scoring, and comparison views faster.
Player stat pages
Fantasy score engines
Pro player comparisons
Champion pool analysis
Post-game recap cards
Scouting dashboards
Concrete API paths
Endpoints Developers Can Build Around
/v1/lol/playersList LoL esports players
/v1/lol/players/{playerId}Player profile and metadata
/v1/lol/players/{playerId}/statsPlayer stat summaries
/v1/lol/players/{playerId}/matchesPlayer match history
/v1/lol/players/{playerId}/championsChampion pool and champion performance
/v1/lol/games/{gameId}/statsPer-game player stats
Start without a sales call
Free key for testing, then paid plans from $25/month when your LoL project needs more request volume or production features.
Webhook-ready for paid users
Use webhooks for match-day workflows, then pull the latest match/game/player data after events fire.
Historical plus live
Seed your product with historical data, then update with live endpoints and game stats during match days.
League of Legends API FAQ
Can I get LoL stats per player per game?
Yes. Use game stats endpoints to retrieve per-player game stats where available, including core scoreboard fields and economy/item fields when provided by the source.
Does the LoL API include champion data?
Yes. CitoAPI includes champion and player champion endpoints for champion pools, meta analysis, and player-specific champion performance.
Can I use this for fantasy LoL?
Yes. Player stats, game stats, historical matches, and live update workflows are useful for fantasy scoring and player price models.
Build your LoL data feature today.
Create a free key, test real endpoints, and upgrade only when your bot, dashboard, fantasy app, or match center needs production volume.