- When I attmept to exercise a certain API using the main.py script below, the server usually (but not always) sends a 400.
- When I take a given url that generated a 400, and:
- Paste it into Chrome, I get a 200!
- Fire up python REPL and feed it to
requests.get
, I get a 200! I can do this repeatedly from "for loop" and always get 200's! - Open up Chrome debug tools and request if using
fetch
method, I get a 200!
- This API is extremely powerful (contains almost all statistics in history of NBA) but entirely undocumented.
- https://github.com/seemethere/nba_py/tree/master/docs are the best docs I've got.