-
Previously `nba_commonallplayers` would return `BIRTH_DATE` for each player. Now it doesn't. It might be because the NBA API changed slightly. This site https://www.nba.com/stats/players/bio does not …
-
Figured we'd move this request into it's own issue, continuation of https://github.com/swar/nba_api/issues/32 and I'm sure elsewhere.
Please share ideas of what you think would be an appropriate wa…
-
### NBA API Version
V1.2.0
### Issue
Live Boxscore endpoint works great for any game id from 2019-2023. However, it fails for anything from 2018-2019 season or earlier.
For example, here's one t…
-
Hi, I'm developing my own stats NBA library (in C#, private repo atm sorry) and found a way to get (I think) all endpoints directly from the browsers console.
![imagen](https://user-images.githubus…
-
### DO NOT REMOVE OR SKIP THE ISSUE TEMPLATE
- [X] I understand that I will be **blocked** if I *intentionally* remove or skip any mandatory\* field
### Checklist
- [X] I'm asking a question …
-
When I use playbyplayV2 for live games the data sets for play_by_play are empty. I'm not getting any info from nba.com but for games that ended yesterday or earlier, it works. How did you guys fix thi…
-
I have this error in my uwsgi logs about multiprocessing
UserWarning: MongoClient opened before fork. Create MongoClient with connect=False, or create client after forking. See PyMongo's documentatio…
-
Adding the actual variable name to the url name in the documentation of the different endpoints would facilitate the usage of the package.
-
Line 54 of nba_api/src/nba_api/stats/endpoints/__init__.py is missing a comma. This causes an error when trying to run the following command "from nba_api.stats.endpoints import *".
-
# Issue 1: Data Acquisition
Goal: Collect data for training and testing the NBA game prediction model using API
Assignee: Nick
Description:
Identify and obtain relevant datasets for NBA games su…