nhl_club_schedule
Get a complete season schedule and results for an NHL team, including game dates, scores, venues, and outcomes. Provide the team abbreviation and season (e.g., 20242025).
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. |