Skip to content

For scraping Esports player data from professional League of Legends

License

Notifications You must be signed in to change notification settings

hunterjsb/LoLPlayerScraper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoLPlayerScraper

Official API of the LCS

Introduction

We are a team of elite devs 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.lolapi.de/api/get_player/Broken_Blade')

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

About

For scraping Esports player data from professional League of Legends

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •