- Mar 7, 2011
- 1,404
- 269
(I have searched, both by google and here on hfboards. Also, sorry for non-fluent English.)
Is there any website or api online where you can download stats like the ones on hockeyref?
Looking at hockeyref (I recently subscribed) there are miscellaneous data, like TGF, TGA, PPGF, PPGA for every player. One can even list stats to see the stats for every player in the league in a long list. But, the list unfortunately just list the TOT stats for players having played on several teams during the season. So it's inclomplete; I would want to see it broken up to be shown as on this page (see link), where you for the 35 year old Gretzky see both his stats when playing for LAK and for STL respectively.
Wayne Gretzky Stats | Hockey-Reference.com
The list showing the misc stats for all players (you might need to subscribe) only list the TOT row for players having played on multiple teams during a season.
I also wonder if there exists data about which players were on ice when a goal was scored.
18 years ago, it was listed for each game at nhl.com. I found a way to write a program that downloaded that stat for all 1230 games. I had to download the wholes html pages, so the data was buried here and there in plain html, and there was inconsistency on how it was presented, etc. I probably spent more than 100 hours the program.
But today? Have they stopped listing the information?
Ideally, I would just want a long list (text/excel/json/etc) showing like (made up example):
2003-02-14 3rd 11:45 COL-WSH PP Forsberg (Sakic, Foote), 21,19,52,4,23,1, 33,34,32,12,1,-)
where 21=Forsberg, 19=Sakic, etc, followed by the oppponents on ice.
Or even better would be the player names. Or best of all the hockeyref keys, like forsbpe01, etc.
I really prefer hockeyref's keys, as opposed to more syntetical ones like 2342, 4325, 8439, etc. But those can do do, since I can translate them.
This information would add a lot of information about who played with who, or against who, and it would also open up for things like factual ES+/-, etc.
(A few of years ago, I tried the hockey summary project. Great work by the people involved, but unfortunately the data contained lots of errors, that took a lot of time to correct. It was also completely missing data for some seasons.)
So is there some api somewhere?
Or some place where the data is available as downloadable files?
(Though this thread is stat oriented, historical stats is referred to in basically every thread here.)
Is there any website or api online where you can download stats like the ones on hockeyref?
Looking at hockeyref (I recently subscribed) there are miscellaneous data, like TGF, TGA, PPGF, PPGA for every player. One can even list stats to see the stats for every player in the league in a long list. But, the list unfortunately just list the TOT stats for players having played on several teams during the season. So it's inclomplete; I would want to see it broken up to be shown as on this page (see link), where you for the 35 year old Gretzky see both his stats when playing for LAK and for STL respectively.
Wayne Gretzky Stats | Hockey-Reference.com
The list showing the misc stats for all players (you might need to subscribe) only list the TOT row for players having played on multiple teams during a season.
I also wonder if there exists data about which players were on ice when a goal was scored.
18 years ago, it was listed for each game at nhl.com. I found a way to write a program that downloaded that stat for all 1230 games. I had to download the wholes html pages, so the data was buried here and there in plain html, and there was inconsistency on how it was presented, etc. I probably spent more than 100 hours the program.
But today? Have they stopped listing the information?
Ideally, I would just want a long list (text/excel/json/etc) showing like (made up example):
2003-02-14 3rd 11:45 COL-WSH PP Forsberg (Sakic, Foote), 21,19,52,4,23,1, 33,34,32,12,1,-)
where 21=Forsberg, 19=Sakic, etc, followed by the oppponents on ice.
Or even better would be the player names. Or best of all the hockeyref keys, like forsbpe01, etc.
I really prefer hockeyref's keys, as opposed to more syntetical ones like 2342, 4325, 8439, etc. But those can do do, since I can translate them.
This information would add a lot of information about who played with who, or against who, and it would also open up for things like factual ES+/-, etc.
(A few of years ago, I tried the hockey summary project. Great work by the people involved, but unfortunately the data contained lots of errors, that took a lot of time to correct. It was also completely missing data for some seasons.)
So is there some api somewhere?
Or some place where the data is available as downloadable files?
(Though this thread is stat oriented, historical stats is referred to in basically every thread here.)