jasonroman / nba-api

PHP Library to access NBA API endpoints
MIT License
95 stars 14 forks source link

standings_all request with date paremeter is failing with dates higher than 201903111 #13

Closed victorMaestro1994 closed 4 years ago

victorMaestro1994 commented 4 years ago

Hello!

standings_all request with date paremeter is failing with dates higher than 201903111

Example: This work: http://data.nba.net/prod/v1/201903110/standings_all.json

But when I try it with higher dates: HTTP ERROR 404 http://data.nba.net/prod/v1/201903111/standings_all.json

Thanks and regards have a nice day :)

jasonroman commented 4 years ago

Hello,

Unfortunately I have no control over what data or URLs are valid; my API is merely a tool to access statistics from public NBA sources. The NBA can change this at any time.

Sometimes data does not work one day and then works the next. For this individual instance there is a decent chance the NBA stopped using this data point and no longer updated it after that date.

Hope that helps!