WNBA data
Posted: Sat Jun 20, 2015 7:07 pm
Has anyone done work with WNBA data or have a better knowledge of websites? They updated (terribly) the wnba.com website this past offseason, but keep running into issues. Using this game for all my examples: http://www.wnba.com/game/20150616/MINLAS/
Here are sample URLs for the various WNBA underlying XML files:
boxscore: http://data.wnba.com/data/5s/xml/wnbaco ... xscore.xml
shotchart: http://data.wnba.com/data/5s/xml/wnbaco ... rt_all.xml
pbp: http://data.wnba.com/data/5s/xml/wnbaco ... bp_all.xml
Appears they no longer are updating these as of June 19th games (last boxscore was June 16th). Not sure if it has anything to do with how the new site updates but if you go to the old site using this origin url address: http://origin.wnba.com/gameline/20150616/ they have results here till the 6/16 but not on 6/19.
What does appear to be new is that the boxscores have JSON files, done by quarter though:
http://data.wnba.com/data/10s/v2015/jso ... 1_pbp.json
Looking for any ideas on how to reverse engineering any of these URLs that might have changed, or someone with more knowledge of websites might be able to see what is going on.
Here are sample URLs for the various WNBA underlying XML files:
boxscore: http://data.wnba.com/data/5s/xml/wnbaco ... xscore.xml
shotchart: http://data.wnba.com/data/5s/xml/wnbaco ... rt_all.xml
pbp: http://data.wnba.com/data/5s/xml/wnbaco ... bp_all.xml
Appears they no longer are updating these as of June 19th games (last boxscore was June 16th). Not sure if it has anything to do with how the new site updates but if you go to the old site using this origin url address: http://origin.wnba.com/gameline/20150616/ they have results here till the 6/16 but not on 6/19.
What does appear to be new is that the boxscores have JSON files, done by quarter though:
http://data.wnba.com/data/10s/v2015/jso ... 1_pbp.json
Looking for any ideas on how to reverse engineering any of these URLs that might have changed, or someone with more knowledge of websites might be able to see what is going on.