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 170 nba_api issues
Sort by recently updated
recently updated
newest added

I found baked in the API that there is a parameter to select Advanced Stats instead of Traditional ones: https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/library/parameters.md#stattype I would assume this is reached via the [playercareerstats endpoint](https://github.com/swar/nba_api/blob/master/docs/nba_api/stats/endpoints/playercareerstats.md)....

question

Expose package version via `__version__` attribute using `importlib.metadata` with `pyproject.toml` as single source of truth. Includes unit tests to verify version attribute exists, has correct format, and matches package metadata....

I'm not sure that best response structure, but this resolve issue. resolve issue as below - https://github.com/swar/nba_api/issues/597

Hello! Was going to wander through some lineup stats, with the TeamDashLineups endpoint, and I noticed that the only lineups available were from the WNBA. I suppose that's a bug?...

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Bumps [requests](https://github.com/psf/requests) from 2.32.4 to 2.32.5. Release notes Sourced from requests's releases. v2.32.5 2.32.5 (2025-08-18) Bugfixes The SSLContext caching feature originally introduced in 2.32.0 has created a new class of...

dependencies
python

Bumps [numpy](https://github.com/numpy/numpy) from 1.26.4 to 2.2.6. Release notes Sourced from numpy's releases. v2.2.6 (May 17, 2025) NumPy 2.2.6 Release Notes NumPy 2.2.6 is a patch release that fixes bugs found...

dependencies
python

# Add Deprecation Warning to ScoreboardV2 Fixes #596 ## Problem `ScoreboardV2` returns **empty line scores** for 2025-26 season games between **Oct 22 - Dec 25, 2025** due to an NBA...

### NBA API Version 1.11.3 ### Issue I tried using the endpoint for the first day of the NBA regular season games but I don't get any of the final...

bug
triage