Skip to the content.

Interface: Match

types/v3-matches.Match

Table of contents

Properties

Properties

kills

kills: KillEventMatch[]

Defined in

types/v3-matches.ts:229


metadata

metadata: Object

Type declaration

Name Type
cluster string
game_length number
game_start number
game_start_patched string
game_version string
map ValorantMap
matchid string
mode Mode
platform string
queue string
region Region
rounds_played number
season_id string

Defined in

types/v3-matches.ts:196


players

players: Object

Type declaration

Name Type
all_players Player[]
blue Player[]
red Player[]

Defined in

types/v3-matches.ts:211


rounds

rounds: Round[]

Defined in

types/v3-matches.ts:228


teams

teams: Object

Type declaration

Name Type
blue { has_won: boolean ; rounds_lost: number ; rounds_won: number }
blue.has_won boolean
blue.rounds_lost number
blue.rounds_won number
red { has_won: boolean ; rounds_lost: number ; rounds_won: number }
red.has_won boolean
red.rounds_lost number
red.rounds_won number

Defined in

types/v3-matches.ts:216