seemethere / nba_py

Python client for NBA statistics located at stats.nba.com
BSD 3-Clause "New" or "Revised" License
1.05k stars 255 forks source link

How to get player-level double-double data? #136

Open mingzhouChe opened 5 years ago

mingzhouChe commented 5 years ago

Notice double-double is not available in leaguedashplayerstats. However it is available at website say https://stats.nba.com/players/traditional/?sort=DD2&dir=-1.

Just wondering whether DD is supported by any of the endpoint? And how to use it?