Skip to content

harley-harris/StatsBomb-Open-Data-API---Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StatsBomb-Open-Data-API---Python

View Champions League Final lineups + goalscorers in the terminal

An API built using Python's requests library to pull raw data from StatsBomb free data resources (https://github.com/statsbomb/open-data) and generate football formations and results in the terminal. The raw JSON data is manipulated in Python in order to be presented in a readable format in the terminal.

How to install and run project

  • Clone this repository
  • Simply run statsbomb.py (have Python installed)

How it works

  • A GET request is sent to the StatsBomb open data endpoint to retrieve the raw data, which is then converted to JSON

  • JSON data is manipulated in Python code and then relevant data is printed to console

  • Below is an example of outputted data:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages