Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

NHL API

Team Record by Game

Release DateFeeds AffectedBenefit
08/02/2024Game Boxscore

Game Summary
We've added team records to games in the Game Boxscore and Game Summary endpoints.

Home and away team entries will include total year-to-date wins, losses, and overtime_losses. Records are updated post-game based on the game outcome.
{
    "id": "5c39dd5c-1953-42b9-9cf1-47001d62c7bf",
    "status": "closed",
    "coverage": "full",
    "scheduled": "2024-06-25T00:00:00+00:00",
    "attendance": 19939,
    "entry_mode": "INGEST",
    "start_time": "2024-06-25T00:23:01+00:00",
    "end_time": "2024-06-25T02:53:46+00:00",
    "total_game_duration": "60:00",
    "clock": "00:00",
    "period": 3,
    "sr_id": "sr:match:49470521",
    "reference": "30417",
    "clock_decimal": "00:00",
    "broadcasts": [
        {
            "type": "TV",
            "locale": "National",
            "network": "ABC"
        }
    ],
    "season": {
        "id": "a080271b-0832-47c6-ba3d-74d21e4d2b6d",
        "year": 2023,
        "type": "PST"
    },
    "time_zones": {
        "venue": "US/Eastern",
        "home": "US/Eastern",
        "away": "US/Mountain"
    },
    "home": {
        "id": "4418464d-0f24-11e2-8525-18a905767e44",
        "name": "Panthers",
        "market": "Florida",
        "points": 2,
        "sr_id": "sr:team:3687",
        "reference": "13",
        "strength": "even",
        "record": {
            "wins": 52,
            "losses": 24,
            "overtime_losses": 6
        },
<game xmlns="http://feed.elasticstats.com/schema/hockey/game-v7.0.xsd" id="5c39dd5c-1953-42b9-9cf1-47001d62c7bf" status="closed" coverage="full" scheduled="2024-06-25T00:00:00+00:00" attendance="19939" entry_mode="INGEST" start_time="2024-06-25T00:23:01+00:00" end_time="2024-06-25T02:53:46+00:00" total_game_duration="60:00" clock="00:00" period="3" sr_id="sr:match:49470521" reference="30417" clock_decimal="00:00" home_team="4418464d-0f24-11e2-8525-18a905767e44" away_team="4415ea6c-0f24-11e2-8525-18a905767e44">
    <broadcasts>
        <broadcast type="TV" locale="National" network="ABC"/>
    </broadcasts>
    <season id="a080271b-0832-47c6-ba3d-74d21e4d2b6d" year="2023" type="PST"/>
    <time_zones venue="US/Eastern" home="US/Eastern" away="US/Mountain"/>
    <team id="4418464d-0f24-11e2-8525-18a905767e44" name="Panthers" market="Florida" points="2" sr_id="sr:team:3687" reference="13" strength="even" home="true">
        <record wins="52" losses="24" overtime_losses="6"/>
        <scoring>
            <period number="1" sequence="1" points="1"/>
            <period number="2" sequence="2" points="1"/>
            <period number="3" sequence="3" points="0"/>

Update applies to: NHL v7