name mode size
..
.gitignore 100644
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