nba_py icon indicating copy to clipboard operation
nba_py copied to clipboard

Python client for NBA statistics located at stats.nba.com

Results 50 nba_py issues
Sort by recently updated
recently updated
newest added

# Issue Type [x] Bug (Typo) # Steps to Replicate 1. Examine nba_py/player.py. 2. Search for `differntial`. # Expected Behaviour 1. Should read `differential`. Semi-automated issue generated by https://github.com/timgates42/meticulous/blob/master/docs/NOTE.md To...

Hello, It seems that all endpoints are not available since saturday. I get an "Access Denied" error now whereas it worked great until friday 04/07/2017. Others users have the same...

Hi all, I'm not sure if anyone's having issues, but though I've been able to use nba_py daily, since today it seems to be non-responsive. Did anyone by any chance...

Notice double-double is not available in leaguedashplayerstats. However it is available at website say https://stats.nba.com/players/traditional/?sort=DD2&dir=-1. Just wondering whether DD is supported by any of the endpoint? And how to use...

Hi, When I try to retrieve data, for example data about the players, using the command: `player.PlayerSummary().info()` after few times of success I get the following error: **raise ConnectionError(err, request=request)...

Is there a way to get live player points data? I tried the playercareerstats endpoint but it is updated much later after the end of a game. I want the...

I'm a begginer user and I'd like to learn to use this package. How can I use this and what type of results should be printed?

The player Patrick McCaw , birthdate 1995-10-25 appear 3 times in the roster of Cleveland Cavaliers 2018-2019 season with 3 different "player_id"s. 1627775 -The original player_id that in use also...

I have seen this written about but haven't seen any recent update. Is anyone successfully making API calls to the NBA API from a cloud server provider? It seems like...

Trying to create a web application using `nba_py`, and am unable to make a request from heroku. When I make a request, it just hangs. Is there any workaround to...