Skip to main content

riot-api-reference

Provides a comprehensive reference for integrating with the Riot Games API for League of Legends, covering various endpoints and data retrieval methods.

Install this skill

or
73/100

Security score

The riot-api-reference skill was audited on Mar 1, 2026 and we found 27 security issues across 2 threat categories. Review the findings below before installing.

Categories Tested

Security Issues

low line 263

Access to .env file

SourceSKILL.md
263const riotApi = new RiotApi({ key: process.env.RIOT_API_KEY });
low line 264

Access to .env file

SourceSKILL.md
264const lolApi = new LolApi({ key: process.env.RIOT_API_KEY });
low line 17

External URL reference

SourceSKILL.md
17**Base URL:** `https://{region}.api.riotgames.com/riot/account/v1/`
low line 28

External URL reference

SourceSKILL.md
28**Base URL:** `https://{platform}.api.riotgames.com/lol/summoner/v4/`
low line 38

External URL reference

SourceSKILL.md
38**Base URL:** `https://{region}.api.riotgames.com/lol/match/v5/`
low line 56

External URL reference

SourceSKILL.md
56**Base URL:** `https://{platform}.api.riotgames.com/lol/league/v4/`
low line 70

External URL reference

SourceSKILL.md
70**Base URL:** `https://{platform}.api.riotgames.com/lol/champion-mastery/v4/`
low line 80

External URL reference

SourceSKILL.md
80**Base URL:** `https://{platform}.api.riotgames.com/lol/spectator/v5/`
low line 91

External URL reference

SourceSKILL.md
91**Base URL:** `https://{platform}.api.riotgames.com/lol/challenges/v1/`
low line 140

External URL reference

SourceSKILL.md
140Platform: https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-puuid/{puuid}
low line 141

External URL reference

SourceSKILL.md
141Regional: https://americas.api.riotgames.com/lol/match/v5/matches/by-puuid/{puuid}/ids
low line 216

External URL reference

SourceSKILL.md
216- **Versions:** `https://ddragon.leagueoflegends.com/api/versions.json`
low line 217

External URL reference

SourceSKILL.md
217- **Data:** `https://ddragon.leagueoflegends.com/cdn/{version}/data/{locale}/`
low line 218

External URL reference

SourceSKILL.md
218- **Images:** `https://ddragon.leagueoflegends.com/cdn/{version}/img/`
low line 234

External URL reference

SourceSKILL.md
234Champions: https://ddragon.leagueoflegends.com/cdn/14.24.1/data/en_US/champion.json
low line 235

External URL reference

SourceSKILL.md
235Items: https://ddragon.leagueoflegends.com/cdn/14.24.1/data/en_US/item.json
low line 236

External URL reference

SourceSKILL.md
236Champion image: https://ddragon.leagueoflegends.com/cdn/14.24.1/img/champion/Ahri.png
low line 237

External URL reference

SourceSKILL.md
237Item image: https://ddragon.leagueoflegends.com/cdn/14.24.1/img/item/1001.png
low line 244

External URL reference

SourceSKILL.md
244- <https://raw.communitydragon.org/>
low line 318

External URL reference

SourceSKILL.md
318- [Riot API Libraries Documentation](https://riot-api-libraries.readthedocs.io/)
low line 319

External URL reference

SourceSKILL.md
319- [HextechDocs - Rate Limiting](https://hextechdocs.dev/rate-limiting/)
low line 320

External URL reference

SourceSKILL.md
320- [DarkIntaqt Blog - Routing](https://darkintaqt.com/blog/routing)
low line 321

External URL reference

SourceSKILL.md
321- [DarkIntaqt Blog - Summoner V4](https://darkintaqt.com/blog/summoner-v4)
low line 322

External URL reference

SourceSKILL.md
322- [DarkIntaqt Blog - IDs](https://darkintaqt.com/blog/ids)
low line 323

External URL reference

SourceSKILL.md
323- [Twisted NPM Package](https://www.npmjs.com/package/twisted)
low line 325

External URL reference

SourceSKILL.md
325- [Riot Games DevRel - Summoner Names to Riot ID](https://www.riotgames.com/en/DevRel/summoner-names-to-riot-id)
low line 326

External URL reference

SourceSKILL.md
326- [Riot Games DevRel - PUUIDs](https://www.riotgames.com/en/DevRel/player-universally-unique-identifiers-and-a-new-security-layer)
Scanned on Mar 1, 2026
View Security Dashboard