/LoLPlayerScraper

For scraping Esports player data from professional League of Legends

Primary LanguagePythonMIT LicenseMIT

openJosh

Official API of the LCS

Introduction

We are a team of Python coders dedicated to bringing you an open-source LoL data API.

Endpoints

We currently offer three endpoints. All endpoints are CASE SENSITIVE!

  • /api/get_player/
  • /api/get_team/
  • /api/teams_by_region/ [DISABLED]

Examples

  pip install requests
import requests

# returns a dictionary with player attributes
requests.get('www.domain.com/api/get_player/Broken_Blade')

# returns a dictionary with team attributes
requests.get('www.domain.com/api/get_team/GGS')