Open twointum opened 2 years 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
This API is great! Do you know where I can get height, weight, college... etc for the players?