nhl_game_landing
Get NHL game landing page with scoring summary by period, three stars, penalties, and team game stats for a given game ID.
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. |