RiotApi.Champion, RiotApi.ChampionMastery, RiotApi.CurrentGame, RiotApi.FeaturedGames, RiotApi.League, RiotApi.LolStatus, RiotApi.Match, RiotApi.MatchList, RiotApi.RateType, RiotApi.RecentGames, RiotApi.StaticData, RiotApi.Stats, RiotApi.Summoner, RiotApi.Team| Modifier and Type | Method and Description |
|---|---|
RankedStatsDto |
getRanked(long summonerId,
Season season)
/api/lol/{region}/v1.3/stats/by-summoner/{summonerId}/ranked
400 Bad request 401 Unauthorized 404 Stats data not found 429 Rate limit exceeded 500 Internal server error 503 Service unavailable |
PlayerStatsSummaryListDto |
getSummary(long summonerId,
Season season)
/api/lol/{region}/v1.3/stats/by-summoner/{summonerId}/summary
400 Bad request 401 Unauthorized 404 Stats data not found 429 Rate limit exceeded 500 Internal server error 503 Service unavailable |
static Region[] |
getSupportedRegions(float version) |
getApiKey, getRateType, getRegion, getVersion, setAutoRetry, setPrintUrl, setProxy, setRateControl, setRetryCountstatic Region[] getSupportedRegions(float version)
version - a positive value denoting the version (e.g. 1.2)Regions this API supportsInvalidVersionException - if the version number cannot be mapped to a valid versionRankedStatsDto getRanked(long summonerId, Season season) throws java.io.IOException, HttpException
summonerId - ID of summoner. See RiotApi.Summoner to fetch valid IDs.season - Optional. Competitive Season to search.RankedStatsDto for the specified player.HttpException - non 2XX response code returnedjava.io.IOException - some connection error (e.g. server down)PlayerStatsSummaryListDto getSummary(long summonerId, Season season) throws java.io.IOException, HttpException
summonerId - ID of summoner. See RiotApi.Summoner to fetch valid IDs.season - Optional. Competitive Season to search.HttpException - non 2XX response code returnedjava.io.IOException - some connection error (e.g. server down)