nhl_club_schedule
Retrieve a complete NHL team season schedule with results, including scores, game types, and venues, for any season by supplying team abbreviation and season.
Instructions
One club's entire season schedule with results — the team game log.
Returns: {games:[{id, gameDate, gameType, gameState, homeTeam:{abbrev, score}, awayTeam:{abbrev, score}, gameOutcome:{lastPeriodType}, venue, neutralSite}], currentSeason, previousSeason, nextSeason, clubTimezone} (~200 KB for a full season)
Example: Toronto's full 2024-25 season {"team": "TOR", "season": "20242025"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team | Yes | 3-letter club abbreviation. Required — part of the URL path. | |
| season | Yes | Concatenated-year season, e.g. 20242025. Required — part of the URL path. |