-
Notifications
You must be signed in to change notification settings - Fork 17
Lobby REST Service
David Diaz edited this page Jun 16, 2014
·
3 revisions
This is a (probably incomplete) list of the service methods of LoL's REST service.
https://acs.leagueoflegends.com/{version}/players?name={summonerName}®ion={region}
Parameters :
-
version
string, the REST version, now :v1
-
summonerName
string, the summoner name -
region
string, the spectator (with the server id at the end) region, likeNA1, EUW1, ...
https://acs.leagueoflegends.com/{version}/stats/player_history/{region}/{summonerAccountId}
Parameters :
-
version
string, the REST version, now :v1
-
region
string, the region unique name, likeNA, EUW, ...
(note that this is the original region of the summoner if the summoner has transferred regions) -
summonerAccountId
string, the summoner account id
Filter :
You can add some filters : ?begIndex={start}&endIndex={end}&champion={championId}&queue={queueId}
https://acs.leagueoflegends.com/{version}/stats/game/{region}/{gameId}
Parameters :
-
version
string, the REST version, now :v1
-
region
string, the spectator (with the server id at the end) region, likeNA1, EUW1, ...
-
gameId
long int, the game id, the game must be ended
https://acs.leagueoflegends.com/{version}/stats/game/{region}/{gameId}/timeline
Parameters :
-
version
string, the REST version, now :v1
-
region
string, the spectator (with the server id at the end) region, likeNA1, EUW1, ...
-
gameId
long int, the game id, the game must be ended
Return : All game keyframes, with some data, but spectator keyframes has more data.
XMPP/Lobby | Spectating | Data Structure |
---|---|---|
Chat - RTMPS Methods - REST Service | REST Service | Keyframe Specification - Chunk Specification |