nba_api icon indicating copy to clipboard operation
nba_api copied to clipboard

question: anyway to determine a playoff game?

Open razbensimon opened this issue 4 years ago • 1 comments

Hello! Is there a way to determine if a game is a playoff game withe the scoreboardv2 API? if not, what else can i do to understand that from other api.

thanks

razbensimon avatar Jun 19 '21 16:06 razbensimon

If you look at the GAME_ID value if the first three digits will tell you what type of game it is. See below: 001* - Preseason Game 002* - Regular Season Game 003* - All-Star Game (need to confirm this) 004* - Postseason Game

wompkins avatar Nov 23 '21 22:11 wompkins

@wompkins thanks a ton 🙌

005 – Play-in game 💡

makaroni4 avatar Dec 05 '22 20:12 makaroni4