You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
Krzysztof Kraszewski edited this page Apr 25, 2016
·
20 revisions
Routes
/api/summoner/mastery-data/:region/:id:
response= {
success:BooleanchampionMastery:ObjectcreatedAt:DateupdatedAt:Date
}
championMastery= {
totalPoints:Number# Summed points earned with every champion playedrolesPoints: { # Points earned playing each role (note that a champion can be assigned to multiple roles)Assassin:NumberFighter:NumberMage:NumberMarksman:NumberSupport:NumberTank:Number
}
champions: [Object]
champions= [{
championId:Number,
championLevel:Number,
championPoints:Number,
championPointsSinceLastLevel:Number,
championPointsUntilNextLevel:Number,
chestGranted:Boolean,
highestGrade:String,
championName:String
}]