Match, series, and game-level LoL data

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.

Live matchesGame statsPlayer statsHistorical dataWebhooksPlans from $25/mo

Endpoint Preview

Match games request

200 OK
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

Full LoL docs →
GET/v1/lol/matches

List LoL matches with filters

GET/v1/lol/matches/{matchId}

Match detail and series state

GET/v1/lol/matches/{matchId}/games

Games within a series

GET/v1/lol/games/{gameId}

Single game detail

GET/v1/lol/games/{gameId}/stats

Game player stats

GET/v1/lol/standings

League 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.

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.