name mode size
..
download-game-feeds 100755 2.28kB
download-player-stats 100755 4.89kB
download-season-schedule 100755 483B
fixtures 100755 1.77kB
get-date-for 100755 356B
json2msgpack 100755 116B
tail-logs 100755 244B
track-all-games 100755 548B
track-game 100755 8.2kB
README.md
# NHL stats This repo will contain scripts for dumping full NHL game feeds. ## API URLs This page contains docs on the API: https://gitlab.com/dword4/nhlapi/-/blob/master/stats-api.md The main API endpoint is https://statsapi.web.nhl.com/api/v1 The important endpoints are /game/ID/feed/live which contains the full game info, including all plays, and /game/ID/linescore which contains aggregate statistics for each player during the match. Game discovery is via /schedule query strings are used to get schedule data between certain dates or for a whole season with: ?season=20172018