-
### Issue URL (Ads)
[https://m.youtube.com/watch?v=1ZxxG5pWthA](https://adguardteam.github.io/AnonymousRedirect/redirect.html?url=https%3A%2F%2Fm.youtube.com%2Fwatch%3Fv%3D1ZxxG5pWthA)
### Comment
U…
-
There is a sample way of using API of NBA.com to return the the players playing in initial seconds of period, like this api to return the start of 1st period:
https://stats.nba.com/stats/boxscoretrad…
-
I've seen some discussion in other issues about proxy requests, but the usage of a proxy is not clear to me... Whats the preferred way to send a request through the api over a proxy?
Say I have a …
slizb updated
5 years ago
-
First, thank you for developing and maintaining this api.
I noticed that the playerprofilev2 end point is returning playoff career high game stats (e.g., points) versus regular season career high g…
-
Thank you for making this data easy to get to. Is there a straight forward way to get at "got" and "lost" possession events?
-
Tried to use the new SynergyPlayTypes endpoint today, but it isn't returning a data set. It's behaving the same as it is on [doc page](https://stats.nba.com/stats/synergyplaytypes?LeagueID=00&PerMode=…
-
When I use playervsplayer,
variable = playervsplayer.PlayerVsplayer(arguments are same as under code).
But error said "function' object has no attribute 'PlayerVsPlayer' ".
So, I wrote variable = p…
-
```python
game_finder = leaguegamefinder.LeagueGameFinder()
games_df = game_finder.get_data_frames()[0]
games_df = games_df[games_df.SEASON_ID.str[-4:] != str(2018)]
len(games_df)
```
> 0
A…
-
Could i use this api on my android application? I mean, Should i share API's owner's name or something like that(etc permission for use) in my app? Also are these APIs work to all of time?
-
I've tried:
```
from nba_api.stats.endpoints import videoevents
game_id = 0021801220
event_id = 7
video_event = videoevents.VideoEvents(game_id, event_id)
video_specs = video_event.nba_respo…
slizb updated
5 years ago