Player Summary
statsSummary(summonerId, season)
Get the specified summoner stats summary by season. summmonerId
is required. If season
is specified, stats for the given season will be returned.
lol.statsSummary('48641392', 'SEASON2016').then((result) => {
console.log(result);
});
Seasons |
---|
SEASON3 |
SEASON2014 |
SEASON2015 |
SEASON2016 |
SEASON2017 |
{
"playerStatSummaries": [
{
"playerStatSummaryType": "AramUnranked5x5",
"aggregatedStats": {
"totalChampionKills": 511,
"totalAssists": 708,
"totalTurretsKilled": 22
},
"modifyDate": 1458859173000,
"wins": 19
},
{
"playerStatSummaryType": "CAP5x5",
"aggregatedStats": {
"totalNeutralMinionsKilled": 15124,
"totalMinionKills": 166214,
"totalChampionKills": 8764,
"totalAssists": 7838,
"totalTurretsKilled": 1080
},
"modifyDate": 1463193362000,
"wins": 541
},
{
"playerStatSummaryType": "Hexakill",
"aggregatedStats": {
"totalNeutralMinionsKilled": 39,
"totalMinionKills": 310,
"totalChampionKills": 52,
"totalAssists": 73,
"totalTurretsKilled": 3
},
"modifyDate": 1478916058000,
"wins": 3
},
{
"playerStatSummaryType": "KingPoro",
"aggregatedStats": {},
"modifyDate": 1466306836000,
"wins": 2
},
{
"playerStatSummaryType": "OdinUnranked",
"aggregatedStats": {
"averageNodeCaptureAssist": 1,
"maxNodeNeutralizeAssist": 3,
"maxChampionsKilled": 19,
"totalChampionKills": 104,
"totalAssists": 122,
"averageChampionsKilled": 9,
"averageNodeCapture": 5,
"averageNumDeaths": 7,
"maxNodeNeutralize": 7,
"averageNodeNeutralize": 5,
"averageTeamObjective": 1,
"averageTotalPlayerScore": 1040,
"maxNodeCapture": 10,
"maxObjectivePlayerScore": 997,
"averageNodeNeutralizeAssist": 1,
"averageAssists": 12,
"maxTotalPlayerScore": 1777,
"maxAssists": 40,
"maxCombatPlayerScore": 748,
"averageCombatPlayerScore": 236,
"maxNodeCaptureAssist": 3,
"totalNodeCapture": 58,
"totalNodeNeutralize": 42,
"maxTeamObjective": 2,
"averageObjectivePlayerScore": 467
},
"modifyDate": 1472010186000,
"wins": 5
},
{
"playerStatSummaryType": "RankedFlexSR",
"aggregatedStats": {
"totalNeutralMinionsKilled": 34,
"totalMinionKills": 97,
"totalChampionKills": 7,
"totalAssists": 17,
"totalTurretsKilled": 0
},
"modifyDate": 1479208171000,
"wins": 0
},
{
"playerStatSummaryType": "RankedSolo5x5",
"aggregatedStats": {
"totalNeutralMinionsKilled": 1268,
"totalMinionKills": 26309,
"totalChampionKills": 895,
"totalAssists": 1184,
"totalTurretsKilled": 166
},
"losses": 76,
"modifyDate": 1479207869000,
"wins": 71
},
{
"playerStatSummaryType": "RankedTeam3x3",
"aggregatedStats": {},
"losses": 0,
"modifyDate": 1394138670000,
"wins": 0
},
{
"playerStatSummaryType": "RankedTeam5x5",
"aggregatedStats": {},
"losses": 0,
"modifyDate": 1395954045000,
"wins": 0
},
{
"playerStatSummaryType": "Siege",
"aggregatedStats": {},
"modifyDate": 1473850740000,
"wins": 4
},
{
"playerStatSummaryType": "Unranked3x3",
"aggregatedStats": {
"totalNeutralMinionsKilled": 4,
"totalMinionKills": 124,
"totalChampionKills": 4,
"totalAssists": 4,
"totalTurretsKilled": 0
},
"modifyDate": 1453305639000,
"wins": 0
},
{
"playerStatSummaryType": "CoopVsAI",
"aggregatedStats": {
"totalNeutralMinionsKilled": 42,
"totalMinionKills": 1386,
"totalChampionKills": 150,
"totalAssists": 88,
"totalTurretsKilled": 24
},
"modifyDate": 1479881818000,
"wins": 12
},
{
"playerStatSummaryType": "Ascension",
"aggregatedStats": {},
"modifyDate": 1480734177000,
"wins": 0
},
{
"playerStatSummaryType": "NightmareBot",
"aggregatedStats": {
"totalNeutralMinionsKilled": 4,
"totalMinionKills": 843,
"totalChampionKills": 140,
"totalAssists": 204,
"totalTurretsKilled": 0
},
"modifyDate": 1480833728000,
"wins": 4
},
{
"playerStatSummaryType": "URF",
"aggregatedStats": {
"totalNeutralMinionsKilled": 400,
"totalMinionKills": 3090,
"totalChampionKills": 299,
"totalAssists": 368,
"totalTurretsKilled": 25
},
"modifyDate": 1480833728000,
"wins": 16
},
{
"playerStatSummaryType": "OneForAll5x5",
"aggregatedStats": {
"totalNeutralMinionsKilled": 250,
"totalMinionKills": 2750,
"totalChampionKills": 247,
"totalAssists": 237,
"totalTurretsKilled": 21
},
"modifyDate": 1480988168000,
"wins": 14
},
{
"playerStatSummaryType": "Unranked",
"aggregatedStats": {
"totalNeutralMinionsKilled": 17951,
"totalMinionKills": 214201,
"totalChampionKills": 12003,
"totalAssists": 11192,
"totalTurretsKilled": 1503
},
"modifyDate": 1481096690000,
"wins": 768
}
],
"summonerId": 48641392
}