nba_api
nba_api copied to clipboard
An API Client package to access the APIs for NBA.com
https://github.com/swar/nba_api/pull/152/ added an entry to __all__ without adding a comma, breaking `from endpoints import *`
### NBA API Version 1.3.1 ### Issue --------------------------------------------------------------------------- timeout Traceback (most recent call last) ~\anaconda3\lib\site-packages\urllib3\connectionpool.py in _make_request(self, conn, method, url, timeout, chunked, **httplib_request_kw) 444 # Otherwise it looks like a...
### NBA API Version latest ### Issue I'm having the same kind of issue as described in this post for leaguegamefinder and playergamelog. Can you tell me where I'm going...
The following game_id: 22100467, 22100016, 22200466 in play by play do not start from 0-0 Where EVENTMSGTYPE = 12 & PERIOD=1, score should be null but it isn't for those...
Just as the title states I am trying to get a player's game splits (REB, AST, BLK, PTS, etc.) for each game for the past "n" of games. Is there...
### NBA API Version V1.4.1 ### Issue Only some of the abbreviations for player positions are working. Of these"(F)|(C)|(G)|(C-F)|(F-C)|(F-G)|(G-F)) only C, G, and F are valid. Variable Name | Value...
I was wondering if there was any way to get the starting lineups for games on the day of the request. I see that NBA has it on https://www.nba.com/players/todays-lineups but...
I would get the score of a player has on the live match. Example: Time: Q1 03:10 J. Tatum = 4 After Time Q1 2:25 J. Tatum = 6
### NBA API Version v1.4.1 ### Issue I'm looking for access to the "advanced split" we can find [here](https://www.nba.com/stats/player/202699) . I know that we can have this kind of data...
[Bug]: Road Games not returning from cumestatsplayergames when using "location_nulalble" parameter
### NBA API Version 1.4.1 ### Issue I've been attempting to pull player stats for road games using the cumestatsplayergame endpoint. However, whenever I attempt to build a dataframe with...