무료 Riot Games API

· 1년 전 · 323

League of Legends, Teamfight Tactics, Valorant 등과 같은 게임의 데이터에 액세스하세요. 경기, 순위, 챔피언 등 게임 관련 통계 데이터를 제공합니다.

 

https://developer.riotgames.com/

 

const fetch = require('node-fetch');

const riotApiKey = 'YOUR_RIOT_API_KEY';
const summonerName = 'SUMMONER_NAME';
const url = `https://na1.api.riotgames.com/lol/summoner/v4/summoners/by-name/${summonerName}?api_key=${riotApiKey}`;

fetch(url)
    .then(response => response.json())
    .then(data => console.log(data))
    .catch(error => console.error('Error:', error));

 

웹학교 무료강좌 / 웹학교 컨텐츠몰 / PHP포탈

By 웹학교

|
댓글을 작성하시려면 로그인이 필요합니다.

365ok IT뉴스

+
제목 글쓴이 날짜 조회
1년 전 조회 518
1년 전 조회 355
1년 전 조회 533
1년 전 조회 364
1년 전 조회 481
1년 전 조회 532
1년 전 조회 307
1년 전 조회 394
1년 전 조회 438
1년 전 조회 340
1년 전 조회 319
1년 전 조회 396
1년 전 조회 429
1년 전 조회 332
1년 전 조회 324
1년 전 조회 285
1년 전 조회 311
1년 전 조회 391
1년 전 조회 444
1년 전 조회 352
1년 전 조회 356
1년 전 조회 359
1년 전 조회 458
1년 전 조회 497
1년 전 조회 454
1년 전 조회 314
1년 전 조회 350
1년 전 조회 434
1년 전 조회 304
1년 전 조회 398