fightmegg / riot-api

Client for Riot Games API
MIT License
88 stars 22 forks source link

[HELP] Api Riot Request - Rewards Track Pass #594

Closed Neinndall closed 5 months ago

Neinndall commented 5 months ago

its possible to get this from Riot Api? Next Hall Of Legends event Rewards. This was extracted a few days (datamined) from the activation of the event.

Event Pass Rewards Is from SkinSpotLight, as it says: All generated via Riots API, that includes all the bottom text. I would know to get this!

Regards!

OllieJennings commented 5 months ago

Hey @Neinndall , apologies for not seeing this sooner, l need to update my notifications for these repos.

From looking through the "hosted" Riot API, l don't think you can grab the data about events. However there are Game Client APIs. These are not fully documented but should allow you to extract that data.

Neinndall commented 5 months ago

Np!

I'm using the request from below but it doesn't seem to work, I really don't know if what I'm trying to do works

npx hasagi request GET /swagger/v3/openapi.json
npx hasagi request GET /v2/swagger.json

image