Closed SirMishaa closed 6 months ago
Am I using the wrong url ? I tried both (https://esports-api.lolesports.com/persisted/gw/getLeagues && https://prod-relapi.ewp.gg/persisted/gw/getLeagues)
Request is the following :
curl --location 'https://prod-relapi.ewp.gg/persisted/gw/getLeagues' \ --header 'X-Api-Key: ...'
I have also tried using x-api-key instead of X-Api-Key
x-api-key
X-Api-Key
My bad, I forgot the missing parameter hl
hl
Am I using the wrong url ? I tried both (https://esports-api.lolesports.com/persisted/gw/getLeagues && https://prod-relapi.ewp.gg/persisted/gw/getLeagues)
Request is the following :
I have also tried using
x-api-key
instead ofX-Api-Key