dblackrun / pbpstats-api-code-examples

Code examples for using the pbpstats.com API
10 stars 5 forks source link

Dimension data for players? #1

Open twointum opened 1 year ago

twointum commented 1 year ago

This API is great! Do you know where I can get height, weight, college... etc for the players?

MidpriceDog commented 1 year ago

This API is great! Do you know where I can get height, weight, college... etc for the players?

You could use this package here https://pypi.org/project/get-nba-data/

Alternatively, use BeautifulSoup to scrape https://www.nba.com/stats/player/{player_id} for HEIGHT, WEIGHT, AGE, and LAST ATTENDED, etc data