Esports
get
Returns esports schedule data
Authorizations
AuthorizationstringRequired
Query parameters
regionstring · enumOptionalPossible values:
region of the game (multiple possible)
leaguestring · enumOptionalPossible values:
league of the game (multiple possible, these also can be highly dynamic if riot announces new tournaments/leagues)
Responses
200
esports schedule data
application/json
400
Request error by the client (missing query for example)
application/json
403
Forbidden to connect to the Riot API (mainly maintenance reasons on riot side like patches) or to the HenrikDev API itself because of bot prevention for example
application/json
404
The entity was not found (player/match/general data)
application/json
408
Timeout while fetching riot data
application/json
429
Rate limit reached (can be global API limit which affects all users or just you, when the "x-ratelimit-remaining" header is 0 then it's a personal limit)
application/json
503
Riot API seems to be down, API unable to connect
application/json
get
/valorant/v1/esports/scheduleLast updated