nhl_scores
Retrieve live NHL scores for any date, showing each game's current score, clock, period, and goals. Tracks game progress and state.
Instructions
Live scoreboard: every game on a date with current score, clock and period.
Returns: {currentDate, prevDate, nextDate, games:[{id, gameState, gameScheduleState, startTimeUTC, homeTeam:{abbrev, score, sog}, awayTeam:{…}, clock:{timeRemaining, running, inIntermission}, periodDescriptor:{number, periodType}, goals:[…]}], gameWeek:[…]}
Example: Today's scores {"date": "now"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD, or 'now' for today. | now |