v1

latestOpenAPI 3.0.02026-07-2438875210.5 MB
LoL games

Get a game

Get a single League of Legends game by ID

ℹ️

This endpoint is only available to customers with a historical or real-time data plan

get/lol/games/{lol_game_id}

Path parameters

lol_game_idinteger required

LoL game ID

A LoL game ID

Response

A League-of-Legends game

Deprecated fields:

  • players[].minions_killed
begin_atstring date-time nullable required

The game begin time, UTC. null when the game status is not_started

completeboolean required

Whether When true, the game statistics are complete and will not be updated again

detailed_statsboolean required

Whether historical data is available for the game

end_atstring date-time nullable required

The game end time, UTC. null when the game status is not finished

finishedboolean required

Whether the game is finished

forfeitboolean required

Whether the game has been forfeited

idinteger required

LoL game ID

lengthinteger nullable required

Duration of the game in seconds. null when the game status is not finished

match_idinteger required
positioninteger required

Game position in the match. Starts at 1

status'finished' | 'not_played' | 'not_started' | 'running' required

The game status

winner_type'Player' | 'Team' nullable required