nhl_standings
Retrieve NHL standings for any date, including division, conference, wildcard sequences, and clinch indicators. Input a date or 'now' for current data.
Instructions
League standings with division/conference/wildcard sequencing and clinch indicators.
Returns: {standings:[{teamName:{default}, teamAbbrev:{default}, conferenceName, divisionName, gamesPlayed, wins, losses, otLosses, points, pointPctg, goalFor, goalAgainst, goalDifferential, divisionSequence, conferenceSequence, wildcardSequence, l10Wins, streakCode, streakCount, clinchIndicator}], wildCardIndicator, standingsDateTimeUtc}
Example: Current standings {"date": "now"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | YYYY-MM-DD for standings as at that date, or 'now'. | now |