Interface: Match
types/v3-matches.Match
Table of contents
Properties
Properties
kills
• kills: KillEventMatch[]
Defined in
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
players
• players: Object
Type declaration
| Name | Type |
|---|---|
all_players |
Player[] |
blue |
Player[] |
red |
Player[] |
Defined in
rounds
• rounds: Round[]
Defined in
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 |