sportsdataio_nhl_games_by_date
Fetches NHL games for a specified date, including point spreads and over/under totals. Provide a YYYY-MM-DD date to receive game details, scores, and odds.
Instructions
NHL games on a date, with the line.
Returns: [{GameID, Season, Status, DateTime, AwayTeam, HomeTeam, AwayTeamScore, HomeTeamScore, Period, TimeRemainingMinutes, PointSpread, OverUnder, Periods:[…]}] — SHAPE FROM VENDOR DOCS. The keyless official nhl provider is deeper for play-by-play and box scores.
NOTE: this shape is from the vendor's documentation and has NOT been verified against a live response (we hold no key for this provider). Treat it as approximate — inspect the actual payload before relying on a field name.
Example: A date's NHL games {"date": "2024-01-15"}
Auth: needs your own key in SPORTSDATAIO_MLB_KEY or SPORTSDATAIO_NBA_KEY or SPORTSDATAIO_NFL_KEY or SPORTSDATAIO_NHL_KEY.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | Yes | YYYY-MM-DD. Required — part of the URL path. |