nhl_game_landing
Retrieve a completed NHL game's summary by game ID, including scoring by period, three stars, penalties, and team stats.
Instructions
Game landing page: scoring summary by period, three stars, penalties and team game stats.
Returns: {id, gameDate, gameState, homeTeam, awayTeam, summary:{scoring:[{periodDescriptor, goals:[{timeInPeriod, firstName, lastName, assists, strength}]}], penalties:[…], threeStars:[…], teamGameStats:[…]}, clock}
Example: One completed game {"gameId": 2024020500}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| gameId | Yes | NHL game id. Required — part of the URL path. |