I retrieved a specific match using the Riot API endpoint:
https://europe.api.riotgames.com/lol/match/v5/matches/{MATCH_ID}?api_key={API_KEY}
In the response, I found the following field:
I tried matching this value against the queues.json file provided by Riot, but I could not find any entry with ID 1750.
The match is an Arena (3v3) game, so I expected a corresponding queue definition to exist.
Could you confirm whether queue ID 1750 is still valid for Arena matches, and if there is an updated source for Riot queue definitions that includes this queue ID?
I retrieved a specific match using the Riot API endpoint:
https://europe.api.riotgames.com/lol/match/v5/matches/{MATCH_ID}?api_key={API_KEY}In the response, I found the following field:
I tried matching this value against the
queues.jsonfile provided by Riot, but I could not find any entry with ID1750.The match is an Arena (3v3) game, so I expected a corresponding queue definition to exist.
Could you confirm whether queue ID
1750is still valid for Arena matches, and if there is an updated source for Riot queue definitions that includes this queue ID?