Skip to content

Instantly share code, notes, and snippets.

@RiotTuxedo
RiotTuxedo / changelog
Last active February 9, 2022 20:50
match-v5
Match Detail Changes
match
- gameStartTimestamp in addition to gameCreation
team
- champion kill counts
participant
- baronKills (int)
@RiotTuxedo
RiotTuxedo / response.json
Created February 8, 2021 22:42
match-v5.getTimeline
{
"metadata": {
"dataVersion": "2",
"matchId": "NA1_0000000000",
"participants": [
"puuid"
]
},
"info": {
"frameInterval": 60000,
@RiotTuxedo
RiotTuxedo / response.json
Created February 8, 2021 22:40
match-v5.getMatch
{
"metadata": {
"dataVersion": "2",
"matchId": "NA1_0000000000",
"participants": [
"puuid"
]
},
"info": {
"gameCreation": 0000000000000,
@RiotTuxedo
RiotTuxedo / example.txt
Last active October 12, 2023 11:22
VALORANT sample match response
// accounts requests can be made to any of the regions; americas, europe, or asia. I'd suggest making requests the region you're closest to for performance reasons.
https://americas.api.riotgames.com/riot/account/v1/accounts/by-riot-id/Riot%20Tuxedo/TUXC1?api_key=
{
"puuid": "lYznxzi0uZfchn1V9w3eXVyY5epEv09xhtv2L70updmSkuDT9v3WA9_4C77kUa57JVTpymgOYK___A",
"gameName": "Riot Tuxedo",
"tagLine": "TUXC1"
}