본문 바로가기

카테고리 없음

Riot API 정리 - 2

728x90
반응형
SMALL

https://ediblepotato.tistory.com/4

 

Riot API 사용해보기

https://developer.riotgames.com/ Riot Developer Portal About the Riot Games API With this site we hope to provide the League of Legends developer community with access to game data in a secure and r..

ediblepotato.tistory.com

식용 감자네 이분께서 잘 적어주셔서 보고 참고했다. :)

 

 

LeagueListDTO
NAMEDATA TYPEDESCRIPTION
leagueId string  
entries List[LeagueItemDTO]  
tier string  
name string  
queue string
LeagueItemDTO
NAMEDATA TYPEDESCRIPTION
freshBlood boolean  
wins int First placement.
summonerName string  
miniSeries MiniSeriesDTO  
inactive boolean  
veteran boolean  
hotStreak boolean  
rank string  
leaguePoints int  
losses int Second through eighth placement.
summonerId string Player's encrypted summonerId.

리그아이디 : 리그 고유 아이디

엔트리 :  챌린저 아이디 목록

티어 : 챌린저

이름 : ex) 오리아나의 용들 (멋짐)

 

엔트리 내용

암호화된 소환사 아이디

소환사 닉네임

리그 점수

랭크

승리 횟수

패배횟수

베테랑인지(?)

inactive 는 휴먼 상태인지(?)

새내기인지(?)

연승중인지(?)

 

그마, 마스터는 똑같아서 따로 정리 안함.

내용이 정확하진 않습니다.

728x90
반응형
LIST