Last active
July 22, 2021 21:33
-
-
Save iposton/1ce7742ac45bdc75824f32d2948e2cd3 to your computer and use it in GitHub Desktop.
NHL Goalies 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // This is a list of starting NHL Goalies from the 2021 season in json format. | |
| // The id is related to My Sports Feeds api. | |
| // The nhlId is related to nhl.com | |
| // numberOne boolean signifies the teams main starting goalie which is subject to change throughout the year. | |
| // I will make updates to this data through out the season. | |
| // The live api feed of these items can be fetched here. https://ejs-ssr.herokuapp.com/nhlgoalies | |
| { | |
| "Samsonov":{ | |
| "id": 5617, | |
| "firstName": "Ilya", | |
| "lastName": "Samsonov", | |
| "teamId": 5, | |
| "teamAbbreviation": "WSH", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8478492, | |
| "nhlTeamId": 15, | |
| "teamCity": "Washington", | |
| "teamName": "Capitals", | |
| "teamTwitter": "#ALLCAPS", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Anderson": { | |
| "id": 757, | |
| "firstName": "Craig", | |
| "lastName": "Anderson", | |
| "teamId": 5, | |
| "teamAbbreviation": "WSH", | |
| "active": false, | |
| "numberOne": false, | |
| "nhlId": 8467950, | |
| "nhlTeamId": 15, | |
| "teamCity": "Washington", | |
| "teamName": "Capitals", | |
| "teamTwitter": "#ALLCAPS", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Holtby":{ | |
| "id": 4863, | |
| "firstName": "Braden", | |
| "lastName": "Holtby", | |
| "teamId": 21, | |
| "teamAbbreviation": "VAN", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8474651, | |
| "nhlTeamId": 23, | |
| "teamCity": "Vancouver", | |
| "teamName": "Canucks", | |
| "teamTwitter": "#Canucks", | |
| "teamColorHex": "#00205b" | |
| }, | |
| "Demko": { | |
| "id": 13876, | |
| "firstName": "Thatcher", | |
| "lastName": "Demko", | |
| "teamId": 21, | |
| "teamAbbreviation": "VAN", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8477967, | |
| "nhlTeamId": 23, | |
| "teamCity": "Vancouver", | |
| "teamName": "Canucks", | |
| "teamTwitter": "#Canucks", | |
| "teamColorHex": "#00205b" | |
| }, | |
| "Binnington": { | |
| "id": 5908, | |
| "firstName": "Jordan", | |
| "lastName": "Binnington", | |
| "teamId": 17, | |
| "teamAbbreviation": "STL", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476412, | |
| "nhlTeamId": 23, | |
| "teamCity": "St. Louis", | |
| "teamName": "Blues", | |
| "teamTwitter": "#STLBlues", | |
| "teamColorHex": "#002f87" | |
| }, | |
| "Husso": { | |
| "id": 13661, | |
| "firstName": "Ville", | |
| "lastName": "Husso", | |
| "teamId": 17, | |
| "teamAbbreviation": "STL", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8478024, | |
| "nhlTeamId": 23, | |
| "teamCity": "St. Louis", | |
| "teamName": "Blues", | |
| "teamTwitter": "#STLBlues", | |
| "teamColorHex": "#002f87" | |
| }, | |
| "Andersen": { | |
| "id": 5109, | |
| "firstName": "Frederik", | |
| "lastName": "Andersen", | |
| "teamId": 12, | |
| "teamAbbreviation": "TOR", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8475883, | |
| "nhlTeamId": 10, | |
| "teamCity": "Toronto", | |
| "teamName": "Maple Leafs", | |
| "teamTwitter": "#LeafsForever", | |
| "teamColorHex": "#00205b" | |
| }, | |
| "Campbell": { | |
| "id": 5271, | |
| "firstName": "Jack", | |
| "lastName": "Campbell", | |
| "teamId": 12, | |
| "teamAbbreviation": "TOR", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8475789, | |
| "nhlTeamId": 10, | |
| "teamCity": "Toronto", | |
| "teamName": "Maple Leafs", | |
| "teamTwitter": "#LeafsForever", | |
| "teamColorHex": "#00205b" | |
| }, | |
| "Rittich": { | |
| "id": 11724, | |
| "firstName": "David", | |
| "lastName": "Rittich", | |
| "teamId": 12, | |
| "teamAbbreviation": "TOR", | |
| "active": false, | |
| "numberOne": false, | |
| "nhlId": 8479496, | |
| "nhlTeamId": 10, | |
| "teamCity": "Toronto", | |
| "teamName": "Maple Leafs", | |
| "teamTwitter": "#LeafsForever", | |
| "teamColorHex": "#00205b" | |
| }, | |
| "Koskinen": { | |
| "id": 4950, | |
| "firstName": "Mikko", | |
| "lastName": "Koskinen", | |
| "teamId": 24, | |
| "teamAbbreviation": "EDM", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8475156, | |
| "nhlTeamId": 22, | |
| "teamCity": "Edmonton", | |
| "teamName": "Oilers", | |
| "teamTwitter": "#LetsGoOilers", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Smith": { | |
| "id": 3486, | |
| "firstName": "Mike", | |
| "lastName": "Smith", | |
| "teamId": 24, | |
| "teamAbbreviation": "EDM", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8469608, | |
| "nhlTeamId": 22, | |
| "teamCity": "Edmonton", | |
| "teamName": "Oilers", | |
| "teamTwitter": "#LetsGoOilers", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Jones": { | |
| "id": 5122, | |
| "firstName": "Martin", | |
| "lastName": "Jones", | |
| "teamId": 26, | |
| "teamAbbreviation": "SJS", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8474889, | |
| "nhlTeamId": 28, | |
| "teamCity": "San Jose", | |
| "teamName": "Sharks", | |
| "teamTwitter": "#SJSharks", | |
| "teamColorHex": "#006d75" | |
| }, | |
| "Korenar": { | |
| "id": 14443, | |
| "firstName": "Josef", | |
| "lastName": "Korenar", | |
| "teamId": 26, | |
| "teamAbbreviation": "SJS", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8480373, | |
| "nhlTeamId": 28, | |
| "teamCity": "San Jose", | |
| "teamName": "Sharks", | |
| "teamTwitter": "#SJSharks", | |
| "teamColorHex": "#006d75" | |
| }, | |
| "Driedger": { | |
| "id": 5540, | |
| "firstName": "Chris", | |
| "lastName": "Driedger", | |
| "teamId": 0, | |
| "teamAbbreviation": "SEA", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476904, | |
| "nhlTeamId": 55, | |
| "teamCity": "Seattle", | |
| "teamName": "Kraken", | |
| "teamTwitter": "#SeaKraken", | |
| "teamColorHex": "#000000" | |
| }, | |
| "Vanecek":{ | |
| "id": 14365, | |
| "firstName": "Vitek", | |
| "lastName": "Vanecek", | |
| "teamId": 0, | |
| "teamAbbreviation": "SEA", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8477970, | |
| "nhlTeamId": 55, | |
| "teamCity": "Seattle", | |
| "teamName": "Kraken", | |
| "teamTwitter": "#SeaKraken", | |
| "teamColorHex": "#000000" | |
| }, | |
| "Bobrovsky": { | |
| "id": 4890, | |
| "firstName": "Sergei", | |
| "lastName": "Bobrovsky", | |
| "teamId": 4, | |
| "teamAbbreviation": "FLO", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8475683, | |
| "nhlTeamId": 13, | |
| "teamCity": "Florida", | |
| "teamName": "Panthers", | |
| "teamTwitter": "#FLAPanthers", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Knight": { | |
| "id": 30021, | |
| "firstName": "Spencer", | |
| "lastName": "Knight", | |
| "teamId": 4, | |
| "teamAbbreviation": "FLO", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8481519, | |
| "nhlTeamId": 13, | |
| "teamCity": "Florida", | |
| "teamName": "Panthers", | |
| "teamTwitter": "#FLAPanthers", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Quick": { | |
| "id": 4333, | |
| "firstName": "Jonathan", | |
| "lastName": "Quick", | |
| "teamId": 28, | |
| "teamAbbreviation": "LAK", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8471734, | |
| "nhlTeamId": 26, | |
| "teamCity": "Los Angeles", | |
| "teamName": "Kings", | |
| "teamTwitter": "#GoKingsGo", | |
| "teamColorHex": "#111111" | |
| }, | |
| "Petersen": { | |
| "id": 15384, | |
| "firstName": "Calvin", | |
| "lastName": "Petersen", | |
| "teamId": 28, | |
| "teamAbbreviation": "LAK", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8477361, | |
| "nhlTeamId": 26, | |
| "teamCity": "Los Angeles", | |
| "teamName": "Kings", | |
| "teamTwitter": "#GoKingsGo", | |
| "teamColorHex": "#111111" | |
| }, | |
| "Varlamov": { | |
| "id": 4592, | |
| "firstName": "Semyon", | |
| "lastName": "Varlamov", | |
| "teamId": 8, | |
| "teamAbbreviation": "NYI", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8473575, | |
| "nhlTeamId": 2, | |
| "teamCity": "New York", | |
| "teamName": "Islanders", | |
| "teamTwitter": "#Isles", | |
| "teamColorHex": "#00539b" | |
| }, | |
| "Sorokin": { | |
| "id": 28379, | |
| "firstName": "Ilya", | |
| "lastName": "Sorokin", | |
| "teamId": 8, | |
| "teamAbbreviation": "NYI", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8478009, | |
| "nhlTeamId": 2, | |
| "teamCity": "New York", | |
| "teamName": "Islanders", | |
| "teamTwitter": "#Isles", | |
| "teamColorHex": "#00539b" | |
| }, | |
| "Price": { | |
| "id": 4294, | |
| "firstName": "Carey", | |
| "lastName": "Price", | |
| "teamId": 14, | |
| "teamAbbreviation": "MTL", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8471679, | |
| "nhlTeamId": 8, | |
| "teamCity": "Montreal", | |
| "teamName": "Canadiens", | |
| "teamTwitter": "#GoHabsGo", | |
| "teamColorHex": "#af1e2d" | |
| }, | |
| "Allen":{ | |
| "id": 5107, | |
| "firstName": "Jake", | |
| "lastName": "Allen", | |
| "teamId": 14, | |
| "teamAbbreviation": "MTL", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8474596, | |
| "nhlTeamId": 8, | |
| "teamCity": "Montreal", | |
| "teamName": "Canadiens", | |
| "teamTwitter": "#GoHabsGo", | |
| "teamColorHex": "#af1e2d" | |
| }, | |
| "Ullmark": { | |
| "id": 5842, | |
| "firstName": "Linus", | |
| "lastName": "Ullmark", | |
| "teamId": 15, | |
| "teamAbbreviation": "BUF", | |
| "active": false, | |
| "numberOne": false, | |
| "nhlId": 8476999, | |
| "nhlTeamId": 7, | |
| "teamCity": "Buffalo", | |
| "teamName": "Sabres", | |
| "teamTwitter": "#LetsGoBuffalo", | |
| "teamColorHex": "#002654" | |
| }, | |
| "Tokarski": { | |
| "id": 4759, | |
| "firstName": "Dustin", | |
| "lastName": "Tokarski", | |
| "teamId": 15, | |
| "teamAbbreviation": "BUF", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8474682, | |
| "nhlTeamId": 7, | |
| "teamCity": "Buffalo", | |
| "teamName": "Sabres", | |
| "teamTwitter": "#LetsGoBuffalo", | |
| "teamColorHex": "#002654" | |
| }, | |
| "Georgiev": { | |
| "id": 13934, | |
| "firstName": "Alexandar", | |
| "lastName": "Georgiev", | |
| "teamId": 9, | |
| "teamAbbreviation": "NYR", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8480382, | |
| "nhlTeamId": 3, | |
| "teamCity": "New York", | |
| "teamName": "Rangers", | |
| "teamTwitter": "#NYR", | |
| "teamColorHex": "#0038a8" | |
| }, | |
| "Shesterkin": { | |
| "id": 17374, | |
| "firstName": "Igor", | |
| "lastName": "Shesterkin", | |
| "teamId": 9, | |
| "teamAbbreviation": "NYR", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8478048, | |
| "nhlTeamId": 3, | |
| "teamCity": "New York", | |
| "teamName": "Rangers", | |
| "teamTwitter": "#NYR", | |
| "teamColorHex": "#0038a8" | |
| }, | |
| "Fleury": { | |
| "id": 483, | |
| "firstName": "Marc-Andre", | |
| "lastName": "Fleury", | |
| "teamId": 142, | |
| "teamAbbreviation": "VGK", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8470594, | |
| "nhlTeamId": 54, | |
| "teamCity": "Las Vegas", | |
| "teamName": "Golden Knights", | |
| "teamTwitter": "#VegasBorn", | |
| "teamColorHex": "#b4975a" | |
| }, | |
| "Lehner": { | |
| "id": 4867, | |
| "firstName": "Robin", | |
| "lastName": "Lehner", | |
| "teamId": 142, | |
| "teamAbbreviation": "VGK", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8475215, | |
| "nhlTeamId": 54, | |
| "teamCity": "Las Vegas", | |
| "teamName": "Golden Knights", | |
| "teamTwitter": "#VegasBorn", | |
| "teamColorHex": "#b4975a" | |
| }, | |
| "Gibson": { | |
| "id": 5227, | |
| "firstName": "John", | |
| "lastName": "Gibson", | |
| "teamId": 29, | |
| "teamAbbreviation": "ANA", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476434, | |
| "nhlTeamId": 24, | |
| "teamCity": "Anaheim", | |
| "teamName": "Ducks", | |
| "teamTwitter": "#FlyTogether", | |
| "teamColorHex": "#f47a38" | |
| }, | |
| "Stolarz": { | |
| "id": 178, | |
| "firstName": "Anthony", | |
| "lastName": "Stolarz", | |
| "teamId": 29, | |
| "teamAbbreviation": "ANA", | |
| "active": false, | |
| "numberOne": false, | |
| "nhlId": 8468011, | |
| "nhlTeamId": 24, | |
| "teamCity": "Anaheim", | |
| "teamName": "Ducks", | |
| "teamTwitter": "#FlyTogether", | |
| "teamColorHex": "#f47a38" | |
| }, | |
| "Vasilevskiy": { | |
| "id": 5420, | |
| "firstName": "Andrei", | |
| "lastName": "Vasilevskiy", | |
| "teamId": 1, | |
| "teamAbbreviation": "TBL", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476883, | |
| "nhlTeamId": 14, | |
| "teamCity": "Tampa Bay", | |
| "teamName": "Lightning", | |
| "teamTwitter": "#GoBolts", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "McElhinney": { | |
| "id": 5905, | |
| "firstName": "Curtis", | |
| "lastName": "McElhinney", | |
| "teamId": 1, | |
| "teamAbbreviation": "TBL", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8470147, | |
| "nhlTeamId": 14, | |
| "teamCity": "Tampa Bay", | |
| "teamName": "Lightning", | |
| "teamTwitter": "#GoBolts", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Hellebuyck": { | |
| "id": 5873, | |
| "firstName": "Connor", | |
| "lastName": "Hellebuyck", | |
| "teamId": 2, | |
| "teamAbbreviation": "WPJ", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476945, | |
| "nhlTeamId": 52, | |
| "teamCity": "Winnipeg", | |
| "teamName": "Jets", | |
| "teamTwitter": "#GoJetsGo", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Brossoit": { | |
| "id": 5552, | |
| "firstName": "Laurent", | |
| "lastName": "Brossoit", | |
| "teamId": 2, | |
| "teamAbbreviation": "WPJ", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8476316, | |
| "nhlTeamId": 52, | |
| "teamCity": "Winnipeg", | |
| "teamName": "Jets", | |
| "teamTwitter": "#GoJetsGo", | |
| "teamColorHex": "#041e42" | |
| }, | |
| "Murray": { | |
| "id": 5894, | |
| "firstName": "Matt", | |
| "lastName": "Murray", | |
| "teamId": 13, | |
| "teamAbbreviation": "OTT", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476899, | |
| "nhlTeamId": 9, | |
| "teamCity": "Ottawa", | |
| "teamName": "Senators", | |
| "teamTwitter": "#GoSensGo", | |
| "teamColorHex": "#c52032" | |
| }, | |
| "Hogberg": { | |
| "id": 15452, | |
| "firstName": "Marcus", | |
| "lastName": "Hogberg", | |
| "teamId": 13, | |
| "teamAbbreviation": "OTT", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8477405, | |
| "nhlTeamId": 9, | |
| "teamCity": "Ottawa", | |
| "teamName": "Senators", | |
| "teamTwitter": "#GoSensGo", | |
| "teamColorHex": "#c52032" | |
| }, | |
| "Blackwood": { | |
| "id": 15438, | |
| "firstName": "Mackenzie", | |
| "lastName": "Blackwood", | |
| "teamId": 7, | |
| "teamAbbreviation": "NJD", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8478406, | |
| "nhlTeamId": 1, | |
| "teamCity": "New Jersey", | |
| "teamName": "Devils", | |
| "teamTwitter": "#NJDevils", | |
| "teamColorHex": "#ce1126" | |
| }, | |
| "Dell": { | |
| "id": 10074, | |
| "firstName": "Aaron", | |
| "lastName": "Dell", | |
| "teamId": 7, | |
| "teamAbbreviation": "NJD", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8477180, | |
| "nhlTeamId": 1, | |
| "teamCity": "New Jersey", | |
| "teamName": "Devils", | |
| "teamTwitter": "#NJDevils", | |
| "teamColorHex": "#ce1126" | |
| }, | |
| "Greiss": { | |
| "id": 4351, | |
| "firstName": "Thomas", | |
| "lastName": "Greiss", | |
| "teamId": 16, | |
| "teamAbbreviation": "DET", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8471306, | |
| "nhlTeamId": 17, | |
| "teamCity": "Detroit", | |
| "teamName": "Red Wings", | |
| "teamTwitter": "#LGRW", | |
| "teamColorHex": "#ce1126" | |
| }, | |
| "Bernier": { | |
| "id": 4271, | |
| "firstName": "Jonathan", | |
| "lastName": "Bernier", | |
| "teamId": 16, | |
| "teamAbbreviation": "DET", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8473541, | |
| "nhlTeamId": 17, | |
| "teamCity": "Detroit", | |
| "teamName": "Red Wings", | |
| "teamTwitter": "#LGRW", | |
| "teamColorHex": "#ce1126" | |
| }, | |
| "Merzlikins": { | |
| "id": 15690, | |
| "firstName": "Elvis", | |
| "lastName": "Merzlikins", | |
| "teamId": 19, | |
| "teamAbbreviation": "CBJ", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8478007, | |
| "nhlTeamId": 29, | |
| "teamCity": "Columbus", | |
| "teamName": "Blue Jackets", | |
| "teamTwitter": "#CBJ", | |
| "teamColorHex": "#002654" | |
| }, | |
| "Korpisalo": { | |
| "id": 5877, | |
| "firstName": "Joonas", | |
| "lastName": "Korpisalo", | |
| "teamId": 19, | |
| "teamAbbreviation": "CBJ", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8476914, | |
| "nhlTeamId": 29, | |
| "teamCity": "Columbus", | |
| "teamName": "Blue Jackets", | |
| "teamTwitter": "#CBJ", | |
| "teamColorHex": "#002654" | |
| }, | |
| "Elliott": { | |
| "id": 4305, | |
| "firstName": "Brian", | |
| "lastName": "Elliott", | |
| "teamId": 6, | |
| "teamAbbreviation": "PHI", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8470880, | |
| "nhlTeamId": 4, | |
| "teamCity": "Philadelphia", | |
| "teamName": "Flyers", | |
| "teamTwitter": "#AnytimeAnywhere", | |
| "teamColorHex": "#f74902" | |
| }, | |
| "Hart": { | |
| "id": 15154, | |
| "firstName": "Carter", | |
| "lastName": "Hart", | |
| "teamId": 6, | |
| "teamAbbreviation": "PHI", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8479394, | |
| "nhlTeamId": 4, | |
| "teamCity": "Philadelphia", | |
| "teamName": "Flyers", | |
| "teamTwitter": "#AnytimeAnywhere", | |
| "teamColorHex": "#f74902" | |
| }, | |
| "Kuemper": { | |
| "id": 5168, | |
| "firstName": "Darcy", | |
| "lastName": "Kuemper", | |
| "teamId": 30, | |
| "teamAbbreviation": "ARI", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8475311, | |
| "nhlTeamId": 53, | |
| "teamCity": "Arizona", | |
| "teamName": "Coyotes", | |
| "teamTwitter": "#Yotes", | |
| "teamColorHex": "#8c2633" | |
| }, | |
| "Raanta": { | |
| "id": 5296, | |
| "firstName": "Antti", | |
| "lastName": "Raanta", | |
| "teamId": 30, | |
| "teamAbbreviation": "ARI", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8477293, | |
| "nhlTeamId": 53, | |
| "teamCity": "Arizona", | |
| "teamName": "Coyotes", | |
| "teamTwitter": "#Yotes", | |
| "teamColorHex": "#8c2633" | |
| }, | |
| "Grubauer": { | |
| "id": 5176, | |
| "firstName": "Philipp", | |
| "lastName": "Grubauer", | |
| "teamId": 22, | |
| "teamAbbreviation": "COL", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8475831, | |
| "nhlTeamId": 21, | |
| "teamCity": "Colorado", | |
| "teamName": "Avalanche", | |
| "teamTwitter": "#GoAvsGo", | |
| "teamColorHex": "#6f263d" | |
| }, | |
| "Dubnyk": { | |
| "id": 4666, | |
| "firstName": "Devan", | |
| "lastName": "Dubnyk", | |
| "teamId": 22, | |
| "teamAbbreviation": "COL", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8471227, | |
| "nhlTeamId": 21, | |
| "teamCity": "Colorado", | |
| "teamName": "Avalanche", | |
| "teamTwitter": "#GoAvsGo", | |
| "teamColorHex": "#6f263d" | |
| }, | |
| "Markstrom": { | |
| "id": 4874, | |
| "firstName": "Jacob", | |
| "lastName": "Markstrom", | |
| "teamId": 23, | |
| "teamAbbreviation": "CGY", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8474593, | |
| "nhlTeamId": 20, | |
| "teamCity": "Calgary", | |
| "teamName": "Flames", | |
| "teamTwitter": "#CofRed", | |
| "teamColorHex": "#c8102e" | |
| }, | |
| "Oettinger": { | |
| "id": 18035, | |
| "firstName": "Jake", | |
| "lastName": "Oettinger", | |
| "teamId": 27, | |
| "teamAbbreviation": "DAL", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8479979, | |
| "nhlTeamId": 25, | |
| "teamCity": "Dallas", | |
| "teamName": "Stars", | |
| "teamTwitter": "#GoStars", | |
| "teamColorHex": "#006847" | |
| }, | |
| "Khudobin": { | |
| "id": 4763, | |
| "firstName": "Anton", | |
| "lastName": "Khudobin", | |
| "teamId": 27, | |
| "teamAbbreviation": "DAL", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8471418, | |
| "nhlTeamId": 25, | |
| "teamCity": "Dallas", | |
| "teamName": "Stars", | |
| "teamTwitter": "#GoStars", | |
| "teamColorHex": "#006847" | |
| }, | |
| "Rask": { | |
| "id": 4326, | |
| "firstName": "Tuukka", | |
| "lastName": "Rask", | |
| "teamId": 11, | |
| "teamAbbreviation": "BOS", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8471695, | |
| "nhlTeamId": 6, | |
| "teamCity": "Boston", | |
| "teamName": "Bruins", | |
| "teamTwitter": "#NHLBruins", | |
| "teamColorHex": "#ffb81c" | |
| }, | |
| "Swayman": { | |
| "id": 28418, | |
| "firstName": "Jeremy", | |
| "lastName": "Swayman", | |
| "teamId": 11, | |
| "teamAbbreviation": "BOS", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 0, | |
| "nhlTeamId": 6, | |
| "teamCity": "Boston", | |
| "teamName": "Bruins", | |
| "teamTwitter": "#NHLBruins", | |
| "teamColorHex": "#ffb81c" | |
| }, | |
| "Saros": { | |
| "id": 5877, | |
| "firstName": "Juuse", | |
| "lastName": "Saros", | |
| "teamId": 18, | |
| "teamAbbreviation": "NSH", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8477424, | |
| "nhlTeamId": 18, | |
| "teamCity": "Nashville", | |
| "teamName": "Predators", | |
| "teamTwitter": "#Preds", | |
| "teamColorHex": "#ffb81c" | |
| }, | |
| "Kaskisuo": { | |
| "id": 13660, | |
| "firstName": "Kasimir", | |
| "lastName": "Kaskisuo", | |
| "teamId": 18, | |
| "teamAbbreviation": "NSH", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8479288, | |
| "nhlTeamId": 18, | |
| "teamCity": "Nashville", | |
| "teamName": "Predators", | |
| "teamTwitter": "#Preds", | |
| "teamColorHex": "#ffb81c" | |
| }, | |
| "Talbot": { | |
| "id": 5277, | |
| "firstName": "Cam", | |
| "lastName": "Talbot", | |
| "teamId": 25, | |
| "teamAbbreviation": "MIN", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8475660, | |
| "nhlTeamId": 30, | |
| "teamCity": "Minnesota", | |
| "teamName": "Wild", | |
| "teamTwitter": "#MNWild", | |
| "teamColorHex": "#a6192e" | |
| }, | |
| "Kahkonen": { | |
| "id": 17333, | |
| "firstName": "Kaapo", | |
| "lastName": "Kahkonen", | |
| "teamId": 25, | |
| "teamAbbreviation": "MIN", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8478039, | |
| "nhlTeamId": 30, | |
| "teamCity": "Minnesota", | |
| "teamName": "Wild", | |
| "teamTwitter": "#MNWild", | |
| "teamColorHex": "#a6192e" | |
| }, | |
| "Nedeljkovic": { | |
| "id": 11703, | |
| "firstName": "Alex", | |
| "lastName": "Nedeljkovic", | |
| "teamId": 3, | |
| "teamAbbreviation": "CAR", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8477968, | |
| "nhlTeamId": 12, | |
| "teamCity": "Carolina", | |
| "teamName": "Hurricanes", | |
| "teamTwitter": "#LetsGoCanes", | |
| "teamColorHex": "#cc0000" | |
| }, | |
| "Mrazek": { | |
| "id": 5163, | |
| "firstName": "Petr", | |
| "lastName": "Mrazek", | |
| "teamId": 3, | |
| "teamAbbreviation": "CAR", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8475852, | |
| "nhlTeamId": 12, | |
| "teamCity": "Carolina", | |
| "teamName": "Hurricanes", | |
| "teamTwitter": "#LetsGoCanes", | |
| "teamColorHex": "#cc0000" | |
| }, | |
| "Jarry": { | |
| "id": 10083, | |
| "firstName": "Tristan", | |
| "lastName": "Jarry", | |
| "teamId": 10, | |
| "teamAbbreviation": "PIT", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8477465, | |
| "nhlTeamId": 5, | |
| "teamCity": "Pittsburgh", | |
| "teamName": "Penguins", | |
| "teamTwitter": "#LetsGoPens", | |
| "teamColorHex": "#000000" | |
| }, | |
| "DeSmith": { | |
| "id": 13873, | |
| "firstName": "Casey", | |
| "lastName": "DeSmith", | |
| "teamId": 10, | |
| "teamAbbreviation": "PIT", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8479193, | |
| "nhlTeamId": 5, | |
| "teamCity": "Pittsburgh", | |
| "teamName": "Penguins", | |
| "teamTwitter": "#LetsGoPens", | |
| "teamColorHex": "#000000" | |
| }, | |
| "Lankinen": { | |
| "id": 17354, | |
| "firstName": "Kevin", | |
| "lastName": "Lankinen", | |
| "teamId": 20, | |
| "teamAbbreviation": "CHI", | |
| "active": true, | |
| "numberOne": true, | |
| "nhlId": 8480947, | |
| "nhlTeamId": 16, | |
| "teamCity": "Chicago", | |
| "teamName": "Blackhawks", | |
| "teamTwitter": "#Blackhawks", | |
| "teamColorHex": "#cf0a2c" | |
| }, | |
| "Subban": { | |
| "id": 5528, | |
| "firstName": "Malcolm", | |
| "lastName": "Subban", | |
| "teamId": 20, | |
| "teamAbbreviation": "CHI", | |
| "active": true, | |
| "numberOne": false, | |
| "nhlId": 8476876, | |
| "nhlTeamId": 16, | |
| "teamCity": "Chicago", | |
| "teamName": "Blackhawks", | |
| "teamTwitter": "#Blackhawks", | |
| "teamColorHex": "#cf0a2c" | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment