Hockey APIs
August 2nd, 2024
Broadcast Info by Game
Release Date | Feeds Affected | Benefit |
---|---|---|
08/02/2024 | Game Boxscore Game Play-by-Play Game Summary | We've added broadcast data for select Game endpoints. With this update, you will no longer have to parse the Schedule feeds for game broadcast info. Each game feed will now include the following broadcast info (when applicable): Channel, Locale (ex. home , away , National , International ), Network (ex. NHL Network , and Type (ex. TV , Internet , or Radio )See below for sample data. |
<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"/>
<broadcast type="Internet" locale="National" network="ESPN+"/>
<broadcast type="TV" locale="International" network="SportsNet"/>
<broadcast type="TV" locale="International" network="CBC"/>
<broadcast type="TV" locale="International" network="TVAS"/>
</broadcasts>
{
"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"
},
{
"type": "Internet",
"locale": "National",
"network": "ESPN+"
},
{
"type": "TV",
"locale": "International",
"network": "SportsNet"
},
{
"type": "TV",
"locale": "International",
"network": "CBC"
},
{
"type": "TV",
"locale": "International",
"network": "TVAS"
}
],
Update applies to: NHL v7, NCAA Men's Hockey v3