
Pull Your First NHL Data from the Public NHL API
The NHL's public API needs no key. Pull live standings with a polite session, shape the JSON into a DataFrame, and chart goal differential by team.
The NHL's public API needs no key. Pull standings and play-by-play, then plot shots on a rink you draw yourself.
No tutorials match that filter.

The NHL's public API needs no key. Pull live standings with a polite session, shape the JSON into a DataFrame, and chart goal differential by team.

Pull a game's play-by-play from the NHL API, draw a rink in matplotlib, and plot one team's shot attempts in rink coordinates to see where they attack from.

Pull a team's full NHL schedule with scores, compute a rolling goal differential, and chart the peaks and slumps of a season - reading momentum straight from the data.

Use the NHL's stats-leaders endpoint to pull the top goal scorers, shape the nested JSON into a tidy table, and build a leaderboard chart with each player's team.