swar / nba_api

An API Client package to access the APIs for NBA.com
MIT License
2.54k stars 542 forks source link

[Bug]: Issue with Inactive Rookies in Active Players Data #482

Open flintitit opened 1 week ago

flintitit commented 1 week ago

NBA API Version

1.5

Issue

Some of the active players, particularly rookies, appear to be marked as inactive. For example, player data shows: {'id': 1641744, 'full_name': 'Zach Edey', 'first_name': 'Zach', 'last_name': 'Edey', 'is_active': False}.

Do you have an updated version of the active players data?

Thanks for providing this API, it's been really helpful

Code

No response