Official API of the LCS
We are a team of elite devs dedicated to bringing you an open-source LoL data API.
We currently offer three endpoints. All endpoints are CASE SENSITIVE!
- /api/get_player/
- /api/get_team/
- /api/teams_by_region/ [DISABLED]
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')