v2.7.0
New Endpoints
- /valorant/v1/lifetime/matches/:region/:name/:tag
- /valorant/v1/by-puuid/lifetime/matches/:region/:puuid
These endpoints provide a compact list of all games a user has ever played, provided these games have been retrieved from this API, for example via the /matches endpoints in the past.
Possible queries:
?mode
= Filters for a mode
?map
= Filters for a map
?page
= [NEEDED for Pagination, needs ?size
] The page used in pagination
?size
= [NEEDED for Pagination, does not need ?page
] Amount of returned matches
If ?page
is used, you also need to use ?size
IMPORTANT: This may be not a complete list of all matches the requested user has played as explained above
Server Migration
The API now runs on the new server in helsinki.
Based on your location in the world, you may experience a higher or lower latency (between -20ms and +20ms on average)