nba_api
nba_api copied to clipboard
An API Client package to access the APIs for NBA.com
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...
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...
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...
How can we pull data from this data stream? I can't find the appropriate endpoint https://www.nba.com/stats/transactions/
Period
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...
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...
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...
https://stackoverflow.com/questions/67751341/api-connectionrefusederror-winerror-10061-works-on-jupyter-not-pycharm
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...