Matchlist

You may also want to check out stored matches as a data starting point for new users in your application

Here you can get the matchlist of an user

get

Get Match History

Authorizations
AuthorizationstringRequired
Path parameters
namestringRequired
tagstringRequired
regionstring · enumRequiredPossible values:
Query parameters
modestring · enumOptionalPossible values:
mapstring · enumOptional

Filter by map

Possible values:
sizeinteger · min: 1 · max: 10Optional

How many matches should be returned

Responses
200

Array of Match data

application/json
get
/valorant/v3/matches/{region}/{name}/{tag}
get
/valorant/v4/matches/{region}/{platform}/{name}/{tag}

Get Match History

Authorizations
AuthorizationstringRequired
Path parameters
namestringRequired
tagstringRequired
regionstring · enumRequiredPossible values:
platformstring · enumRequiredPossible values:
Query parameters
modestring · enumOptionalPossible values:
mapstring · enumOptional

Filter by map

Possible values:
sizeinteger · min: 1 · max: 10Optional

How many matches should be returned

startintegerOptional

Pagination starting point

Responses
200

Array of matches

application/json
get
/valorant/v4/matches/{region}/{platform}/{name}/{tag}
get

Get Match History

Authorizations
AuthorizationstringRequired
Path parameters
regionstring · enumRequired

Choose from ap, br, eu, kr, latam, na (br and latam will be internally converted to na)

Possible values:
puuidstringRequired

PUUID of the user

Query parameters
modestring · enumOptionalPossible values:
mapstring · enumOptional

Available for v3 matches

Possible values:
sizeinteger · min: 1 · max: 10Optional

Available for v3 matches (how many matches should be returned)

Responses
200

Array of Match data

application/json
get
/valorant/v3/by-puuid/matches/{region}/{puuid}
get
/valorant/v4/by-puuid/matches/{region}/{platform}/{puuid}

Get Match History

Authorizations
AuthorizationstringRequired
Path parameters
puuidstring · uuidRequired
regionstring · enumRequiredPossible values:
platformstring · enumRequiredPossible values:
Query parameters
modestring · enumOptionalPossible values:
mapstring · enumOptional

Filter by map

Possible values:
sizeinteger · min: 1 · max: 10Optional

How many matches should be returned

startintegerOptional

Pagination starting point

Responses
200

Array of matches

application/json
get
/valorant/v4/by-puuid/matches/{region}/{platform}/{puuid}

Last updated