ynnadkrap / balldontlie

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

Love the API wondering about playoffs #116

Closed nealmick closed 1 year ago

nealmick commented 1 year ago

Hey just wanted to say how appreciative I am that this API exists. I learned so much from this project and its been a crucial data source for a long time. I have been building A web app designed to consolidate and manage NBA data for machine learning analysis using tensorflow. The data from this api is cached and combined with data from other sources with things like player ESPN images, and injury status.

The main data search page is available here: https://nbadata.cloud/predict/teams/ Individual players can be viewed using there api id for example player 434 here: https://nbadata.cloud/predict/player-details/434 Also the main repo is available here: https://github.com/nealmick/bb

As the season is ending i am wondering about playoffs starting in a week or so. I think i remember last year the games updated no problem but i may be wrong, it's been a while. Currently i am unable to access play off games, using the endpoint below. https://www.balldontlie.io/api/v1/games?dates[]=2023-04-15

Thanks again, and any insights about the upcoming playoffs is greatly appreciated!

nealmick commented 1 year ago

Today's games are showing up now, Everything seems to be working, thanks a bunch!