v1

latestOpenAPI 3.0.02026-07-133931,7612.0 MB
OW games

Get a game

Get a single Overwatch game by ID

get/ow/games/{ow_game_id}

Path parameters

ow_game_idinteger required

An Overwatch game ID

Response

An Overwatch game

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