NHL Stats Dashboard: Scrapes, transforms, and stores NHL data, providing API endpoints for players, goalies, standings, and matchups, with a daily email newsletter for game results.
Returns top point getters. Use limit to filter the amount of players, default is 10
/players/top-point-getters?limit=2Returns top goal scorers. Use limit to filter the amount of players, default is 10
/players/top-goals?limit=5Returns goalies by save percentage
/goalies/top-save-percentage?limit=5Returns all goalies from a team by their ID
/goalies/get-goalies-by-team/6Get division by division name. Divisions are: metropolitan, atlantic, pacific, central
/standings/division/centralReturns conference standings. Options: eastern or western
/standings/conference/easternGet matchup by team id. Returns all home and away games
/matchups/team/2