Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

NHL API

Conference Standings

Release DateFeeds AffectedBenefit
08/16/2023StandingsAdded support for team seasonal records against the Eastern and Western Conferences.

Beginning in the 2023-24 season all teams will have a east and west element under their records node within the Standings endpoint.
</team>
<team id="44159241-0f24-11e2-8525-18a905767e44" name="Flames" market="Calgary" sr_id="sr:team:3679" games_played="82" wins="38" losses="27" overtime_losses="17" win_pct="0.463" points="93" shootout_wins="2" shootout_losses="5" goals_for="263" goals_against="253" goal_diff="10" powerplays="252" powerplay_goals="50" powerplay_pct="19.8" powerplays_against="270" powerplay_goals_against="47" penalty_killing_pct="82.6" points_pct="67.1" points_per_game="1.1" regulation_wins="36">
    <streak>
        <win length="1"/>
    </streak>
    <records>
        <east wins="12" losses="12" overtime_losses="8" win_pct="0.375" goals_for="97" goals_against="95" points="32"/>
        <west wins="26" losses="15" overtime_losses="9" win_pct="0.52" goals_for="163" goals_against="157" points="61"/>
{
    "id": "44159241-0f24-11e2-8525-18a905767e44",
    "name": "Flames",
    "market": "Calgary",
    "sr_id": "sr:team:3679",
    "games_played": 82,
    "wins": 38,
    "losses": 27,
    "overtime_losses": 17,
    "win_pct": 0.463,
    "points": 93,
    "shootout_wins": 2,
    "shootout_losses": 5,
    "goals_for": 263,
    "goals_against": 253,
    "goal_diff": 10,
    "powerplays": 252,
    "powerplay_goals": 50,
    "powerplay_pct": 19.8,
    "powerplays_against": 270,
    "powerplay_goals_against": 47,
    "penalty_killing_pct": 82.6,
    "points_pct": 67.1,
    "points_per_game": 1.1,
    "regulation_wins": 36,
    "streak": {
        "kind": "win",
        "length": 1
    },
    "records": [
        {
            "record_type": "east",
            "wins": 12,
            "losses": 12,
            "overtime_losses": 8,
            "win_pct": 0.375,
            "goals_for": 97,
            "goals_against": 95,
            "points": 32
        },
        {
            "record_type": "west",
            "wins": 26,
            "losses": 15,
            "overtime_losses": 9,
            "win_pct": 0.52,
            "goals_for": 163,
            "goals_against": 157,
            "points": 61
        }
    ],
    "rank": {
        "division": 5,
        "conference": 9,
        "clinched": "eliminated",
        "wildcard": 3
    },
    "calc_rank": {
        "div_rank": 5,
        "conf_rank": 9
    }
},

Update applies to: NHL v7, NHL v6, NHL v5