Skip to main content

NHL Game Boxscore API Documentation

Requirement

You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.

Update Frequency

This endpoint updates every 1 second.

Description

This endpoint returns NHL boxscores by game id.

API Endpoint

https://api.sportsblaze.com/nhl/v1/boxscores/game/{id}.json

Parameters

key (required)

Your SportsBlaze API key.

Example URLs

Game boxscore:

https://api.sportsblaze.com/nhl/v1/boxscores/game/1bbc5a79-548e-5480-99ff-98fd4b8e27bd.json?key=your_key

Example Response

{
"league": {
"id": "nhl",
"name": "NHL",
"sport": "Hockey"
},
"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"
}
}
]
},
"updated": "2025-04-20T22:02:46Z"
}