NHL Daily Boxscores API Documentation
You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.
This endpoint updates every 1 second.
Description
This endpoint returns NHL boxscores by date.
API Endpoint
https://api.sportsblaze.com/nhl/v1/boxscores/daily/{date}.json
Parameters
key
(required)
Your SportsBlaze API key.
type
The season type (e.g. Regular Season
or Playoffs
). Separate multiple types with a comma (e.g. Preseason,Regular Season
).
id
The game id (e.g. 1bbc5a79-548e-5480-99ff-98fd4b8e27bd
). Separate multiple ids with a comma (e.g. 1bbc5a79-548e-5480-99ff-98fd4b8e27bd,ad125d78-8e06-5c30-8bb0-0fda430ac608
).
team
The away or home team id or name (e.g. 243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba
or Philadelphia Flyers
). Separate multiple teams with a comma (e.g. Philadelphia Flyers,New Jersey Devils
).
status
The game status (e.g. Scheduled
or In Progress
). Separate multiple status with a comma (e.g. Scheduled,Final
).
Example URLs
2025-03-31 daily boxscores:
https://api.sportsblaze.com/nhl/v1/boxscores/daily/2025-03-31.json?key=your_key
Example Response
{
"league": {
"id": "nhl",
"name": "NHL",
"sport": "Hockey"
},
"games": [
{
"season": {
"year": 2024,
"type": "Regular Season"
},
"id": "1bbc5a79-548e-5480-99ff-98fd4b8e27bd",
"teams": {
"away": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"home": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
}
},
"date": "2025-03-31T23:00:00Z",
"status": "Final",
"venue": {
"name": "Prudential Center",
"location": "Newark"
},
"broadcasts": [
{
"name": "NHLN",
"type": "TV",
"country": "United States",
"market": "National"
},
{
"name": "FDSNNO",
"type": "TV",
"country": "United States",
"market": "Away"
},
{
"name": "MSGSN",
"type": "TV",
"country": "United States",
"market": "Home"
},
{
"name": "FDSNWIX",
"type": "TV",
"country": "United States",
"market": "Away"
}
],
"scores": {
"periods": [
{
"number": 1,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 1
}
},
{
"number": 2,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 0
}
},
{
"number": 3,
"type": "Regulation",
"away": {
"goals": 2
},
"home": {
"goals": 1
}
},
{
"number": 4,
"type": "Overtime",
"away": {
"goals": 0
},
"home": {
"goals": 0
}
},
{
"number": 5,
"type": "Shootout",
"away": {
"goals": 0
},
"home": {
"goals": 1
}
}
],
"total": {
"away": {
"goals": 2,
"shots_on_goal": 30
},
"home": {
"goals": 3,
"shots_on_goal": 28
}
}
},
"scoring": {
"periods": [
{
"number": 1,
"type": "Regulation",
"plays": [
{
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
},
"scorer": {
"id": "cd7ca089-6d87-5a7e-809e-3f2259cfb794",
"name": "Luke Hughes"
},
"strength": "Even Strength",
"time": "12:30",
"shot": "Wrist",
"highlight": "https://nhl.com/video/min-njd-hughes-scores-goal-against-filip-gustavsson-6370851338112",
"assists": [
{
"id": "86625b7e-6a7b-51af-90d6-4c6cbd3e1d77",
"name": "Brett Pesce"
},
{
"id": "6e9d1ae9-6ab1-5ed5-a017-54d2f14c8d94",
"name": "Justin Dowling"
}
],
"score": {
"away": 0,
"home": 1
}
}
]
},
{
"number": 2,
"type": "Regulation",
"plays": []
},
{
"number": 3,
"type": "Regulation",
"plays": [
{
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"scorer": {
"id": "60543d56-1648-5e69-b647-c3e33bf7bd4f",
"name": "Vinnie Hinostroza"
},
"strength": "Even Strength",
"time": "2:57",
"shot": "Tip In",
"highlight": "https://nhl.com/video/min-njd-hinostroza-scores-goal-against-jacob-markstrom-6370852511112",
"assists": [
{
"id": "bb3606d6-19a4-5a9a-a6b9-f084b518acae",
"name": "Jake Middleton"
},
{
"id": "41588af7-9872-5bc7-a69b-0b17115eebff",
"name": "Jon Merrill"
}
],
"score": {
"away": 1,
"home": 1
}
},
{
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
},
"scorer": {
"id": "61f238c6-b215-5adb-8b1b-c9ebdb25698e",
"name": "Nico Hischier"
},
"strength": "Even Strength",
"time": "9:12",
"shot": "Tip In",
"highlight": "https://nhl.com/video/nico-hischier-with-a-goal-vs-minnesota-wild-6370852613112",
"assists": [
{
"id": "9f8e1116-2f13-58ba-ac03-b79cd8909a6e",
"name": "Stefan Noesen"
},
{
"id": "cd7ca089-6d87-5a7e-809e-3f2259cfb794",
"name": "Luke Hughes"
}
],
"score": {
"away": 1,
"home": 2
}
},
{
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"scorer": {
"id": "56c19f37-efe3-542d-8c7d-0332339503e6",
"name": "Matt Boldy"
},
"strength": "Even Strength",
"time": "17:52",
"shot": "Backhand",
"highlight": "https://nhl.com/video/min-njd-boldy-scores-goal-against-jacob-markstrom-6370854699112",
"assists": [
{
"id": "5df21d8d-84c4-5555-b183-0bdab1774ac2",
"name": "Marcus Foligno"
}
],
"score": {
"away": 2,
"home": 2
}
}
]
},
{
"number": 4,
"type": "Overtime",
"plays": []
}
]
},
"shootout": [
{
"sequence": 1,
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
},
"shooter": {
"id": "af048ab5-839d-5163-a523-211f98acfcc3",
"name": "Paul Cotter"
},
"shot": "Wrist",
"result": "Goal",
"winner": true
},
{
"sequence": 2,
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"shooter": {
"id": "525f5fe0-55e8-5638-b61e-541dc4da2503",
"name": "Mats Zuccarello"
},
"shot": "Wrist",
"result": "Save",
"winner": false
},
{
"sequence": 3,
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
},
"shooter": {
"id": "5916cc36-fe01-53da-a575-6aad169e3879",
"name": "Jesper Bratt"
},
"shot": "Backhand",
"result": "Goal",
"winner": false
},
{
"sequence": 4,
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"shooter": {
"id": "56c19f37-efe3-542d-8c7d-0332339503e6",
"name": "Matt Boldy"
},
"shot": "Wrist",
"result": "Save",
"winner": false
}
],
"stars": [
{
"star": 1,
"player": {
"id": "8f2b5007-f3ea-5d10-984d-f204e32e0459",
"name": "Jacob Markstrom"
},
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
}
},
{
"star": 2,
"player": {
"id": "56c19f37-efe3-542d-8c7d-0332339503e6",
"name": "Matt Boldy"
},
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
}
},
{
"star": 3,
"player": {
"id": "61f238c6-b215-5adb-8b1b-c9ebdb25698e",
"name": "Nico Hischier"
},
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
}
}
],
"penalties": {
"periods": [
{
"number": 1,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"player": {
"id": "7bf8bfa5-2e25-5728-85a7-60dc2237dc74",
"name": "Jonas Brodin"
},
"type": "Minor",
"infraction": "Holding",
"time": "18:10",
"duration": 2
}
]
},
{
"number": 2,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
},
"player": {
"id": "c2799154-9cf1-56f3-88e6-9c61731c0a07",
"name": "Johnathan Kovacevic"
},
"type": "Minor",
"infraction": "Tripping",
"time": "1:23",
"duration": 2
},
{
"team": {
"id": "aa065732-6f00-51ec-a38f-b5d7ca0b57bc",
"name": "New Jersey Devils"
},
"player": {
"id": "50b62404-622a-516b-8675-f53dc78a0d86",
"name": "Brian Dumoulin"
},
"type": "Minor",
"infraction": "Holding",
"time": "11:14",
"duration": 2
}
]
},
{
"number": 3,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "24d2013c-acb5-55aa-a500-0b5e29c10b85",
"name": "Minnesota Wild"
},
"player": {
"id": "6390a107-60cb-59da-bda3-6d933754247e",
"name": "Ryan Hartman"
},
"type": "Minor",
"infraction": "Hooking",
"time": "10:54",
"duration": 2
}
]
},
{
"number": 4,
"type": "Overtime",
"penalties": []
}
]
},
"stats": {
"away": {
"assists": 3,
"blocked_shots": 18,
"even_strength_goals_against": 2,
"even_strength_saves": 24,
"even_strength_shots_against": 26,
"faceoff_winning_pct": 0.528302,
"giveaways": 13,
"goals": 2,
"goals_against": 2,
"hits": 25,
"penalty_minutes": 4,
"plus_minus": 0,
"points": 5,
"power_play": "0/2",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 1,
"power_play_shots_against": 1,
"save_pct": 0.928571,
"saves": 26,
"shifts": 357,
"shorthanded_goals_against": 0,
"shorthanded_saves": 1,
"shorthanded_shots_against": 1,
"shots_against": 28,
"shots_on_goal": 30,
"takeaways": 5
},
"home": {
"assists": 4,
"blocked_shots": 13,
"even_strength_goals_against": 2,
"even_strength_saves": 26,
"even_strength_shots_against": 28,
"faceoff_winning_pct": 0.471698,
"giveaways": 23,
"goals": 2,
"goals_against": 2,
"hits": 23,
"penalty_minutes": 4,
"plus_minus": 0,
"points": 6,
"power_play": "0/2",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 2,
"power_play_shots_against": 2,
"save_pct": 0.933333,
"saves": 28,
"shifts": 367,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 30,
"shots_on_goal": 28,
"takeaways": 3
}
},
"rosters": {
"away": [
{
"id": "56c19f37-efe3-542d-8c7d-0332339503e6",
"name": "Matt Boldy",
"position": "L",
"number": "12",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 1,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "26:32"
}
},
{
"id": "c91df6ea-f40d-5334-9378-52b226f958ed",
"name": "Yakov Trenin",
"position": "C",
"number": "13",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 1,
"giveaways": 0,
"goals": 0,
"hits": 4,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 12,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "9:26"
}
},
{
"id": "1738bb1b-7cc1-5b21-8f6a-ab32756e1be0",
"name": "Justin Brazeau",
"position": "R",
"number": "15",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 10,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "8:03"
}
},
{
"id": "5df21d8d-84c4-5555-b183-0bdab1774ac2",
"name": "Marcus Foligno",
"position": "L",
"number": "17",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 6,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "18:45"
}
},
{
"id": "60543d56-1648-5e69-b647-c3e33bf7bd4f",
"name": "Vinnie Hinostroza",
"position": "C",
"number": "18",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 1,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 16,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "11:25"
}
},
{
"id": "16847fcc-1726-5fca-9324-986ec25bfba8",
"name": "Devin Shore",
"position": "C",
"number": "19",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.666667,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 12,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "9:36"
}
},
{
"id": "085a8c03-03f6-5097-a494-7d5d82138f69",
"name": "Marco Rossi",
"position": "C",
"number": "23",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.352941,
"giveaways": 2,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "23:04"
}
},
{
"id": "525f5fe0-55e8-5638-b61e-541dc4da2503",
"name": "Mats Zuccarello",
"position": "R",
"number": "36",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "19:56"
}
},
{
"id": "6390a107-60cb-59da-bda3-6d933754247e",
"name": "Ryan Hartman",
"position": "R",
"number": "38",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.4,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "13:41"
}
},
{
"id": "54ac9d08-2b8b-5f0f-8963-eae7f56f37e2",
"name": "Gustav Nyquist",
"position": "R",
"number": "41",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "15:57"
}
},
{
"id": "d0ca669d-50c0-5548-b33a-130654099bcf",
"name": "Frederick Gaudreau",
"position": "C",
"number": "89",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 3,
"faceoff_winning_pct": 0.684211,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "17:08"
}
},
{
"id": "caadee96-64e5-5944-be93-772491eaaa37",
"name": "Marcus Johansson",
"position": "L",
"number": "90",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "19:00"
}
},
{
"id": "41588af7-9872-5bc7-a69b-0b17115eebff",
"name": "Jon Merrill",
"position": "D",
"number": "4",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 13,
"shots_on_goal": 0,
"takeaways": 1,
"time_on_ice": "11:25"
}
},
{
"id": "bb3606d6-19a4-5a9a-a6b9-f084b518acae",
"name": "Jake Middleton",
"position": "D",
"number": "5",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 1,
"power_play_goals": 0,
"shifts": 28,
"shots_on_goal": 4,
"takeaways": 1,
"time_on_ice": "23:34"
}
},
{
"id": "eb908045-eb2f-5f43-bb7b-16f3908ea1c0",
"name": "Brock Faber",
"position": "D",
"number": "7",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 30,
"shots_on_goal": 3,
"takeaways": 1,
"time_on_ice": "25:16"
}
},
{
"id": "ffeae783-dd2b-5364-aecc-5de622601482",
"name": "Zach Bogosian",
"position": "D",
"number": "24",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 15,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "11:54"
}
},
{
"id": "7bf8bfa5-2e25-5728-85a7-60dc2237dc74",
"name": "Jonas Brodin",
"position": "D",
"number": "25",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 28,
"shots_on_goal": 4,
"takeaways": 1,
"time_on_ice": "23:05"
}
},
{
"id": "c2b9f3cb-9335-5503-8283-e46eac11c638",
"name": "Jared Spurgeon",
"position": "D",
"number": "46",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 29,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "23:13"
}
},
{
"id": "b28e8a83-97a9-59b7-8afb-d8cefea4ea9a",
"name": "Marc-Andre Fleury",
"position": "G",
"number": "29",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
},
{
"id": "e4dca473-f141-5c59-a031-106c13980e85",
"name": "Filip Gustavsson",
"position": "G",
"number": "32",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 2,
"even_strength_saves": 24,
"even_strength_shots_against": 26,
"goals_against": 2,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 1,
"power_play_shots_against": 1,
"save_pct": 0.928571,
"saves": 26,
"shorthanded_goals_against": 0,
"shorthanded_saves": 1,
"shorthanded_shots_against": 1,
"shots_against": 28,
"time_on_ice": "65:00"
}
}
],
"home": [
{
"id": "8be28bcf-3965-59dc-9840-4ba98f0b0e27",
"name": "Daniel Sprong",
"position": "R",
"number": "10",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 13,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "11:03"
}
},
{
"id": "9f8e1116-2f13-58ba-ac03-b79cd8909a6e",
"name": "Stefan Noesen",
"position": "R",
"number": "11",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "18:23"
}
},
{
"id": "61f238c6-b215-5adb-8b1b-c9ebdb25698e",
"name": "Nico Hischier",
"position": "C",
"number": "13",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.592593,
"giveaways": 2,
"goals": 1,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 26,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "25:18"
}
},
{
"id": "44dd88e5-fa1b-5ebc-bce7-ebd8518abe34",
"name": "Ondrej Palat",
"position": "L",
"number": "18",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "13:08"
}
},
{
"id": "89560080-87d0-500b-a272-6513a36c8efa",
"name": "Timo Meier",
"position": "R",
"number": "28",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 4,
"takeaways": 1,
"time_on_ice": "18:41"
}
},
{
"id": "6e9d1ae9-6ab1-5ed5-a017-54d2f14c8d94",
"name": "Justin Dowling",
"position": "C",
"number": "37",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 0.25,
"giveaways": 2,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 1,
"power_play_goals": 0,
"shifts": 16,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "11:30"
}
},
{
"id": "dec61193-f003-5b8f-8cf1-719bc8c043b9",
"name": "Curtis Lazar",
"position": "C",
"number": "42",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.333333,
"giveaways": 0,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 12,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "9:25"
}
},
{
"id": "af048ab5-839d-5163-a523-211f98acfcc3",
"name": "Paul Cotter",
"position": "C",
"number": "47",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "11:18"
}
},
{
"id": "ebd662ab-5112-5554-9964-d07a895d58cf",
"name": "Erik Haula",
"position": "L",
"number": "56",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.333333,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "15:11"
}
},
{
"id": "5916cc36-fe01-53da-a575-6aad169e3879",
"name": "Jesper Bratt",
"position": "L",
"number": "63",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 6,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 27,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "24:08"
}
},
{
"id": "de36e1da-f430-5ace-b4a0-f54d1c6b07ea",
"name": "Tomas Tatar",
"position": "L",
"number": "90",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "12:43"
}
},
{
"id": "f24492ae-6db7-557a-b429-c43fbef1749b",
"name": "Dawson Mercer",
"position": "C",
"number": "91",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0.6,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "18:24"
}
},
{
"id": "50b62404-622a-516b-8675-f53dc78a0d86",
"name": "Brian Dumoulin",
"position": "D",
"number": "2",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 0,
"hits": 2,
"penalty_minutes": 2,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 27,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "18:52"
}
},
{
"id": "91bce282-b166-5795-99c7-a2729cf52e22",
"name": "Brenden Dillon",
"position": "D",
"number": "5",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "15:10"
}
},
{
"id": "c2799154-9cf1-56f3-88e6-9c61731c0a07",
"name": "Johnathan Kovacevic",
"position": "D",
"number": "8",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 26,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "20:27"
}
},
{
"id": "abd809a5-89ff-59b5-957f-52a650c1c4b5",
"name": "Simon Nemec",
"position": "D",
"number": "17",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 11,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "11:12"
}
},
{
"id": "86625b7e-6a7b-51af-90d6-4c6cbd3e1d77",
"name": "Brett Pesce",
"position": "D",
"number": "22",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 30,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "26:56"
}
},
{
"id": "cd7ca089-6d87-5a7e-809e-3f2259cfb794",
"name": "Luke Hughes",
"position": "D",
"number": "43",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 1,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 2,
"power_play_goals": 0,
"shifts": 27,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "29:11"
}
},
{
"id": "8f2b5007-f3ea-5d10-984d-f204e32e0459",
"name": "Jacob Markstrom",
"position": "G",
"number": "25",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 2,
"even_strength_saves": 26,
"even_strength_shots_against": 28,
"goals_against": 2,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 2,
"power_play_shots_against": 2,
"save_pct": 0.933333,
"saves": 28,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 30,
"time_on_ice": "65:00"
}
},
{
"id": "35804650-bd7f-599d-946c-b98a34f3d6f0",
"name": "Jake Allen",
"position": "G",
"number": "34",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
}
]
}
},
{
"season": {
"year": 2024,
"type": "Regular Season"
},
"id": "ad125d78-8e06-5c30-8bb0-0fda430ac608",
"teams": {
"away": {
"id": "f8a325b5-0243-5e71-bffb-8342fdc41c44",
"name": "Nashville Predators"
},
"home": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
}
},
"date": "2025-03-31T23:00:00Z",
"status": "Final",
"venue": {
"name": "Wells Fargo Center",
"location": "Philadelphia"
},
"broadcasts": [
{
"name": "FDSNSO",
"type": "TV",
"country": "United States",
"market": "Away"
},
{
"name": "NBCSP",
"type": "TV",
"country": "United States",
"market": "Home"
}
],
"scores": {
"periods": [
{
"number": 1,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 0
}
},
{
"number": 2,
"type": "Regulation",
"away": {
"goals": 1
},
"home": {
"goals": 2
}
},
{
"number": 3,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 0
}
}
],
"total": {
"away": {
"goals": 1,
"shots_on_goal": 29
},
"home": {
"goals": 2,
"shots_on_goal": 18
}
}
},
"scoring": {
"periods": [
{
"number": 1,
"type": "Regulation",
"plays": []
},
{
"number": 2,
"type": "Regulation",
"plays": [
{
"team": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
},
"scorer": {
"id": "37faf183-022d-5ded-972d-60d9130a9e87",
"name": "Ryan Poehling"
},
"strength": "Even Strength",
"time": "8:50",
"shot": "Tip In",
"highlight": "https://nhl.com/video/nsh-phi-poehling-scores-goal-against-justus-annunen-6370851195112",
"assists": [
{
"id": "56b686c0-737d-51b0-b864-4213904504fd",
"name": "Travis Konecny"
},
{
"id": "10051687-5f2a-5355-80ce-af184cf09f13",
"name": "Matvei Michkov"
}
],
"score": {
"away": 0,
"home": 1
}
},
{
"team": {
"id": "f8a325b5-0243-5e71-bffb-8342fdc41c44",
"name": "Nashville Predators"
},
"scorer": {
"id": "484c4b33-8a9a-5cc0-a7d9-7b4b75c80e32",
"name": "Zachary L'Heureux"
},
"strength": "Even Strength",
"time": "13:14",
"shot": "Backhand",
"highlight": "https://nhl.com/video/nsh-phi-l-heureux-scores-goal-against-ivan-fedotov-6370850998112",
"assists": [
{
"id": "b5987792-3ca3-55d8-ac46-1b57a579dfe6",
"name": "Michael McCarron"
},
{
"id": "5dfbbf08-5df1-5988-8189-fab9f4422ca2",
"name": "Brady Skjei"
}
],
"score": {
"away": 1,
"home": 1
}
},
{
"team": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
},
"scorer": {
"id": "9ab2e9e3-aa47-5d08-8bb8-b01464db9d92",
"name": "Jamie Drysdale"
},
"strength": "Even Strength",
"time": "13:48",
"shot": "Snap",
"highlight": "https://nhl.com/video/nsh-phi-drysdale-scores-goal-against-justus-annunen-6370849906112",
"assists": [
{
"id": "10051687-5f2a-5355-80ce-af184cf09f13",
"name": "Matvei Michkov"
},
{
"id": "56b686c0-737d-51b0-b864-4213904504fd",
"name": "Travis Konecny"
}
],
"score": {
"away": 1,
"home": 2
}
}
]
},
{
"number": 3,
"type": "Regulation",
"plays": []
}
]
},
"stars": [
{
"star": 1,
"player": {
"id": "37faf183-022d-5ded-972d-60d9130a9e87",
"name": "Ryan Poehling"
},
"team": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
}
},
{
"star": 2,
"player": {
"id": "10051687-5f2a-5355-80ce-af184cf09f13",
"name": "Matvei Michkov"
},
"team": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
}
},
{
"star": 3,
"player": {
"id": "169a5fec-f437-5121-a57a-213e2288ed8d",
"name": "Ivan Fedotov"
},
"team": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
}
}
],
"penalties": {
"periods": [
{
"number": 1,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "f8a325b5-0243-5e71-bffb-8342fdc41c44",
"name": "Nashville Predators"
},
"player": {
"id": "5dfbbf08-5df1-5988-8189-fab9f4422ca2",
"name": "Brady Skjei"
},
"type": "Minor",
"infraction": "Tripping",
"time": "5:03",
"duration": 2
}
]
},
{
"number": 2,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "243f4cbc-95f7-5c4d-92b6-c6d4a9c082ba",
"name": "Philadelphia Flyers"
},
"player": {
"id": "79011622-4574-59a0-a2f4-5d2b13148fde",
"name": "Travis Sanheim"
},
"type": "Minor",
"infraction": "Holding",
"time": "10:49",
"duration": 2
}
]
},
{
"number": 3,
"type": "Regulation",
"penalties": []
}
]
},
"stats": {
"away": {
"assists": 2,
"blocked_shots": 7,
"even_strength_goals_against": 2,
"even_strength_saves": 14,
"even_strength_shots_against": 16,
"faceoff_winning_pct": 0.5,
"giveaways": 12,
"goals": 1,
"goals_against": 2,
"hits": 15,
"penalty_minutes": 2,
"plus_minus": -5,
"points": 3,
"power_play": "0/1",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 2,
"power_play_shots_against": 2,
"save_pct": 0.888889,
"saves": 16,
"shifts": 353,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 18,
"shots_on_goal": 29,
"takeaways": 2
},
"home": {
"assists": 4,
"blocked_shots": 20,
"even_strength_goals_against": 1,
"even_strength_saves": 25,
"even_strength_shots_against": 26,
"faceoff_winning_pct": 0.5,
"giveaways": 19,
"goals": 2,
"goals_against": 1,
"hits": 18,
"penalty_minutes": 2,
"plus_minus": 5,
"points": 6,
"power_play": "0/1",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 3,
"power_play_shots_against": 3,
"save_pct": 0.965517,
"saves": 28,
"shifts": 336,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 29,
"shots_on_goal": 18,
"takeaways": 13
}
},
"rosters": {
"away": [
{
"id": "11b95ade-6e91-5a2a-97d4-34d65a195ffa",
"name": "Filip Forsberg",
"position": "L",
"number": "9",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 4,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "19:03"
}
},
{
"id": "c7fad0db-7605-5642-8720-f474c67813f1",
"name": "Jakub Vrana",
"position": "L",
"number": "19",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 12,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "10:41"
}
},
{
"id": "8b3f7c8e-839b-556f-ab1e-4408268d350e",
"name": "Kieffer Bellows",
"position": "L",
"number": "26",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 16,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "12:38"
}
},
{
"id": "d3601c82-e3a1-5343-ba4d-c008a3b7e331",
"name": "Cole Smith",
"position": "R",
"number": "36",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 1,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "17:05"
}
},
{
"id": "1ed608fe-5c7f-5263-8ea4-d48ed1383062",
"name": "Fedor Svechkov",
"position": "C",
"number": "40",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.111111,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "15:02"
}
},
{
"id": "b5987792-3ca3-55d8-ac46-1b57a579dfe6",
"name": "Michael McCarron",
"position": "C",
"number": "47",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 0.363636,
"giveaways": 2,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 1,
"takeaways": 1,
"time_on_ice": "17:01"
}
},
{
"id": "9c32845d-50c8-5e49-bc4c-c636a5f99b2b",
"name": "Michael Bunting",
"position": "L",
"number": "58",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "17:36"
}
},
{
"id": "484c4b33-8a9a-5cc0-a7d9-7b4b75c80e32",
"name": "Zachary L'Heureux",
"position": "L",
"number": "68",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 1,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "15:06"
}
},
{
"id": "f3252837-c80c-52c0-8372-0fddae337245",
"name": "Luke Evangelista",
"position": "R",
"number": "77",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "18:52"
}
},
{
"id": "056987c0-7738-5b53-9456-c00cb124ba4f",
"name": "Ryan O'Reilly",
"position": "C",
"number": "90",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.857143,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 23,
"shots_on_goal": 1,
"takeaways": 1,
"time_on_ice": "20:25"
}
},
{
"id": "1f474a13-da3a-5616-af0c-f4ebc1376051",
"name": "Steven Stamkos",
"position": "C",
"number": "91",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.444444,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "19:47"
}
},
{
"id": "1a1560b4-ce7d-553f-b028-8e8be274c085",
"name": "Marc Del Gaizo",
"position": "D",
"number": "7",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "15:29"
}
},
{
"id": "2cc89474-c735-57eb-b6c1-f41181e252b4",
"name": "Andreas Englund",
"position": "D",
"number": "8",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "11:50"
}
},
{
"id": "c62cff5b-a267-5cff-a7aa-d606ef0e3ef8",
"name": "Justin Barron",
"position": "D",
"number": "20",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 25,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "19:47"
}
},
{
"id": "cbe4809b-45d2-5669-b49d-147edc003ccb",
"name": "Spencer Stastney",
"position": "D",
"number": "24",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 15,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "12:03"
}
},
{
"id": "ea59cbc3-b811-5a8c-8dc4-d4e006920da6",
"name": "Nick Blankenburg",
"position": "D",
"number": "37",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "23:05"
}
},
{
"id": "5dfbbf08-5df1-5988-8189-fab9f4422ca2",
"name": "Brady Skjei",
"position": "D",
"number": "76",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "19:53"
}
},
{
"id": "c2cb4706-d17f-5351-805f-b989fb4b0b1e",
"name": "Jordan Oesterle",
"position": "D",
"number": "82",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "14:15"
}
},
{
"id": "15529a29-727f-59da-8d18-5e144e25875a",
"name": "Justus Annunen",
"position": "G",
"number": "29",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 2,
"even_strength_saves": 14,
"even_strength_shots_against": 16,
"goals_against": 2,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 2,
"power_play_shots_against": 2,
"save_pct": 0.888889,
"saves": 16,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 18,
"time_on_ice": "58:22"
}
},
{
"id": "1723de98-d144-5930-b1e7-33152baac63a",
"name": "Juuse Saros",
"position": "G",
"number": "74",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
}
],
"home": [
{
"id": "98e7c715-8251-526d-9649-25eb3638e357",
"name": "Bobby Brink",
"position": "R",
"number": "10",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 1,
"takeaways": 1,
"time_on_ice": "18:09"
}
},
{
"id": "56b686c0-737d-51b0-b864-4213904504fd",
"name": "Travis Konecny",
"position": "R",
"number": "11",
"played": true,
"stats": {
"assists": 2,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 2,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "15:17"
}
},
{
"id": "32096452-c5a3-5841-92b8-13ae617190fb",
"name": "Sean Couturier",
"position": "C",
"number": "14",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.636364,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "18:01"
}
},
{
"id": "0221c03b-743a-5bb9-a312-e3e7ef1d5da6",
"name": "Olle Lycksell",
"position": "R",
"number": "15",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 13,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "10:26"
}
},
{
"id": "6495df8e-32ad-5de9-8c8d-5e4412c08545",
"name": "Rodrigo Abols",
"position": "C",
"number": "18",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.833333,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 11,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "9:09"
}
},
{
"id": "1f32a959-5c2e-523a-a66a-2b001330cf29",
"name": "Garnet Hathaway",
"position": "R",
"number": "19",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 15,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "10:52"
}
},
{
"id": "13bfdc03-d309-5f6a-8db7-3ed30dbeaeed",
"name": "Jakob Pelletier",
"position": "L",
"number": "22",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 13,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "12:18"
}
},
{
"id": "37faf183-022d-5ded-972d-60d9130a9e87",
"name": "Ryan Poehling",
"position": "C",
"number": "25",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 4,
"faceoff_winning_pct": 0.625,
"giveaways": 1,
"goals": 1,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 16,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "15:58"
}
},
{
"id": "7e7fe3f5-792e-5092-97f1-ec123d8fa152",
"name": "Noah Cates",
"position": "L",
"number": "27",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.294118,
"giveaways": 1,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 23,
"shots_on_goal": 1,
"takeaways": 1,
"time_on_ice": "18:17"
}
},
{
"id": "10051687-5f2a-5355-80ce-af184cf09f13",
"name": "Matvei Michkov",
"position": "R",
"number": "39",
"played": true,
"stats": {
"assists": 2,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 2,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "17:01"
}
},
{
"id": "132f50c1-3086-549d-8f13-75b19158e49e",
"name": "Tyson Foerster",
"position": "R",
"number": "71",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 23,
"shots_on_goal": 0,
"takeaways": 2,
"time_on_ice": "19:59"
}
},
{
"id": "fa1b8ebd-6de0-5a05-9c6e-834702fdaa0a",
"name": "Owen Tippett",
"position": "R",
"number": "74",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 2,
"takeaways": 2,
"time_on_ice": "14:46"
}
},
{
"id": "a06db0ea-839d-5303-be66-ba14ad48925d",
"name": "Egor Zamula",
"position": "D",
"number": "5",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "17:46"
}
},
{
"id": "79011622-4574-59a0-a2f4-5d2b13148fde",
"name": "Travis Sanheim",
"position": "D",
"number": "6",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 4,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 2,
"penalty_minutes": 2,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 27,
"shots_on_goal": 2,
"takeaways": 3,
"time_on_ice": "26:24"
}
},
{
"id": "89cb5c79-b470-5e7b-be58-e19aba9816be",
"name": "Cam York",
"position": "D",
"number": "8",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 23,
"shots_on_goal": 0,
"takeaways": 1,
"time_on_ice": "18:10"
}
},
{
"id": "9ab2e9e3-aa47-5d08-8bb8-b01464db9d92",
"name": "Jamie Drysdale",
"position": "D",
"number": "9",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 1,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "18:47"
}
},
{
"id": "7faaad06-86d4-5098-afbc-05a146973177",
"name": "Nick Seeler",
"position": "D",
"number": "24",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 27,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "24:30"
}
},
{
"id": "a6e84fca-b72e-5a8c-9c3c-526ae50dff1a",
"name": "Emil Andrae",
"position": "D",
"number": "36",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 15,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "12:10"
}
},
{
"id": "3f7bd14a-f5d4-5264-bf8d-507cac1a287d",
"name": "Samuel Ersson",
"position": "G",
"number": "33",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
},
{
"id": "169a5fec-f437-5121-a57a-213e2288ed8d",
"name": "Ivan Fedotov",
"position": "G",
"number": "82",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 1,
"even_strength_saves": 25,
"even_strength_shots_against": 26,
"goals_against": 1,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 3,
"power_play_shots_against": 3,
"save_pct": 0.965517,
"saves": 28,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 29,
"time_on_ice": "60:00"
}
}
]
}
},
{
"season": {
"year": 2024,
"type": "Regular Season"
},
"id": "d2d82a79-9abe-50a5-9711-a9f94118fb79",
"teams": {
"away": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"home": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
}
},
"date": "2025-04-01T00:30:00Z",
"status": "Final",
"venue": {
"name": "Ball Arena",
"location": "Denver"
},
"broadcasts": [
{
"name": "Prime",
"type": "Streaming",
"country": "Canada",
"market": "National"
},
{
"name": "ALT",
"type": "TV",
"country": "United States",
"market": "Home"
},
{
"name": "KTVD",
"type": "TV",
"country": "United States",
"market": "Home"
}
],
"scores": {
"periods": [
{
"number": 1,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 1
}
},
{
"number": 2,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 1
}
},
{
"number": 3,
"type": "Regulation",
"away": {
"goals": 2
},
"home": {
"goals": 0
}
},
{
"number": 4,
"type": "Overtime",
"away": {
"goals": 0
},
"home": {
"goals": 0
}
},
{
"number": 5,
"type": "Shootout",
"away": {
"goals": 1
},
"home": {
"goals": 0
}
}
],
"total": {
"away": {
"goals": 3,
"shots_on_goal": 27
},
"home": {
"goals": 2,
"shots_on_goal": 30
}
}
},
"scoring": {
"periods": [
{
"number": 1,
"type": "Regulation",
"plays": [
{
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
},
"scorer": {
"id": "4ec0e31c-8af3-51eb-981d-824f94d98e32",
"name": "Cale Makar"
},
"strength": "Even Strength",
"time": "16:31",
"shot": "Wrist",
"highlight": "https://nhl.com/video/cgy-col-makar-scores-goal-against-dan-vladar-6370852723112",
"assists": [
{
"id": "380a86a4-e254-5046-87e9-b50fcb423c92",
"name": "Nathan MacKinnon"
},
{
"id": "6a8bb1d4-4e0b-544a-8e97-b3137c55227c",
"name": "Devon Toews"
}
],
"score": {
"away": 0,
"home": 1
}
}
]
},
{
"number": 2,
"type": "Regulation",
"plays": [
{
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
},
"scorer": {
"id": "d33bbbba-2c12-5e3f-91bc-08c4a05e9707",
"name": "Logan O'Connor"
},
"strength": "Even Strength",
"time": "7:59",
"shot": "Wrist",
"highlight": "https://nhl.com/video/cgy-col-o-connor-scores-goal-against-dan-vladar-6370855187112",
"assists": [
{
"id": "0c33a3c9-e0c3-5e78-987b-2908f821e52f",
"name": "Parker Kelly"
}
],
"score": {
"away": 0,
"home": 2
}
}
]
},
{
"number": 3,
"type": "Regulation",
"plays": [
{
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"scorer": {
"id": "042c2f1c-2e7e-56f5-8e10-fd06bed32621",
"name": "Ryan Lomberg"
},
"strength": "Even Strength",
"time": "10:57",
"shot": "Poke",
"highlight": "https://nhl.com/video/cgy-col-lomberg-scores-goal-against-scott-wedgewood-6370857107112",
"assists": [
{
"id": "13613965-17d1-5f4f-8777-60d09e435deb",
"name": "Adam Klapka"
},
{
"id": "ee3c9784-cf90-5e8d-b31e-9e59181fd15b",
"name": "MacKenzie Weegar"
}
],
"score": {
"away": 1,
"home": 2
}
},
{
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"scorer": {
"id": "13613965-17d1-5f4f-8777-60d09e435deb",
"name": "Adam Klapka"
},
"strength": "Even Strength",
"time": "11:29",
"shot": "Wrist",
"highlight": "https://nhl.com/video/cgy-col-klapka-scores-goal-against-scott-wedgewood-6370855345112",
"assists": [
{
"id": "042c2f1c-2e7e-56f5-8e10-fd06bed32621",
"name": "Ryan Lomberg"
},
{
"id": "a8e7fb88-2bfb-5f14-9125-d5974dbddacf",
"name": "Kevin Rooney"
}
],
"score": {
"away": 2,
"home": 2
}
}
]
},
{
"number": 4,
"type": "Overtime",
"plays": []
}
]
},
"shootout": [
{
"sequence": 1,
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"shooter": {
"id": "2f62579c-c23f-5a1c-8ae5-aed699e86a63",
"name": "Morgan Frost"
},
"shot": "Wrist",
"result": "Save",
"winner": false
},
{
"sequence": 2,
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
},
"shooter": {
"id": "62d8e96e-1c14-5157-9766-7b4363d82ada",
"name": "Ross Colton"
},
"shot": "Wrist",
"result": "Save",
"winner": false
},
{
"sequence": 3,
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"shooter": {
"id": "07b2f783-230a-5a8c-9dac-646e1d860465",
"name": "Yegor Sharangovich"
},
"shot": "Wrist",
"result": "Goal",
"winner": true
},
{
"sequence": 4,
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
},
"shooter": {
"id": "2f3118f6-9e51-575b-9543-a3fc048bb8d9",
"name": "Charlie Coyle"
},
"shot": "Wrist",
"result": "Save",
"winner": false
},
{
"sequence": 5,
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"shooter": {
"id": "3323aff2-a1b7-5220-8b19-d53f53555fad",
"name": "Jonathan Huberdeau"
},
"shot": "Wrist",
"result": "Save",
"winner": false
},
{
"sequence": 6,
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
},
"shooter": {
"id": "51fb05e6-2061-5e6c-b318-434b3a698804",
"name": "Valeri Nichushkin"
},
"shot": "Wrist",
"result": "Save",
"winner": false
}
],
"stars": [
{
"star": 1,
"player": {
"id": "13613965-17d1-5f4f-8777-60d09e435deb",
"name": "Adam Klapka"
},
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
}
},
{
"star": 2,
"player": {
"id": "c64a213a-8c5e-53b4-8b4e-390212dd0b0a",
"name": "Dan Vladar"
},
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
}
},
{
"star": 3,
"player": {
"id": "d33bbbba-2c12-5e3f-91bc-08c4a05e9707",
"name": "Logan O'Connor"
},
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
}
}
],
"penalties": {
"periods": [
{
"number": 1,
"type": "Regulation",
"penalties": []
},
{
"number": 2,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"player": {
"id": "152bcfca-e811-5475-9389-2b1a2d2877f8",
"name": "Joel Farabee"
},
"type": "Minor",
"infraction": "Cross Checking",
"time": "2:14",
"duration": 2
},
{
"team": {
"id": "2f957957-639e-53b2-8f94-9fcf9736b20a",
"name": "Calgary Flames"
},
"player": {
"id": "660da7e1-ef80-50ac-be95-a15026b715e2",
"name": "Blake Coleman"
},
"type": "Minor",
"infraction": "Roughing",
"time": "20:00",
"duration": 2
}
]
},
{
"number": 3,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "7cc49872-d8f0-53b8-a3ef-ae6b4a49b17d",
"name": "Colorado Avalanche"
},
"player": {
"id": "f63c14f3-9f44-5364-b564-fdf059163961",
"name": "Ryan Lindgren"
},
"type": "Minor",
"infraction": "Cross Checking",
"time": "8:54",
"duration": 2
}
]
},
{
"number": 4,
"type": "Overtime",
"penalties": []
}
]
},
"stats": {
"away": {
"assists": 4,
"blocked_shots": 21,
"even_strength_goals_against": 2,
"even_strength_saves": 23,
"even_strength_shots_against": 25,
"faceoff_winning_pct": 0.415094,
"giveaways": 22,
"goals": 2,
"goals_against": 2,
"hits": 47,
"penalty_minutes": 4,
"plus_minus": 0,
"points": 6,
"power_play": "0/1",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 5,
"power_play_shots_against": 5,
"save_pct": 0.933333,
"saves": 28,
"shifts": 449,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 30,
"shots_on_goal": 27,
"takeaways": 6
},
"home": {
"assists": 3,
"blocked_shots": 18,
"even_strength_goals_against": 2,
"even_strength_saves": 24,
"even_strength_shots_against": 26,
"faceoff_winning_pct": 0.584906,
"giveaways": 14,
"goals": 2,
"goals_against": 2,
"hits": 22,
"penalty_minutes": 2,
"plus_minus": 0,
"points": 5,
"power_play": "0/2",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 1,
"power_play_shots_against": 1,
"save_pct": 0.925926,
"saves": 25,
"shifts": 392,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 27,
"shots_on_goal": 30,
"takeaways": 8
}
},
"rosters": {
"away": [
{
"id": "3323aff2-a1b7-5220-8b19-d53f53555fad",
"name": "Jonathan Huberdeau",
"position": "L",
"number": "10",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 30,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "22:51"
}
},
{
"id": "39380670-7dce-53e9-875c-86251d378b03",
"name": "Mikael Backlund",
"position": "C",
"number": "11",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.5,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 2,
"takeaways": 2,
"time_on_ice": "15:13"
}
},
{
"id": "2f62579c-c23f-5a1c-8ae5-aed699e86a63",
"name": "Morgan Frost",
"position": "C",
"number": "16",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.5,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 25,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "18:53"
}
},
{
"id": "07b2f783-230a-5a8c-9dac-646e1d860465",
"name": "Yegor Sharangovich",
"position": "C",
"number": "17",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "13:54"
}
},
{
"id": "660da7e1-ef80-50ac-be95-a15026b715e2",
"name": "Blake Coleman",
"position": "L",
"number": "20",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 4,
"penalty_minutes": 2,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "14:13"
}
},
{
"id": "a8e7fb88-2bfb-5f14-9125-d5974dbddacf",
"name": "Kevin Rooney",
"position": "C",
"number": "21",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0.5,
"giveaways": 1,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 1,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "9:29"
}
},
{
"id": "8d191b25-c6e5-5858-bc9c-440dda313502",
"name": "Matt Coronato",
"position": "R",
"number": "27",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 25,
"shots_on_goal": 1,
"takeaways": 2,
"time_on_ice": "19:40"
}
},
{
"id": "13613965-17d1-5f4f-8777-60d09e435deb",
"name": "Adam Klapka",
"position": "R",
"number": "43",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 1,
"hits": 7,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 2,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "12:46"
}
},
{
"id": "042c2f1c-2e7e-56f5-8e10-fd06bed32621",
"name": "Ryan Lomberg",
"position": "L",
"number": "70",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 1,
"giveaways": 0,
"goals": 1,
"hits": 4,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 2,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "9:29"
}
},
{
"id": "6d82c7d5-ffd1-5818-bc88-0f110124b62c",
"name": "Martin Pospisil",
"position": "C",
"number": "76",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 9,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 26,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "15:53"
}
},
{
"id": "152bcfca-e811-5475-9389-2b1a2d2877f8",
"name": "Joel Farabee",
"position": "L",
"number": "86",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "13:10"
}
},
{
"id": "2b48a15b-bded-5e71-bfc8-98862dbf9cf6",
"name": "Nazem Kadri",
"position": "C",
"number": "91",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.307692,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 29,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "22:01"
}
},
{
"id": "8d8e9dbe-e1e5-543c-ad3b-fc4ca4f113f1",
"name": "Rasmus Andersson",
"position": "D",
"number": "4",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 39,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "26:03"
}
},
{
"id": "0805bbfc-d50a-5b24-89a8-6c8f2f5937db",
"name": "Kevin Bahl",
"position": "D",
"number": "7",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 5,
"goals": 0,
"hits": 4,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 34,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "23:55"
}
},
{
"id": "a3d98749-7909-5287-a145-5d62b089f1ae",
"name": "Jake Bean",
"position": "D",
"number": "24",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "12:32"
}
},
{
"id": "9348c075-2175-58aa-b4f5-bd46b61cc351",
"name": "Joel Hanley",
"position": "D",
"number": "44",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 4,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 34,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "22:10"
}
},
{
"id": "ee3c9784-cf90-5e8d-b31e-9e59181fd15b",
"name": "MacKenzie Weegar",
"position": "D",
"number": "52",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 4,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 6,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 39,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "27:17"
}
},
{
"id": "b24ac838-98e3-5a2e-8a98-3dfcedc1cbd9",
"name": "Brayden Pachal",
"position": "D",
"number": "94",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "11:31"
}
},
{
"id": "55bc9bc5-7f56-5ca9-9cb1-001cfedf93b0",
"name": "Dustin Wolf",
"position": "G",
"number": "32",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
},
{
"id": "c64a213a-8c5e-53b4-8b4e-390212dd0b0a",
"name": "Dan Vladar",
"position": "G",
"number": "80",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 2,
"even_strength_saves": 23,
"even_strength_shots_against": 25,
"goals_against": 2,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 5,
"power_play_shots_against": 5,
"save_pct": 0.933333,
"saves": 28,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 30,
"time_on_ice": "65:00"
}
}
],
"home": [
{
"id": "2f3118f6-9e51-575b-9543-a3fc048bb8d9",
"name": "Charlie Coyle",
"position": "C",
"number": "10",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0.428571,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "12:49"
}
},
{
"id": "6330839d-399d-509b-a0d0-e19d4c74ef86",
"name": "Brock Nelson",
"position": "C",
"number": "11",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.588235,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "18:38"
}
},
{
"id": "51fb05e6-2061-5e6c-b318-434b3a698804",
"name": "Valeri Nichushkin",
"position": "R",
"number": "13",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "19:00"
}
},
{
"id": "0c33a3c9-e0c3-5e78-987b-2908f821e52f",
"name": "Parker Kelly",
"position": "C",
"number": "17",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 3,
"faceoff_winning_pct": 1,
"giveaways": 0,
"goals": 0,
"hits": 5,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "11:46"
}
},
{
"id": "05f989a3-6f0c-5e5c-86e4-2ecfd7781473",
"name": "Jack Drury",
"position": "C",
"number": "18",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0.5,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 16,
"shots_on_goal": 0,
"takeaways": 1,
"time_on_ice": "12:02"
}
},
{
"id": "62d8e96e-1c14-5157-9766-7b4363d82ada",
"name": "Ross Colton",
"position": "C",
"number": "20",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 1,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "12:02"
}
},
{
"id": "d33bbbba-2c12-5e3f-91bc-08c4a05e9707",
"name": "Logan O'Connor",
"position": "R",
"number": "25",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 1,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "11:04"
}
},
{
"id": "10782fd5-783a-5be3-b2ef-9dddba4a1bdc",
"name": "Jimmy Vesey",
"position": "L",
"number": "26",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "10:09"
}
},
{
"id": "ce92910e-f744-5b18-a194-1c1614004129",
"name": "Jonathan Drouin",
"position": "L",
"number": "27",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "20:04"
}
},
{
"id": "380a86a4-e254-5046-87e9-b50fcb423c92",
"name": "Nathan MacKinnon",
"position": "C",
"number": "29",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0.578947,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 27,
"shots_on_goal": 3,
"takeaways": 1,
"time_on_ice": "23:28"
}
},
{
"id": "5f13e362-71ae-51d9-94a5-629cfa929e31",
"name": "Artturi Lehkonen",
"position": "L",
"number": "62",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 26,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "20:57"
}
},
{
"id": "802c02e5-3619-5519-bd04-609f83c6ef12",
"name": "Martin Necas",
"position": "C",
"number": "88",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 3,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "20:26"
}
},
{
"id": "0ef572ac-e96e-5316-8fef-6b635c3cec71",
"name": "Erik Johnson",
"position": "D",
"number": "6",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 3,
"takeaways": 1,
"time_on_ice": "15:15"
}
},
{
"id": "6a8bb1d4-4e0b-544a-8e97-b3137c55227c",
"name": "Devon Toews",
"position": "D",
"number": "7",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 28,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "23:41"
}
},
{
"id": "4ec0e31c-8af3-51eb-981d-824f94d98e32",
"name": "Cale Makar",
"position": "D",
"number": "8",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 1,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 1,
"power_play_goals": 0,
"shifts": 28,
"shots_on_goal": 4,
"takeaways": 1,
"time_on_ice": "27:09"
}
},
{
"id": "95515321-5d88-5351-ae12-ca482e774569",
"name": "Samuel Girard",
"position": "D",
"number": "49",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 5,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 23,
"shots_on_goal": 0,
"takeaways": 1,
"time_on_ice": "17:45"
}
},
{
"id": "f63c14f3-9f44-5364-b564-fdf059163961",
"name": "Ryan Lindgren",
"position": "D",
"number": "55",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 2,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 25,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "19:06"
}
},
{
"id": "b648afdf-d96b-5845-a6d8-a002eb7bb058",
"name": "Sam Malinski",
"position": "D",
"number": "70",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 23,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "18:02"
}
},
{
"id": "b35307cb-c9b3-5531-a50a-f55e94eaa888",
"name": "Mackenzie Blackwood",
"position": "G",
"number": "39",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
},
{
"id": "adabced0-bd71-5dee-82f3-7f7a3b239d91",
"name": "Scott Wedgewood",
"position": "G",
"number": "41",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 2,
"even_strength_saves": 24,
"even_strength_shots_against": 26,
"goals_against": 2,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 1,
"power_play_shots_against": 1,
"save_pct": 0.925926,
"saves": 25,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 27,
"time_on_ice": "64:37"
}
}
]
}
},
{
"season": {
"year": 2024,
"type": "Regular Season"
},
"id": "d2f53233-26f3-5726-bb5a-92cfc202dcb4",
"teams": {
"away": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"home": {
"id": "2e052ac6-10cf-5e8d-8d14-ea1900b641da",
"name": "Seattle Kraken"
}
},
"date": "2025-04-01T02:00:00Z",
"status": "Final",
"venue": {
"name": "Climate Pledge Arena",
"location": "Seattle"
},
"broadcasts": [
{
"name": "TVAS",
"type": "TV",
"country": "Canada",
"market": "National"
},
{
"name": "KHN",
"type": "TV",
"country": "United States",
"market": "Home"
},
{
"name": "Victory+",
"type": "TV",
"country": "United States",
"market": "Away"
},
{
"name": "KONG",
"type": "TV",
"country": "United States",
"market": "Home"
}
],
"scores": {
"periods": [
{
"number": 1,
"type": "Regulation",
"away": {
"goals": 2
},
"home": {
"goals": 1
}
},
{
"number": 2,
"type": "Regulation",
"away": {
"goals": 0
},
"home": {
"goals": 0
}
},
{
"number": 3,
"type": "Regulation",
"away": {
"goals": 1
},
"home": {
"goals": 0
}
}
],
"total": {
"away": {
"goals": 3,
"shots_on_goal": 31
},
"home": {
"goals": 1,
"shots_on_goal": 36
}
}
},
"scoring": {
"periods": [
{
"number": 1,
"type": "Regulation",
"plays": [
{
"team": {
"id": "2e052ac6-10cf-5e8d-8d14-ea1900b641da",
"name": "Seattle Kraken"
},
"scorer": {
"id": "e8c8be5a-bb92-5ba3-b849-79c8c9bd4af4",
"name": "Kaapo Kakko"
},
"strength": "Even Strength",
"time": "1:02",
"shot": "Wrist",
"highlight": "https://nhl.com/video/dal-sea-kakko-scores-goal-against-casey-desmith-6370855026112",
"assists": [
{
"id": "7ce60e24-effd-5734-8898-d600d237dc3a",
"name": "Jaden Schwartz"
},
{
"id": "58cc34c7-4f5a-56b9-8c55-b14c4370bc65",
"name": "Adam Larsson"
}
],
"score": {
"away": 0,
"home": 1
}
},
{
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"scorer": {
"id": "e3235fa9-7f14-5801-8357-6ba886e537a8",
"name": "Matt Duchene"
},
"strength": "Even Strength",
"time": "2:34",
"shot": "Tip In",
"highlight": "https://nhl.com/video/dal-sea-duchene-scores-goal-against-philipp-grubauer-6370854444112",
"assists": [
{
"id": "3515e3fd-4f63-59e0-8c5e-1e0d6c0263bd",
"name": "Mason Marchment"
},
{
"id": "263f9dc3-7122-55c2-bc25-9e28f260a6ec",
"name": "Mathew Dumba"
}
],
"score": {
"away": 1,
"home": 1
}
},
{
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"scorer": {
"id": "49b0b35b-2d51-5f97-a85d-1b495c45c4fb",
"name": "Wyatt Johnston"
},
"strength": "Even Strength",
"time": "3:19",
"shot": "Snap",
"highlight": "https://nhl.com/video/dal-sea-johnston-scores-goal-against-philipp-grubauer-6370853951112",
"assists": [
{
"id": "f8d3d277-0134-58b7-a924-ec1cfa2069aa",
"name": "Esa Lindell"
},
{
"id": "f7bf9262-0706-5cad-bec7-4bebcff1f3c2",
"name": "Oskar Bäck"
}
],
"score": {
"away": 2,
"home": 1
}
}
]
},
{
"number": 2,
"type": "Regulation",
"plays": []
},
{
"number": 3,
"type": "Regulation",
"plays": [
{
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"scorer": {
"id": "5ceb2689-9b92-543b-bfbc-d87377908e23",
"name": "Mikael Granlund"
},
"strength": "Even Strength",
"time": "18:53",
"shot": "Wrist",
"highlight": "https://nhl.com/video/dal-sea-granlund-scores-goal-against-philipp-grubauer-6370858943112",
"assists": [
{
"id": "f8d3d277-0134-58b7-a924-ec1cfa2069aa",
"name": "Esa Lindell"
},
{
"id": "3515e3fd-4f63-59e0-8c5e-1e0d6c0263bd",
"name": "Mason Marchment"
}
],
"score": {
"away": 3,
"home": 1
}
}
]
}
]
},
"stars": [
{
"star": 1,
"player": {
"id": "49b0b35b-2d51-5f97-a85d-1b495c45c4fb",
"name": "Wyatt Johnston"
},
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
}
},
{
"star": 2,
"player": {
"id": "bbc1a71b-fdf4-5ed4-b2fe-6d4fc3ecafd7",
"name": "Casey DeSmith"
},
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
}
},
{
"star": 3,
"player": {
"id": "c8f3b0e4-7a04-5f25-875c-65742065b299",
"name": "Philipp Grubauer"
},
"team": {
"id": "2e052ac6-10cf-5e8d-8d14-ea1900b641da",
"name": "Seattle Kraken"
}
}
],
"penalties": {
"periods": [
{
"number": 1,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"player": {
"id": "3515e3fd-4f63-59e0-8c5e-1e0d6c0263bd",
"name": "Mason Marchment"
},
"type": "Minor",
"infraction": "Hooking",
"time": "12:12",
"duration": 2
},
{
"team": {
"id": "2e052ac6-10cf-5e8d-8d14-ea1900b641da",
"name": "Seattle Kraken"
},
"player": {
"id": "27c874a8-f079-5fa6-9bb7-80398d4d0a02",
"name": "Brandon Montour"
},
"type": "Minor",
"infraction": "Tripping",
"time": "12:46",
"duration": 2
}
]
},
{
"number": 2,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "2e052ac6-10cf-5e8d-8d14-ea1900b641da",
"name": "Seattle Kraken"
},
"player": {
"id": "fdd7cfd8-909f-5abd-b23d-a4af426811c6",
"name": "Ryker Evans"
},
"type": "Minor",
"infraction": "Interference",
"time": "5:21",
"duration": 2
},
{
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"player": {
"id": "263f9dc3-7122-55c2-bc25-9e28f260a6ec",
"name": "Mathew Dumba"
},
"type": "Minor",
"infraction": "Interference",
"time": "15:21",
"duration": 2
},
{
"team": {
"id": "41b495f0-3871-5dc1-a39d-4e712a7ba965",
"name": "Dallas Stars"
},
"player": {
"id": "7b00d4f6-b4a3-537d-93ad-839a1b8cb434",
"name": "Lian Bichsel"
},
"type": "Minor",
"infraction": "High Sticking",
"time": "17:12",
"duration": 2
}
]
},
{
"number": 3,
"type": "Regulation",
"penalties": [
{
"team": {
"id": "2e052ac6-10cf-5e8d-8d14-ea1900b641da",
"name": "Seattle Kraken"
},
"player": {
"id": "27c874a8-f079-5fa6-9bb7-80398d4d0a02",
"name": "Brandon Montour"
},
"type": "Minor",
"infraction": "High Sticking",
"time": "12:52",
"duration": 2
}
]
}
]
},
"stats": {
"away": {
"assists": 6,
"blocked_shots": 12,
"even_strength_goals_against": 1,
"even_strength_saves": 32,
"even_strength_shots_against": 33,
"faceoff_winning_pct": 0.535714,
"giveaways": 17,
"goals": 3,
"goals_against": 1,
"hits": 11,
"penalty_minutes": 6,
"plus_minus": 10,
"points": 9,
"power_play": "0/3",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 2,
"power_play_shots_against": 2,
"save_pct": 0.972222,
"saves": 35,
"shifts": 338,
"shorthanded_goals_against": 0,
"shorthanded_saves": 1,
"shorthanded_shots_against": 1,
"shots_against": 36,
"shots_on_goal": 31,
"takeaways": 4
},
"home": {
"assists": 2,
"blocked_shots": 13,
"even_strength_goals_against": 2,
"even_strength_saves": 24,
"even_strength_shots_against": 26,
"faceoff_winning_pct": 0.464286,
"giveaways": 7,
"goals": 1,
"goals_against": 2,
"hits": 29,
"penalty_minutes": 6,
"plus_minus": -11,
"points": 3,
"power_play": "0/3",
"power_play_goals": 0,
"power_play_goals_against": 0,
"power_play_pct": 0,
"power_play_saves": 4,
"power_play_shots_against": 4,
"save_pct": 0.933333,
"saves": 28,
"shifts": 316,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 30,
"shots_on_goal": 36,
"takeaways": 5
}
},
"rosters": {
"away": [
{
"id": "f7bf9262-0706-5cad-bec7-4bebcff1f3c2",
"name": "Oskar Bäck",
"position": "C",
"number": "10",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 1,
"faceoff_winning_pct": 0.666667,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 12,
"shots_on_goal": 5,
"takeaways": 0,
"time_on_ice": "10:09"
}
},
{
"id": "cd50b607-30ce-509d-8918-19817687a674",
"name": "Jamie Benn",
"position": "L",
"number": "14",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.714286,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "13:50"
}
},
{
"id": "bd83e882-fae3-5925-8fdd-01f6ba08f30d",
"name": "Colin Blackwell",
"position": "C",
"number": "15",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.5,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 12,
"shots_on_goal": 0,
"takeaways": 1,
"time_on_ice": "10:01"
}
},
{
"id": "85f9a2a8-dbd3-52d7-be52-1b3a482e6602",
"name": "Jason Robertson",
"position": "L",
"number": "21",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "18:08"
}
},
{
"id": "f4735110-34fd-5e4b-a5bc-18c94f6e1583",
"name": "Mavrik Bourque",
"position": "C",
"number": "22",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "12:33"
}
},
{
"id": "e46affe6-e26a-514a-936b-579ed2448b95",
"name": "Roope Hintz",
"position": "C",
"number": "24",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.526316,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "19:20"
}
},
{
"id": "3515e3fd-4f63-59e0-8c5e-1e0d6c0263bd",
"name": "Mason Marchment",
"position": "L",
"number": "27",
"played": true,
"stats": {
"assists": 2,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": 2,
"points": 2,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 3,
"takeaways": 1,
"time_on_ice": "15:45"
}
},
{
"id": "49b0b35b-2d51-5f97-a85d-1b495c45c4fb",
"name": "Wyatt Johnston",
"position": "C",
"number": "53",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.5,
"giveaways": 1,
"goals": 1,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "16:47"
}
},
{
"id": "43b413d7-32e4-5da2-b456-5d41dfbdbc41",
"name": "Evgenii Dadonov",
"position": "R",
"number": "63",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 13,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "9:15"
}
},
{
"id": "5ceb2689-9b92-543b-bfbc-d87377908e23",
"name": "Mikael Granlund",
"position": "C",
"number": "64",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.666667,
"giveaways": 0,
"goals": 1,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 1,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 1,
"takeaways": 1,
"time_on_ice": "17:05"
}
},
{
"id": "e3235fa9-7f14-5801-8357-6ba886e537a8",
"name": "Matt Duchene",
"position": "C",
"number": "95",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.571429,
"giveaways": 2,
"goals": 1,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 1,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 5,
"takeaways": 0,
"time_on_ice": "17:17"
}
},
{
"id": "6158c847-6e95-58c4-9e50-cb75de0b3a8e",
"name": "Mikko Rantanen",
"position": "R",
"number": "96",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 1,
"takeaways": 1,
"time_on_ice": "18:46"
}
},
{
"id": "263f9dc3-7122-55c2-bc25-9e28f260a6ec",
"name": "Mathew Dumba",
"position": "D",
"number": "3",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 2,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "15:21"
}
},
{
"id": "7b00d4f6-b4a3-537d-93ad-839a1b8cb434",
"name": "Lian Bichsel",
"position": "D",
"number": "6",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 3,
"penalty_minutes": 2,
"plus_minus": 1,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "16:12"
}
},
{
"id": "f8d3d277-0134-58b7-a924-ec1cfa2069aa",
"name": "Esa Lindell",
"position": "D",
"number": "23",
"played": true,
"stats": {
"assists": 2,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 2,
"power_play_goals": 0,
"shifts": 24,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "21:35"
}
},
{
"id": "46b66fcd-e94c-58be-9b12-03e393e0bf5c",
"name": "Cody Ceci",
"position": "D",
"number": "44",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "19:05"
}
},
{
"id": "b66c9e9d-4512-5c06-8603-619d4ff32883",
"name": "Ilya Lyubushkin",
"position": "D",
"number": "46",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "17:51"
}
},
{
"id": "ac12fccd-47ac-5169-b9c6-60a8b54fbb22",
"name": "Thomas Harley",
"position": "D",
"number": "55",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 2,
"faceoff_winning_pct": 0,
"giveaways": 2,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 2,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "25:00"
}
},
{
"id": "bbc1a71b-fdf4-5ed4-b2fe-6d4fc3ecafd7",
"name": "Casey DeSmith",
"position": "G",
"number": "1",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 1,
"even_strength_saves": 32,
"even_strength_shots_against": 33,
"goals_against": 1,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 2,
"power_play_shots_against": 2,
"save_pct": 0.972222,
"saves": 35,
"shorthanded_goals_against": 0,
"shorthanded_saves": 1,
"shorthanded_shots_against": 1,
"shots_against": 36,
"time_on_ice": "60:00"
}
},
{
"id": "f3db9e54-ce52-51f7-af3b-2f4f89ca8617",
"name": "Jake Oettinger",
"position": "G",
"number": "29",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
}
],
"home": [
{
"id": "56ad3dfa-4f8a-57cc-9756-5aba6fca7c36",
"name": "Jordan Eberle",
"position": "R",
"number": "7",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "17:58"
}
},
{
"id": "7f6c6197-5917-51d4-9f0a-6098cac07cb0",
"name": "Chandler Stephenson",
"position": "C",
"number": "9",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.565217,
"giveaways": 3,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 0,
"takeaways": 1,
"time_on_ice": "20:20"
}
},
{
"id": "703fa1ff-95c0-5099-b6ea-b7d89b0169fd",
"name": "Matty Beniers",
"position": "C",
"number": "10",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.272727,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "17:56"
}
},
{
"id": "07cfb7b1-64d5-5f09-bf1f-4dad2f9ff471",
"name": "John Hayden",
"position": "C",
"number": "15",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.571429,
"giveaways": 0,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 9,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "7:16"
}
},
{
"id": "7ce60e24-effd-5734-8898-d600d237dc3a",
"name": "Jaden Schwartz",
"position": "C",
"number": "17",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 1,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 1,
"points": 1,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 4,
"takeaways": 1,
"time_on_ice": "17:01"
}
},
{
"id": "f94e499c-2093-509d-8a12-e75d53194e69",
"name": "Jared McCann",
"position": "L",
"number": "19",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0.75,
"giveaways": 0,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 20,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "16:12"
}
},
{
"id": "54e2a456-7234-5ed6-8416-5884237022a3",
"name": "Eeli Tolvanen",
"position": "R",
"number": "20",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 6,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 17,
"shots_on_goal": 4,
"takeaways": 0,
"time_on_ice": "14:18"
}
},
{
"id": "8dc8fbf2-49d5-5ee9-b650-9060c035f0a6",
"name": "Michael Eyssimont",
"position": "C",
"number": "21",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 3,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 11,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "9:30"
}
},
{
"id": "48743214-3552-5922-b4be-819c0242ced5",
"name": "Jani Nyman",
"position": "R",
"number": "38",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 4,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 3,
"takeaways": 0,
"time_on_ice": "16:05"
}
},
{
"id": "33bdea51-2648-5bd9-9f8e-53d9d1ba270c",
"name": "Shane Wright",
"position": "C",
"number": "51",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0.222222,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "15:44"
}
},
{
"id": "e8c8be5a-bb92-5ba3-b849-79c8c9bd4af4",
"name": "Kaapo Kakko",
"position": "R",
"number": "84",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 1,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 18,
"shots_on_goal": 2,
"takeaways": 1,
"time_on_ice": "16:40"
}
},
{
"id": "985c0966-4d9b-5ebf-b06d-9066deec1223",
"name": "Andre Burakovsky",
"position": "L",
"number": "95",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 15,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "10:45"
}
},
{
"id": "58cc34c7-4f5a-56b9-8c55-b14c4370bc65",
"name": "Adam Larsson",
"position": "D",
"number": "6",
"played": true,
"stats": {
"assists": 1,
"blocked_shots": 0,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 2,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 1,
"power_play_goals": 0,
"shifts": 22,
"shots_on_goal": 5,
"takeaways": 1,
"time_on_ice": "22:26"
}
},
{
"id": "d6a18a58-9dad-54d5-831b-12836b3e81f3",
"name": "Cale Fleury",
"position": "D",
"number": "8",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 13,
"shots_on_goal": 2,
"takeaways": 0,
"time_on_ice": "12:19"
}
},
{
"id": "51304060-33bc-57c6-8ea7-f08d62cd9749",
"name": "Jamie Oleksiak",
"position": "D",
"number": "24",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 3,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 0,
"penalty_minutes": 0,
"plus_minus": 0,
"points": 0,
"power_play_goals": 0,
"shifts": 14,
"shots_on_goal": 1,
"takeaways": 0,
"time_on_ice": "15:17"
}
},
{
"id": "36f4f53c-573f-5239-945e-55767cd1e61c",
"name": "Vince Dunn",
"position": "D",
"number": "29",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 1,
"penalty_minutes": 0,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "24:00"
}
},
{
"id": "fdd7cfd8-909f-5abd-b23d-a4af426811c6",
"name": "Ryker Evans",
"position": "D",
"number": "41",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 0,
"goals": 0,
"hits": 4,
"penalty_minutes": 2,
"plus_minus": -1,
"points": 0,
"power_play_goals": 0,
"shifts": 19,
"shots_on_goal": 0,
"takeaways": 0,
"time_on_ice": "19:11"
}
},
{
"id": "27c874a8-f079-5fa6-9bb7-80398d4d0a02",
"name": "Brandon Montour",
"position": "D",
"number": "62",
"played": true,
"stats": {
"assists": 0,
"blocked_shots": 1,
"faceoff_winning_pct": 0,
"giveaways": 1,
"goals": 0,
"hits": 3,
"penalty_minutes": 4,
"plus_minus": -2,
"points": 0,
"power_play_goals": 0,
"shifts": 21,
"shots_on_goal": 4,
"takeaways": 1,
"time_on_ice": "22:59"
}
},
{
"id": "c8f3b0e4-7a04-5f25-875c-65742065b299",
"name": "Philipp Grubauer",
"position": "G",
"number": "31",
"played": true,
"started": true,
"stats": {
"even_strength_goals_against": 2,
"even_strength_saves": 24,
"even_strength_shots_against": 26,
"goals_against": 2,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 4,
"power_play_shots_against": 4,
"save_pct": 0.933333,
"saves": 28,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 30,
"time_on_ice": "58:03"
}
},
{
"id": "055cf622-e51f-5aaf-b34a-4d7a206ed563",
"name": "Joey Daccord",
"position": "G",
"number": "35",
"played": false,
"started": false,
"stats": {
"even_strength_goals_against": 0,
"even_strength_saves": 0,
"even_strength_shots_against": 0,
"goals_against": 0,
"penalty_minutes": 0,
"power_play_goals_against": 0,
"power_play_saves": 0,
"power_play_shots_against": 0,
"saves": 0,
"shorthanded_goals_against": 0,
"shorthanded_saves": 0,
"shorthanded_shots_against": 0,
"shots_against": 0,
"time_on_ice": "0:00"
}
}
]
}
}
],
"updated": "2025-04-20T22:02:46Z"
}