LoginSignup
6
7

More than 5 years have passed since last update.

LoLのAPI, Riot Games APIのチートシート

Last updated at Posted at 2018-09-24

現在のバーション番号の取得

https://ddragon.leagueoflegends.com/api/versions.json
※先頭の値 = 最新バージョン

各値のバージョンのエンドポイント

各チャンピオンのデータ取得

http://ddragon.leagueoflegends.com/cdn/[current_version]/data/ja_JP/champion.json
※[current_version]は「現在のバーション番号の取得」で取得

各アイテムのデータ取得

http://ddragon.leagueoflegends.com/cdn/[current_version]/data/ja_JP/item.json
※[current_version]は「現在のバーション番号の取得」で取得

6
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6
7