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

https://github.com/swar/nba_api/pull/152/ added an entry to __all__ without adding a comma, breaking `from endpoints import *`

research

### 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...

bug
triage

### 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...

bug
triage

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...

bug
triage

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...

enhancement

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
triage

### 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...

endpoint: third-party issue