nhl_schedule
Get the NHL league schedule for the current week or a specified date's week, with games grouped by day. See matchup details including teams, scores, and venue.
Instructions
League schedule for the current week (or a given date's week), grouped by day.
Returns: {gameWeek:[{date, dayAbbrev, numberOfGames, games:[{id, startTimeUTC, gameState, gameType, homeTeam:{abbrev, score}, awayTeam:{…}, venue}]}], regularSeasonStartDate, regularSeasonEndDate, playoffEndDate, nextStartDate, previousStartDate}
Example: This week's games {"date": "now"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD, or 'now' for the current week. A 307 to the dated path is followed automatically. | now |