v1

latestOpenAPI 3.0.02026-07-133931,7612.0 MB
Counter-Strike games

List games for a given match

List games for a given Counter-Strike match

get/csgo/matches/{match_id_or_slug}/games

Path parameters

integer required
OR
string required

A match ID or slug

Query parameters

begin_atGameBeginAt[]
completeboolean

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

detailed_statsboolean

Whether historical data is available for the game

end_atGameEndAt[]
finishedboolean

Whether the game is finished

forfeitboolean

Whether the game has been forfeited

idCSGOGameID[]
lengthGameLength[]
match_idMatchID[]
positionGamePosition[]
statusGameStatus[]

Options to filter results. String fields are case sensitive For more information on filtering, see docs.

begin_atGameBeginAt[]
completeGameComplete[]
detailed_statsGameDetailedStats[]
end_atGameEndAt[]
finishedGameIsFinished[]
forfeitGameIsForfeit[]
idCSGOGameID[]
lengthGameLength[]
match_idMatchID[]
positionGamePosition[]
statusGameStatus[]

Options to select results within ranges For more information on ranges, see docs.

sortstring[]

Options to sort results For more information on sorting, see docs.

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

The game status

Options to search results For more information on searching, see docs.

integer
OR

Pagination in the form of page=2 or page[size]=30&page[number]=2

per_pageinteger

Equivalent to page[size]

Response

A list of Counter-Strike games

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