Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: How to get the list of in season tournament games? #442

Open
jaratec opened this issue May 5, 2024 · 0 comments
Open

[Bug]: How to get the list of in season tournament games? #442

jaratec opened this issue May 5, 2024 · 0 comments
Labels
bug Something isn't working triage Researching into a possible bug

Comments

@jaratec
Copy link

jaratec commented May 5, 2024

NBA API Version

1.4.1

Issue

How can I use the leaguegamefinder endpoint to get the list of in-season tournament games? The following code snippet does not work.
Also, are the valid values for season_type_nullable parameter documented?

Code

from nba_api.stats.endpoints import leaguegamefinder

gamefinder = leaguegamefinder.LeagueGameFinder(season_nullable='2023-24',
league_id_nullable='00',
season_type_nullable='IST', # what are the valid values? 'Regular Season', 'IST', 'PlayIn', 'Playoffs'
player_or_team_abbreviation='T')

@jaratec jaratec added bug Something isn't working triage Researching into a possible bug labels May 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working triage Researching into a possible bug
Projects
None yet
Development

No branches or pull requests

1 participant