Seraphine.LeagueV4 (Seraphine v0.1.4)
Module for LEAGUE-V4 API.
Link to this section Summary
Functions
Get the challenger league for a specific queue
on region
.
Get the grandmaster league for a specific queue
on region
.
Get a league by its league_id
on region
.
Get the league entries for a given queue
on region
, with tier
and division
.
Get the league entries for all queues for a given summoner_id
on region
.
Get the master league for a specific queue
on region
.
Link to this section Functions
Link to this function
challenger_league_for_queue(region, queue)
Get the challenger league for a specific queue
on region
.
Link to this function
grandmaster_league_for_queue(region, queue)
Get the grandmaster league for a specific queue
on region
.
Link to this function
league_by_id(region, league_id)
Get a league by its league_id
on region
.
Link to this function
league_entries_by_queue(region, queue, tier, division)
Get the league entries for a given queue
on region
, with tier
and division
.
Link to this function
league_entries_by_summoner(region, summoner_id)
Get the league entries for all queues for a given summoner_id
on region
.
Link to this function
master_league_for_queue(region, queue)
Get the master league for a specific queue
on region
.