ynnadkrap / balldontlie

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

Structure for getting 2020 games different? #51

Closed treyg closed 3 years ago

treyg commented 3 years ago

Is the link structure for getting games for this season different than last? I'm able to get last seasons games still with this structure: https://www.balldontlie.io/api/v1/games?seasons[]=2019&team_ids[]=9&per_page=82

But when I switch out the 2019 for 2020 I'm getting an empty array.

Thanks!

alexfayad commented 3 years ago

The original data source only pulls games before they happen, it doesn't pull all games for the upcoming season.

alexfayad commented 3 years ago

I'd expect the night before or day of the season starting, the dataset will be updated.

BaronBeans commented 3 years ago

Any news on this? I was expecting to start seeing the data today?

ynnadkrap commented 3 years ago

Updated

treyg commented 3 years ago

Updated

Thank you!