Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 3.31 KB

File metadata and controls

37 lines (30 loc) · 3.31 KB

ValorantGame

Properties

Name Type Required Description
begin_at str The game begin time, UTC.
null when the game status is not_started
complete bool Whether When true, the game statistics are complete and will not be updated again
detailed_stats bool Whether historical data is available for the game
end_at str The game end time, UTC.
null when the game status is not finished
finished bool Whether the game is finished
forfeit bool Whether the game has been forfeited
id_ int
length int Duration of the game in seconds.
null when the game status is not finished
map ValorantGameMap An object that represents a Valorant map
match FullGameMatch A match
position int Game position in the match. Starts at 1
rounds List[ValorantGameRound] Summary of rounds
status GameStatus The game status
teams List[ValorantGameTeam]
winner GameWinner

ValorantGameMap

An object that represents a Valorant map

Properties

Name Type Required Description
id_ int ID of the map
image_url str URL to an image of the map
name str Name of the map
slug str Human-readable identifier of the map
videogame_versions List[str] Array of of video game versions (ie. patches) for this resource