nba_api
nba_api copied to clipboard
An API Client package to access the APIs for NBA.com
### NBA API Version 1.3.1 ### Issue Trying to access the available data from the DefenseHub endpoint and not having much success. The error I am getting is "Expecting Value"....
I am sorry to be a bother but I use your project and it is very good so I figure you may be able to help me. It has to...
example below ``` from nba_api.live.nba.endpoints import scoreboard live_scoreboard = scoreboard.ScoreBoard() board = live_scoreboard.get_dict() for game in board['scoreboard']['games']: print(game['gameStatusText']) ``` this will return the gameStatusText of all games that are played...
### NBA API Version 1.3.1 ### Issue Doesn't seem like this year's rookie class is in nba_api.stats.static players. Tried looking for Wembanyama and Brandon Miller and did not get any...
CumeStatsPlayer doesn't seem to be working properly. It requires a list of GameIDs, which are provided when I fetch all game IDs for a certain player's season (in this case,...
Hello, First, I cannot thank you enough for this wonderful library. I believe this has already been addressed in previous issues, but still shooting my shot. I'm having an issue...
It seems the PlayerCareerStats() always brings two datasets with no data. I've made up a test to identify wich dataset is wich from the att 'datasets' compared to each of...
### NBA API Version v1.2.1 ### Issue Pretty much the title, I was hoping to use the summer league games as testing ground for the season live games, but looks...
I'm working with the playbyplay data and noticed that shot clock is not part of the schema. Is there some way to get this? I could get a very rough...
### NBA API Version 1.2.1 ### Issue # Issue: Commissioner's Cup data is non-existent when getting WNBA PlayerGameLogs data for `2023` season # Notes: Trying to get `playergamelogs` for the...