Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

NHL API

Season Identity by Game

Release DateFeeds AffectedBenefit
06/25/2024Game Analytics

Game Boxscore

Game Faceoffs

Game Play-by-Play

Game Shot Zones

Game Summary

Game Time on Ice
We've added the season id, year, and type to all Game endpoints going forward.

You can easily identify a game's season info without having to reference separate endpoints.
<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">
    <season id="a080271b-0832-47c6-ba3d-74d21e4d2b6d" year="2023" type="PST"/>
{
    "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",
    "season": {
        "id": "a080271b-0832-47c6-ba3d-74d21e4d2b6d",
        "year": 2023,
        "type": "PST"
    },

Update applies to: NHL v7