Skip to main content

BaseCsgoGame

A game

Properties

NameTypeRequiredDescription
begin_atstrThe game begin time, UTC.
null when the game status is not_started
completeboolWhether When true, the game statistics are complete and will not be updated again
detailed_statsboolWhether historical data is available for the game
end_atstrThe game end time, UTC.
null when the game status is not finished
finishedboolWhether the game is finished
forfeitboolWhether the game has been forfeited
id_intCounter-Strike game ID
lengthintDuration of the game in seconds.
null when the game status is not finished
mapBaseCsgoGameMap
match_idint
playersList[CsgoGamePlayer]
positionintGame position in the match. Starts at 1
roundsList[CsgoRound]
rounds_scoreList[CsgoRoundsScore]
statusGameStatusThe game status
teamsList[BaseTeam]
winnerGameWinner
winner_typeBaseCsgoGameWinnerType

BaseCsgoGameMap

Properties

NameTypeRequiredDescription
id_intThe ID of the map.
image_urlstrA URL to the image of the map.
namestrThe name of the map.
slugstrHuman-readable identifier of the map

BaseCsgoGameWinnerType

Properties

NameTypeRequiredDescription
PLAYERstr"Player"
TEAMstr"Team"

Build Your Own SDKs with  liblab

Build developer friendly SDKs in minutes from your APIs

Start for Free →