nba_api
nba_api copied to clipboard
An API Client package to access the APIs for NBA.com
### NBA API Version V1.2 ### Issue I'm trying to get advanced box score stats for a player specifically this [table](https://www.nba.com/stats/player/2544/boxscores-advanced) but it seems that the request being called is...
Hi, first I can't thank you enough for providing such a wonderful API. But I just have been wondering if there is an efficient way to get the list of...
I found a database that has the spread, u/o, and ML for games since the 07-08 season, and I think it would be fairly straightforward to implement an endpoint to...
I'm trying to use LeagueGameFinder for some history, but it seems it only goes back so far. If I try any season before 1983-84, it returns nothing. Is this a...
Right now pulling a players game logs just returns that logs of the games where a player logged at least 1 minute. Is there anyway to get the games they...
Has anyone tried to pull betting odds data from a link like this? https://cdn.nba.com/static/json/liveData/odds/odds_todaysGames.json It would be nice if there was documentation for it. I know it's new to the...
### NBA API Version V1.1.13 ### Issue For some projects you need the game plan of a team (or all teams) with the respective Game-ID. For example, to retrieve the...
> [!TIP] > Review commit-by-commit! This PR tackles adding static WNBA data, sparked by the discussion here (https://github.com/swar/nba_api/issues/439). The general approach taken is to update the `/tools/stats/static_players_update/update.py` to also fetch...
First of all, thank you to all of y'all who maintain this package! I've been playing around with it and it's awesome. I noticed that the WNBA players and teams...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...