Seraphine.LolChallengesV1 (Seraphine v0.1.4)
Module for LOL-CHALLENGES-V1 API.
Link to this section Summary
Functions
List of all basic challenge configuration information for a given region
List of all percentiles of players who've achieved challenges on region
.
Basic challenge configuration information for a given challenge_id
on region
Percentiles for a certain challenge_id
of players who's completed the given challenge on region
.
Challenges progression for a certain puuid
on region
.
Returns the top players for a given challenge_id
in a certain level
on region
.
Link to this section Functions
challenges_configuration(region)
List of all basic challenge configuration information for a given region
challenges_percentile_completed(region)
List of all percentiles of players who've achieved challenges on region
.
configuration_for_challenge(region, challenge_id)
Basic challenge configuration information for a given challenge_id
on region
percentile_completed_for_challenge(region, challenge_id)
Percentiles for a certain challenge_id
of players who's completed the given challenge on region
.
progressed_challenges_by_puuid(region, puuid)
Challenges progression for a certain puuid
on region
.
top_players_by_level(region, challenge_id, level)
Returns the top players for a given challenge_id
in a certain level
on region
.