nhl_boxscore
Retrieve a complete NHL box score for a single game, including player stats for goals, assists, plus-minus, shots, hits, blocks, and time on ice for both teams.
Instructions
Full box score for one game: both lineups with goals, assists, plus-minus, shots, hits, blocks and time on ice.
Returns: {id, gameDate, gameState, gameOutcome, homeTeam:{abbrev, score, sog}, awayTeam:{…}, playerByGameStats:{homeTeam:{forwards:[{playerId, name, goals, assists, points, plusMinus, sog, hits, blockedShots, toi}], defense:[…], goalies:[…]}, awayTeam:{…}}, clock, periodDescriptor}
Example: One completed game {"gameId": 2024020500}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | NHL game id (from nhl_schedule / nhl_scores). Required — part of the URL path. |