nba_api
nba_api copied to clipboard
An API Client package to access the APIs for NBA.com
As I understand it, NBA.COM API is limited to only return 250 rows on an API call. I want to get lineup data with more row then that, so the...
Hi, It's my first time using the API and I tried out the PlayerGameLog endpoint URL in Postman using my local but it does not return anything. I tried calling...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.0.7 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
### NBA API Version v1.4.1 ### Issue TeamDashboardByGeneralSplits seems to be pulling odd data, or filling in data in the wrong fields. IE PPG = Point differential, which should not...
### NBA API Version 1.4.1 ### Issue When I make a request to leaguegamefinder specifying also a valid game_id_nullable the resulting response contains records that have games that do not...
This pull request adds detailed information for the game_id parameter in the parameters.md file. The game_id parameter is frequently used throughout the nba_api library, but it previously lacked detailed documentation....
### NBA API Version V1.5.0 ### Issue I tried to use the get_wnba_teams() method from the static teams class but it seems like it doesn't exist. Is there any way...
The parameters.md file includes a section for the game_id parameter but currently lacks detailed information. To improve clarity and usability, the following details could be added: Expected Format: The game_id...
I am trying to gather player data from each game like this: https://www.nba.com/stats/players/boxscores?SeasonType=Regular+Season But i cannot seem to find a way to do it. For regular game data I did:...
## Summary It seems that the Slack invitation link mentioned in the README has expired and is no longer usable. I would appreciate it if you could check this. ##...