League of Legends Match Stats API
Power LoL match pages with schedules, series scores, game breakdowns, team data, player stats, champion picks, and historical results.
Developers building LoL match centers, archive pages, analytics dashboards, and prediction tools.
Endpoint Preview
Match games request
curl "https://api.citoapi.com/api/v1/lol/matches/115548128963037541/games" \
-H "X-API-Key: YOUR_API_KEY"{
"success": true,
"data": {
"matchId": "115548128963037541",
"bestOf": 3,
"score": { "team1": 2, "team2": 1 },
"games": [
{ "gameId": "115548128963037539", "winner": "team1" },
{ "gameId": "115548128963037540", "winner": "team2" },
{ "gameId": "115548128963037541", "winner": "team1" }
]
}
}Why it matters
The match data layer for LoL apps
Build from schedules into match details, then down into game/player stats. CitoAPI keeps the endpoint model straightforward for apps that need to ship fast.
Match detail pages
Historical match archives
Team matchup pages
Prediction models
Fantasy settlement
Post-game recaps
Concrete API paths
Endpoints Developers Can Build Around
/v1/lol/matchesList LoL matches with filters
/v1/lol/matches/{matchId}Match detail and series state
/v1/lol/matches/{matchId}/gamesGames within a series
/v1/lol/games/{gameId}Single game detail
/v1/lol/games/{gameId}/statsGame player stats
/v1/lol/standingsLeague or tournament standings
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 retrieve LoL data by match and by game?
Yes. Match endpoints provide series-level context, while game endpoints provide game-level details and player stats where available.
Does CitoAPI include historical LoL matches?
Yes. Historical match and game data is available for supported leagues and tournaments.
Does this include items and economy data?
CitoAPI exposes item and gold/economy-style fields where the upstream game data includes them. It is not continuous frame-level telemetry.
Related LoL pages
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.