pythonpython-3.8riot-games-api

Where to find ‘Spell Id’ list in Riot API?


I am working with Python and Riot APIs, and I have a problem.

When I get match data with matchId, I get json for result. Then inside participants, I get spell data like this:

”spell1Id”: 14, 
“spell2Id”: 4,
...

But I can’t find list or dictionary of spell id. It is not in even here.

Am I missing something simple? Does anybody know where to find these spell ids with number?


Solution

  • You are actually missing something simple.It is in the link you pasted It's just called "key".