swar / nba_api

An API Client package to access the APIs for NBA.com
MIT License
2.47k stars 532 forks source link

Playoff Game by Game statistics #119

Closed j316chuck closed 4 years ago

j316chuck commented 4 years ago

Is there a way to get the statistics of each team's playoff runs as opposed to entire season?
playoff_atl_year_stats = TeamYearByYearStats(atlanta_id, season_type_all_star=SeasonTypePlayoffs.playoffs) seems to return the same result as playoff_atl_year_stats = TeamYearByYearStats(atlanta_id)

j316chuck commented 4 years ago

Also, just wondering how did you figure out what data each endpoint showed?

swar commented 4 years ago

There is an analysis tool that I created that helped me analyze the endpoints. It can be found in the tools folder.

swar commented 4 years ago

Feel free to reopen or create a new ticket if you still have questions.