ynnadkrap / balldontlie

NBA API
http://www.balldontlie.io
225 stars 19 forks source link

New Season Scores #91

Closed nealmick closed 1 year ago

nealmick commented 1 year ago

The new season has started and it appears as though game stats are not updating.

Example no updated game stats from yesterday 10-18-22: https://www.balldontlie.io/api/v1/games/857356

Same game: https://www.nba.com/game/lal-vs-gsw-0022200002/box-score

appreciate any insights

EliotChignell commented 1 year ago

I'm having a similar issue with season_averages – they don't look like they've updated for the season yet but I'll give it a few days.

Here are some endpoints as alternatives if they are useful:

https://cdn.nba.com/static/json/liveData/scoreboard/todaysScoreboard_00.json (this just gives you the live scores for today)

And there's also a schedule thing for the entire season: https://cdn.nba.com/static/json/staticData/scheduleLeagueV2_1.json (scores do not update live on this one, only on the previous endpoint)

There's boxscores as well: https://cdn.nba.com/static/json/liveData/boxscore/boxscore_${gameID}.json

ynnadkrap commented 1 year ago

it looks like the endpoints changed. give me a few days to fix this.

ynnadkrap commented 1 year ago

we're back baby 🚀

nealmick commented 1 year ago

No way i just checked. Everything is working perfectly!! thanks a bunch!!!