v1

latestOpenAPI 3.0.02026-07-2438875210.5 MB
Counter-Strike games

Get a game

Get a single Counter-Strike game by ID

ℹ️

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

get/csgo/games/{csgo_game_id}

Path parameters

csgo_game_idinteger required

Counter-Strike game ID

A Counter-Strike game ID

Response

A Counter-Strike 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

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