무료 Riot Games API > 365ok IT뉴스

365ok IT뉴스

무료 Riot Games API 정보

무료 Riot Games API

본문

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 웹학교

추천
0

댓글 0개

전체 2,214 |RSS
365ok IT뉴스 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT