nba_api
nba_api copied to clipboard
question: anyway to determine a playoff game?
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
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 thanks a ton 🙌
005 – Play-in game 💡