Page 1 of 1
SI.com JSON PBP data feed
Posted: Fri Aug 08, 2014 7:35 pm
by kohanz
So it seems that in their transition to the SI.com domain (from sportsillustrated.cnn.com), the links from which I was previously able to get scoreboard and PBP JSON files (e.g.
http://data.si.com/jsonp/basketball/nba ... board.json) no longer work. Does anyone know if they are still available, but at another URL? I wasn't able to find anything using Chrome developer tools.
I don't really want to switch to NBA.com if they still don't have first names or initials for the players in the PBP
Re: SI.com JSON PBP data feed
Posted: Sat Aug 09, 2014 4:41 am
by sndesai1
Re: SI.com JSON PBP data feed
Posted: Sat Aug 09, 2014 1:57 pm
by kohanz
Re: SI.com JSON PBP data feed
Posted: Mon Aug 11, 2014 8:55 pm
by kohanz
Hmm, to my dismay they also completely changed the structure of the JSON. Time for more code changes...
Re: SI.com JSON PBP data feed
Posted: Wed Aug 13, 2014 7:35 pm
by kohanz
Anyone else using the new SI data? For some queries (e.g.
http://www.si.com/pbp/liveupdate?json=1 ... e=20131026), it returns "Array" instead of the expected JSON (e.g.
http://www.si.com/pbp/liveupdate?json=1 ... e=20131025).
Re: SI.com JSON PBP data feed
Posted: Wed Aug 13, 2014 9:05 pm
by kohanz
Yeah... so I'm stupid. That's what returned for dates on which there were no games.
Re: SI.com JSON PBP data feed
Posted: Wed Aug 20, 2014 10:29 pm
by boooeee
Thanks for the heads up on this. I use the SI JSON data for my win probability graphs, but it's been an offseason project of mine to switch to the NBA.com JSON data (so I can start adding seasons going back to ~1996-97).
But the SI data is so much easier to work with. Very nicely structured. The NBA.com data is a mess. The fact that they use just last names in the play descriptions makes me irrationally angry.