nba_api icon indicating copy to clipboard operation
nba_api copied to clipboard

An API Client package to access the APIs for NBA.com

Results 132 nba_api issues
Sort by recently updated
recently updated
newest added

Hi!, and first of all thank you for the development and maintenance of this API. By using this method, I have realized that the data is not the same as...

bug
triage

Hey there, I've been having an issue trying to filter the leaguegamefinder module to only output a certain game ID. However, it seems to be ignoring the parameter entirely. Here's...

bug
triage

I can't seem to reticulate my data and it keeps showing multiple errors. The error is "Error in py_call_impl(callable, dots$args, dots$keywords) : NameError: name 'py' is not defined" Does anybody...

question

How can we pull data from this data stream? I can't find the appropriate endpoint https://www.nba.com/stats/transactions/

enhancement

I am trying to get stats for a specific period(s), however it returns stats for the entire game. I am using the following parameters: `BoxScoreScoringV2(game_id=game_id, end_period=2, start_period=1)` Is there something...

triage

Not sure if anyone else ran into this issue, but in my data run I'm getting 470 playoff shots made for Michael Jordan using the shotchartdetail. It's a lot lower...

question

Hi how's it going? I'm having some issues getting any results from the ShotChartLineupDetail endpoint. When passing in the bare minimum (required parameters), I get back an empty dataframe. Has...

question

https://stackoverflow.com/questions/67751341/api-connectionrefusederror-winerror-10061-works-on-jupyter-not-pycharm

documentation

Thanks to u/JBarreraGT on reddit. He gave me a source of information that we could use to add static information for games. http://data.nba.com/data/10s/v2015/json/mobile_teams/nba/2018/league/00_full_schedule.json This link looks like it contains the...

enhancement