carsonsaldanha

Results 6 comments of carsonsaldanha

It seems that the data.nba.net API got shut down. I found this alternative API: https://cdn.nba.com/static/json/liveData/scoreboard/todaysScoreboard_00.json https://cdn.nba.com/static/json/liveData/boxscore/boxscore_{gameID}.json However, I haven't found an endpoint for current standings yet.

What API did you switch to on your repo btw? @rudymiked

I'm a bit confused as to how to format the request you sent. Could you show me an example in something like Postman? On Mon, Oct 31, 2022, 10:47 PM...

It seems to be blocking requests that are not from the nba.com domain despite using the provided headers. How did you get around this?

Mine still times out when making a request like this. Not sure if I'm missing any additional fields. ![image](https://user-images.githubusercontent.com/68826492/200254985-691240b5-1279-4698-8450-caf7f5aca864.png)

Same result. Are you able to make a request over JavaScript?