pythonriot-games-api

Using Riot games api to retrieve data during champion select


I am trying to build a small third-party software, for me and my friends, similar to op.gg or blitz.gg

I have been exploring riot games API for a few hours now; however, I can not seem to find a get request to retrieve my teammates' names during champion select. I considered retrieving them from chat, but can not find a get request for chat either.

How does other third-party software do it exactly if riot API does not provide it?


Solution

  • This answer probably came too late, but i will explain how they do it, there is a "hidden" API in league named LCU , they make the calls there, if you want to get champ select data you should call here: /lol-champ-select/v1/session i insert a guide that is really useful to get started.