코딜기

[API] Riot Games API - API Key 발급 본문

Data/API

[API] Riot Games API - API Key 발급

코딜기 2023. 12. 8. 09:47
반응형

Riot Games API

  • Riot Games에서 제공하는 API를 통해 데이터를 수집 및 적재하고, 이후 BigQuery, Airflow를 사용해서 데이터 파이프라인을 구축하고, 간단한 서비스를 시각화를 통해 만들 계획입니다.
  • 먼저  API를 사용하려면 Riot Games에서 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 reliable way. This is just part of our ongoing effort to respond to players' and developers' requests for data and

developer.riotgames.com


API 승인 요청

  • 홈페이지에서 볼 수 있듯이 Roit Games의 API를 사용하기 위해서는 회원가입이 필요합니다.
  • 회원가입을 하게 되면 기본적으로 모든 회원에게 Development API Key를 발급해 줍니다.
  • 하지만, Development API Key는 Request Limits가 적고, Public Service에 사용할 수 없습니다.
  • 따라서 저는 Request Limits를 높이기 위해 추가적인 API 승인 요청을 했습니다.

Register Product를 통해 API 승인 요청

  • 계정의 Dashboard에서 Register Product를 클릭 후 간단한 정보를 입력하고 승인 요청을 합니다.

 

Register Product를 통해 API 승인 요청
  • 승인 요청을 하고 몇 일 뒤면 계정의 APPS에서 새로 발급된 API Key를 확인할 수 있습니다.
반응형

'Data > API' 카테고리의 다른 글

[API] Riot Games API - API 사용  (0) 2023.12.08
Comments