National Hockey League Coaching Conundrums

python
API
visualization
sports
hockey
Author

Dan MacGuigan

Published

January 9, 2024

Let’s return to some hockey stats to keep working on our Python and API skills.

Today, we’ll learn a bit about head coaching in the NHL. We’re going to use a different database and API: https://records.nhl.com/.

First, let’s get the basic stats for every NHL franchise.

import requests
import json

teams = json.loads(requests.get('https://records.nhl.com/site/api/franchise-detail').text) # pull request, get data (.text), and convert JSON to a Python dict
print(json.dumps(teams, indent=4)) # print the new dictionary object
{
    "data": [
        {
            "id": 1,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Nick Suzuki: 2022-23 &ndash; Present</li>\r\n\t<li>Shea Weber: 2018-19 &ndash; 2021-22</li>\r\n\t<li>Max Pacioretty: 2015-16 &ndash;&nbsp;2017-18</li>\r\n\t<li>(No Captain): 2014-15</li>\r\n\t<li>Brian Gionta: 2010-11 &ndash;&nbsp;2013-14</li>\r\n\t<li>(No Captain): 2009-10</li>\r\n\t<li>Saku Koivu: 1999-00 &ndash;&nbsp;2008-09</li>\r\n\t<li>Vincent Damphousse: 1997-98 &ndash;&nbsp;1998-99</li>\r\n\t<li>Pierre Turgeon and Vincent Damphousse: 1996-97</li>\r\n\t<li>Mike Keane and Pierre Turgeon: 1995-96</li>\r\n\t<li>Kirk Muller and Mike Keane: 1994-95</li>\r\n\t<li>Guy Carbonneau: 1990-91 &ndash;&nbsp;1993-94</li>\r\n\t<li>Guy Carbonneau and Chris Chelios: 1989-90</li>\r\n\t<li>Bob Gainey: 1981-82 &ndash;&nbsp;1988-89</li>\r\n\t<li>Serge Savard: 1979-80 &ndash;&nbsp;1980-81</li>\r\n\t<li>Yvan Cournoyer and Serge Savard: 1978-79</li>\r\n\t<li>Yvan Cournoyer: 1975-76 &ndash;&nbsp;1977-78</li>\r\n\t<li>Henri Richard: 1971-72 &ndash;&nbsp;1974-75</li>\r\n\t<li>Jean Beliveau: 1961-62 &ndash;&nbsp;1970-71</li>\r\n\t<li>Doug Harvey: 1960-61</li>\r\n\t<li>Maurice Richard: 1956-57 &ndash;&nbsp;1959-60</li>\r\n\t<li>Butch Bouchard: 1948-49 &ndash;&nbsp;1955-56</li>\r\n\t<li>Toe Blake and Bill Durnan: 1947-48</li>\r\n\t<li>Toe Blake: 1940-41 &ndash;&nbsp;1946-47</li>\r\n\t<li>Walt Buswell: 1939-40</li>\r\n\t<li>Babe Siebert: 1936-37 &ndash;&nbsp;1938-39</li>\r\n\t<li>Sylvio Mantha: 1933-34 &ndash;&nbsp;1935-36</li>\r\n\t<li>George Hainsworth: 1932-33</li>\r\n\t<li>Sylvio Mantha: 1926-27 &ndash;&nbsp;1931-32</li>\r\n\t<li>Bill Coutu: 1925-26</li>\r\n\t<li>Sprague Cleghorn: 1922-23 &ndash;&nbsp;1924-25</li>\r\n\t<li>Newsy Lalonde: 1916-17&nbsp;&ndash;&nbsp;1921-22</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Martin St. Louis: Feb. 10, 2022&nbsp;&ndash; Present</li>\r\n\t<li>Dominique Ducharme: Feb. 25, 2021&nbsp;&ndash; Feb. 8, 2022</li>\r\n\t<li>Claude Julien: Feb. 18, 2017 &ndash; Feb. 23, 2021</li>\r\n\t<li>Michel Therrien: Jan. 19, 2013 &ndash; Feb. 12, 2017</li>\r\n\t<li>Randy Cunneyworth: Dec. 17, 2011 &ndash; April 7, 2012</li>\r\n\t<li>Jacques Martin: Oct. 1, 2009 &ndash; Dec. 15, 2011</li>\r\n\t<li>Bob Gainey: March 10&nbsp;&ndash; April 22, 2009</li>\r\n\t<li>Guy Carbonneau: Oct. 6, 2006 &ndash; March 8, 2009</li>\r\n\t<li>Bob Gainey: Jan. 14&nbsp;&ndash; May 2, 2006</li>\r\n\t<li>Claude Julien: Jan. 18, 2003 &ndash; Jan. 11, 2006</li>\r\n\t<li>Michel Therrien: Nov. 21, 2000 &ndash; Jan. 16, 2003</li>\r\n\t<li>Alain Vigneault: Oct. 1, 1997 &ndash; Nov. 18, 2000</li>\r\n\t<li>Mario Tremblay: Oct. 21, 1995 &ndash; April 26, 1997</li>\r\n\t<li>Jacques Laperriere: Oct. 20, 1995</li>\r\n\t<li>Jacques Demers: Oct. 6, 1992 &ndash; Oct. 14, 1995</li>\r\n\t<li>Pat Burns: Oct. 6, 1988 &ndash; May 9, 1992</li>\r\n\t<li>Jean Perron: Oct. 10, 1985 &ndash; April 26, 1988</li>\r\n\t<li>Jacques Lemaire: Feb. 25, 1984 &ndash; May 2, 1985</li>\r\n\t<li>Bob Berry: Oct. 8, 1981 &ndash; Feb. 23, 1984</li>\r\n\t<li>Claude Ruel: Dec. 14, 1979 &ndash; April 11, 1981</li>\r\n\t<li>Bernie Geoffrion: Oct. 11&nbsp;&ndash; Dec. 11, 1979</li>\r\n\t<li>Scotty Bowman: Oct. 9, 1971 &ndash; May 21, 1979</li>\r\n\t<li>Al MacNeil: Dec. 3, 1970 &ndash; May 18, 1971</li>\r\n\t<li>Claude Ruel: Oct. 12, 1968 &ndash; Dec. 2, 1970</li>\r\n\t<li>Toe Blake: Oct. 6, 1955 &ndash; May 11, 1968</li>\r\n\t<li>Dick Irvin: Nov. 3, 1940 &ndash; April 14, 1955</li>\r\n\t<li>Pit Lepine: Nov. 5, 1939 &ndash; March 17, 1940</li>\r\n\t<li>Jules Dugal: Jan. 29&nbsp;&ndash; March 26, 1939^</li>\r\n\t<li>Cecil Hart: Nov. 7, 1936 &ndash; Jan. 24, 1939</li>\r\n\t<li>Sylvio Mantha: Nov. 12, 1935 &ndash; March 19, 1936</li>\r\n\t<li>Leo Dandurand: Jan. 1&nbsp;&ndash; March 26, 1935</li>\r\n\t<li>Newsy Lalonde: Nov. 12, 1932 &ndash; Dec. 29, 1934</li>\r\n\t<li>Cecil Hart: Nov. 16, 1926 &ndash; March 29, 1932</li>\r\n\t<li>Leo Dandurand: Jan. 11, 1922 &ndash; March 16, 1926</li>\r\n\t<li>Newsy Lalonde: Dec. 19, 1917 &ndash; Jan. 7, 1922</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n\t<li>^ <em>The Canadiens named Babe Siebert head coach in the summer of 1939, but he died before the 1939-40 season began</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1917-11-26T00:00:00",
            "directoryUrl": "https://www.nhl.com/canadiens/team/administration",
            "firstSeasonId": 19171918,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kent Hughes: Jan. 18, 2022 &ndash; Present</li>\r\n\t<li>Marc Bergevin: May 2, 2012 &ndash; Nov. 28, 2021</li>\r\n\t<li>Pierre Gauthier: Feb. 8, 2010 &ndash; March 29, 2012</li>\r\n\t<li>Bob Gainey: June 2, 2003 &ndash; Feb. 8, 2010</li>\r\n\t<li>Andre Savard: Nov. 20, 2000 &ndash; June 2, 2003</li>\r\n\t<li>Rejean Houle: Oct. 21, 1995 &ndash; Nov. 20, 2000</li>\r\n\t<li>Serge Savard: April 28, 1983 &ndash; Oct. 17, 1995</li>\r\n\t<li>Irving Grundman: Sept. 4, 1978 &ndash; April 14, 1983</li>\r\n\t<li>Sam Pollock: May 15, 1964 &ndash; Sept. 4, 1978</li>\r\n\t<li>Frank Selke: July 26, 1946 &ndash; May 15, 1964</li>\r\n\t<li>Tommy Gorman: April 8, 1940 &ndash; July 26, 1946</li>\r\n\t<li>Jules Dugal: Jan. 27, 1939 &ndash; April 8, 1940</li>\r\n\t<li>Cecil Hart: July 30, 1936 &ndash; Jan. 27, 1939</li>\r\n\t<li>Ernest Savard: Sept. 17, 1935 &ndash; July 30, 1936</li>\r\n\t<li>Leo Dandurand: Nov. 2, 1921 &ndash; Sept. 17, 1935</li>\r\n\t<li>George Kennedy: Nov. 12, 1910 &ndash; Oct. 19, 1921</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/MTL/Suzuki.jpg",
            "mostRecentTeamId": 8,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Jacques Plante (1952-63)</li>\r\n\t<li>2 &ndash;&nbsp;Doug Harvey (1947-61)</li>\r\n\t<li>3 &ndash;&nbsp;Butch Bouchard (1941-56)</li>\r\n\t<li>4 &ndash;&nbsp;Jean Beliveau (1950-71)</li>\r\n\t<li>5 &ndash;&nbsp;Bernie&nbsp;Geoffrion (1950-64)</li>\r\n\t<li>5 &ndash;&nbsp;Guy Lapointe (1968-82)</li>\r\n\t<li>7 &ndash;&nbsp;Howie Morenz (1923-37)</li>\r\n\t<li>9 &ndash;&nbsp;Maurice Richard (1942-60)</li>\r\n\t<li>10 &ndash;&nbsp;Guy Lafleur (1971-84)</li>\r\n\t<li>12 &ndash;&nbsp;Dickie Moore (1951-63)</li>\r\n\t<li>12 &ndash;&nbsp;Yvan Cournoyer (1963-79)</li>\r\n\t<li>16 &ndash;&nbsp;Elmer Lach (1940-54)</li>\r\n\t<li>16 &ndash;&nbsp;Henri Richard (1955-75)</li>\r\n\t<li>18 &ndash;&nbsp;Serge Savard (1966-81)</li>\r\n\t<li>19 &ndash;&nbsp;Larry Robinson (1972-89)</li>\r\n\t<li>23 &ndash;&nbsp;Bob Gainey (1973-89)</li>\r\n\t<li>29 &ndash;&nbsp;Ken Dryden (1970-79)</li>\r\n\t<li>33 &ndash;&nbsp;Patrick Roy (1984-95)</li>\r\n</ul>\r\n",
            "teamAbbrev": "MTL",
            "teamFullName": "Montr\u00e9al Canadiens"
        },
        {
            "id": 2,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1917-11-26T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19171918,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/hero/teams/defunct-franchises/montreal-wanderers.jpg",
            "mostRecentTeamId": 41,
            "retiredNumbersSummary": null,
            "teamAbbrev": "MWN",
            "teamFullName": "Montreal Wanderers"
        },
        {
            "id": 3,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1917-11-26T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19171918,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/1927SEN.JPG",
            "mostRecentTeamId": 45,
            "retiredNumbersSummary": null,
            "teamAbbrev": "SLE",
            "teamFullName": "St. Louis Eagles"
        },
        {
            "id": 4,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1917-11-26T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19191920,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/hero/teams/defunct-franchises/hamilton-tigers.jpg",
            "mostRecentTeamId": 37,
            "retiredNumbersSummary": null,
            "teamAbbrev": "HAM",
            "teamFullName": "Hamilton Tigers"
        },
        {
            "id": 5,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>John Tavares: 2019-20 &ndash;&nbsp;Present</li>\r\n\t<li>(No Captain): 2016-17 &ndash;&nbsp;2018-19</li>\r\n\t<li>Dion Phaneuf and (No Captain): 2015-16</li>\r\n\t<li>Dion Phaneuf: 2010-11 &ndash;&nbsp;2014-15</li>\r\n\t<li>(No Captain): 2008-09 &ndash;&nbsp;2009-10</li>\r\n\t<li>Mats Sundin: 1997-98 &ndash;&nbsp;2007-08</li>\r\n\t<li>Doug Gilmour: 1994-95 &ndash;&nbsp;1996-97</li>\r\n\t<li>Wendel Clark: 1991-92 &ndash;&nbsp;1993-94</li>\r\n\t<li>Rob Ramage: 1989-90 &ndash;&nbsp;1990-91</li>\r\n\t<li>(No Captain): 1986-87 &ndash;&nbsp;1988-89</li>\r\n\t<li>Rick Vaive: 1981-82 &ndash;&nbsp;1985-86</li>\r\n\t<li>Darryl Sittler: 1975-76 &ndash;&nbsp;1980-81</li>\r\n\t<li>Dave Keon: 1969-70 &ndash;&nbsp;1974-75</li>\r\n\t<li>George Armstrong: 1957-58 &ndash;&nbsp;1968-69</li>\r\n\t<li>Jimmy Thomson and Ted Kennedy: 1956-57</li>\r\n\t<li>Sid Smith: 1955-56</li>\r\n\t<li>Ted Kennedy: 1948-49 &ndash;&nbsp;1954-55</li>\r\n\t<li>Syl Apps: 1945-46 &ndash;&nbsp;1947-48</li>\r\n\t<li>Bob Davidson: 1943-44 &ndash;&nbsp;1944-45</li>\r\n\t<li>Syl Apps: 1940-41 &ndash;&nbsp;1942-43</li>\r\n\t<li>Red Horner: 1938-39 &ndash;&nbsp;1939-40</li>\r\n\t<li>Charlie Conacher: 1937-38</li>\r\n\t<li>Hap Day: 1927-28 &ndash;&nbsp;1936-37</li>\r\n\t<li>Bert Corbeau: 1926-27</li>\r\n\t<li>Babe Dye: 1925-26</li>\r\n\t<li>John Ross Roach: 1924-25</li>\r\n\t<li>Jack Adams: 1923-24</li>\r\n\t<li>Reg Noble and Jack Adams: 1922-23</li>\r\n\t<li>Reg Noble: 1920-21 &ndash;&nbsp;1921-22</li>\r\n\t<li>Frank Heffernan: 1919-20</li>\r\n\t<li>Ken Randall: 1917-18 &ndash;&nbsp;1918-19</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Sheldon Keefe: Nov. 21, 2019 &ndash; Present</li>\r\n\t<li>Mike Babcock: Oct. 7, 2015 &ndash; Nov. 19, 2019</li>\r\n\t<li>Peter Horachek: Jan. 7&nbsp;&ndash; April 11, 2015</li>\r\n\t<li>Randy Carlyle: March 3, 2012 &ndash; Jan. 3, 2015</li>\r\n\t<li>Ron Wilson: Oct. 9, 2008 &ndash; Feb. 29, 2012</li>\r\n\t<li>Paul Maurice: Oct. 4, 2006 &ndash; April 5, 2008</li>\r\n\t<li>Pat Quinn: Oct. 10, 1998 &ndash; April 18, 2006</li>\r\n\t<li>Mike Murphy: Oct. 5, 1996 &ndash; April 19, 1998</li>\r\n\t<li>Nick Beverley: March 6&nbsp;&ndash; April 27, 1996</li>\r\n\t<li>Pat Burns: Oct. 7, 1992 &ndash; March 3, 1996</li>\r\n\t<li>Tom Watt: Oct. 27, 1990 &ndash; April 15, 1992</li>\r\n\t<li>Doug Carpenter: Oct. 5, 1989 &ndash; Oct. 25, 1990</li>\r\n\t<li>George Armstrong: Dec. 19, 1988 &ndash; April 2, 1989</li>\r\n\t<li>John Brophy: Oct. 9, 1986 &ndash; Dec. 17, 1988</li>\r\n\t<li>Dan Maloney: Oct. 11, 1984 &ndash; April 30, 1986</li>\r\n\t<li>Mike Nykoluk: Jan. 10, 1981 &ndash; April 1, 1984</li>\r\n\t<li>Joe Crozier: Oct. 11, 1980 &ndash; Jan. 7, 1981</li>\r\n\t<li>Punch Imlach: March 19&nbsp;&ndash; April 11, 1980</li>\r\n\t<li>Dick Duff: March 15-17, 1980</li>\r\n\t<li>Floyd Smith: Oct. 10, 1979 &ndash; March 12, 1980</li>\r\n\t<li>Roger Neilson: Oct. 13, 1977 &ndash; April 22, 1979</li>\r\n\t<li>Red Kelly: Oct. 10, 1973 &ndash; April 21, 1977</li>\r\n\t<li>John McLellan: Oct. 11, 1969 &ndash; April 1, 1973</li>\r\n\t<li>Punch Imlach: Nov. 29, 1958 &ndash; April 6, 1969</li>\r\n\t<li>Billy Reay: Oct. 8, 1957 &ndash; Nov. 27, 1958</li>\r\n\t<li>Howie Meeker: Oct. 11, 1956 &ndash; March 24, 1957</li>\r\n\t<li>King Clancy: Oct. 10, 1953 &ndash; March 29, 1956</li>\r\n\t<li>Joe Primeau: Oct. 14, 1950 &ndash; March 22, 1953</li>\r\n\t<li>Hap Day: Nov. 2, 1940 &ndash; April 9, 1950</li>\r\n\t<li>Dick Irvin: Dec. 1, 1931 &ndash; April 13, 1940</li>\r\n\t<li>Conn Smythe: Nov. 28, 1931</li>\r\n\t<li>Art Duncan: Nov. 18, 1930 &ndash; Nov. 26, 1931</li>\r\n\t<li>Conn Smythe: Nov. 15, 1927 &ndash; Nov. 15, 1930</li>\r\n\t<li>Alex Romeril: Feb. 17&nbsp;&ndash; March 26, 1927</li>\r\n\t<li>Mike Rodden: Feb. 12-15, 1927</li>\r\n\t<li>Charles Querrie: Nov. 17, 1926 &ndash; Feb. 10, 1927</li>\r\n\t<li>Eddie Powers: Nov. 29, 1924 &ndash; March 17, 1926</li>\r\n\t<li>Charles Querrie: Jan. 3, 1923 &ndash; March 5, 1924</li>\r\n\t<li>George O&#39;Donoghue: Dec. 17, 1921 &ndash; Dec. 30, 1922</li>\r\n\t<li>Frank Carroll: Dec. 22, 1920 &ndash; March 14, 1921</li>\r\n\t<li>Harvey Sproule: Feb. 4&nbsp;&ndash; March 13, 1920</li>\r\n\t<li>Frank Heffernan: Dec. 23, 1919 &ndash; Jan. 31, 1920</li>\r\n\t<li>Dick Carroll: Dec. 19, 1917 &ndash; Feb. 20, 1919</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1917-11-26T00:00:00",
            "directoryUrl": "https://www.nhl.com/mapleleafs/team/management",
            "firstSeasonId": 19171918,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Brad Treliving: May 31, 2023 &ndash; Present</li>\r\n\t<li>Kyle Dubas: May 11, 2018 &ndash; May 19, 2023</li>\r\n\t<li>Lou Lamoriello: July 23, 2015 &ndash; April 30, 2018</li>\r\n\t<li>Dave Nonis: Jan. 9, 2013 &ndash; April 12, 2015</li>\r\n\t<li>Brian Burke: Nov. 29, 2008 &ndash; Jan. 9, 2013</li>\r\n\t<li>Cliff Fletcher: Jan. 22&nbsp;&ndash; Nov. 29, 2008</li>\r\n\t<li>John Ferguson Jr.: Aug. 29, 2003 &ndash; Jan. 22, 2008</li>\r\n\t<li>Pat Quinn: July 15, 1999 &ndash; Aug. 29, 2003</li>\r\n\t<li>Ken Dryden: Aug. 21, 1997 &ndash; July 15, 1999</li>\r\n\t<li>Bill Watters: May 25&nbsp;&ndash; Aug. 21, 1997</li>\r\n\t<li>Cliff Fletcher: June 4, 1991 &ndash; May 25, 1997</li>\r\n\t<li>Floyd Smith: Aug. 15, 1989 &ndash; June 4, 1991</li>\r\n\t<li>Gord Stellick: April 28, 1988 &ndash; Aug. 11, 1989</li>\r\n\t<li>John Brophy, Dick Duff and Gord Stellick: Feb. 7&nbsp;&ndash; April 28, 1988</li>\r\n\t<li>Gerry McNamara: Oct. 26, 1981 &ndash; Feb. 7, 1988</li>\r\n\t<li>Punch Imlach: July 4, 1979 &ndash; Oct. 26, 1981</li>\r\n\t<li>Jim Gregory: April 6, 1969 &ndash; July 4, 1979</li>\r\n\t<li>Punch Imlach: Nov. 21, 1958 &ndash; April 6, 1969</li>\r\n\t<li>Stafford Smythe: Oct. 3, 1957 &ndash; Nov. 21, 1958</li>\r\n\t<li>Howie Meeker: May 13&nbsp;&ndash; Oct. 3, 1957</li>\r\n\t<li>Hap Day: Oct. 8, 1954 &ndash; March 25, 1957</li>\r\n\t<li>Conn Smythe: April 1927 &ndash; Oct. 8, 1954</li>\r\n\t<li>Charles Querrie: Dec. 5, 1917 &ndash; Feb. 14, 1927</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/TOR/MatthewsMarner.jpg",
            "mostRecentTeamId": 10,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Turk Broda (1936-43, 1945-52)</li>\r\n\t<li>1 &ndash;&nbsp;Johnny Bower (1958-70)</li>\r\n\t<li>4 &ndash;&nbsp;Hap Day (1926-37)</li>\r\n\t<li>4 &ndash;&nbsp;Red Kelly (1959-67)</li>\r\n\t<li>5 &ndash;&nbsp;Bill Barilko (1946-51)</li>\r\n\t<li>6 &ndash;&nbsp;Ace Bailey (1926-34)</li>\r\n\t<li>7 &ndash;&nbsp;King Clancy (1930-37)</li>\r\n\t<li>7 &ndash;&nbsp;Tim Horton (1949-50, 1951-70)</li>\r\n\t<li>9 &ndash;&nbsp;Charlie Conacher (1929-38)</li>\r\n\t<li>9 &ndash;&nbsp;Ted Kennedy (1942-55, 1956-57)</li>\r\n\t<li>10 &ndash;&nbsp;Syl Apps (1936-43, 1945-48)</li>\r\n\t<li>10 &ndash;&nbsp;George Armstrong (1949-50, 1951-71)</li>\r\n\t<li>13 &ndash;&nbsp;Mats Sundin (1994-08)</li>\r\n\t<li>14 &ndash;&nbsp;Dave Keon (1960-75)</li>\r\n\t<li>17 &ndash;&nbsp;Wendel Clark (1985-94, 1996-98, 2000)</li>\r\n\t<li>21 &ndash;&nbsp;Borje Salming (1973-89)</li>\r\n\t<li>27 &ndash;&nbsp;Frank Mahovlich (1956-68)</li>\r\n\t<li>27 &ndash;&nbsp;Darryl Sittler (1970-82)</li>\r\n\t<li>93 &ndash;&nbsp;Doug Gilmour (1992-97, 2003)</li>\r\n</ul>\r\n",
            "teamAbbrev": "TOR",
            "teamFullName": "Toronto Maple Leafs"
        },
        {
            "id": 6,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Brad Marchand: 2023-24 &ndash;&nbsp;Present</li>\r\n\t<li>Patrice Bergeron: 2020-21 &ndash; 2022-23</li>\r\n\t<li>Zdeno Chara: 2006-07 &ndash;&nbsp;2019-20</li>\r\n\t<li>Joe Thornton and (No Captain): 2005-06</li>\r\n\t<li>Joe Thornton: 2002-03 &ndash;&nbsp;2004-05</li>\r\n\t<li>(No Captain): 2001-02</li>\r\n\t<li>Jason Allison: 2000-01</li>\r\n\t<li>Ray&nbsp;Bourque: 1988-89 &ndash;&nbsp;1999-00</li>\r\n\t<li>Ray&nbsp;Bourque and Rick Middleton (Co-Captains): 1985-86 &ndash;&nbsp;1987-88</li>\r\n\t<li>Terry O&rsquo;Reilly: 1983-84 &ndash;&nbsp;1984-85</li>\r\n\t<li>Wayne Cashman: 1977-78 &ndash;&nbsp;1982-83</li>\r\n\t<li>Johnny Bucyk: 1973-74 &ndash;&nbsp;1976-77</li>\r\n\t<li>(No Captain): 1967-68 &ndash;&nbsp;1972-73</li>\r\n\t<li>Johnny Bucyk: 1966-67</li>\r\n\t<li>Leo Boivin: 1963-64 &ndash;&nbsp;1965-66</li>\r\n\t<li>Don McKenney: 1961-62 &ndash;&nbsp;1962-63</li>\r\n\t<li>Fern Flaman: 1955-56 &ndash;&nbsp;1960-61</li>\r\n\t<li>Ed Sandford: 1954-55</li>\r\n\t<li>Milt Schmidt: 1947-48 &ndash; 1953-54</li>\r\n\t<li>Bobby Bauer: 1946-47</li>\r\n\t<li>John Crawford: 1945-46</li>\r\n\t<li>Bill Cowley: 1944-45</li>\r\n\t<li>Dit Clapper: 1939-40 &ndash;&nbsp;1943-44</li>\r\n\t<li>Cooney Weiland: 1937-38 &ndash; 1938-39</li>\r\n\t<li>Red Beattie: 1936-37</li>\r\n\t<li>Eddie Shore: 1935-36</li>\r\n\t<li>Nels Stewart: 1934-35</li>\r\n\t<li>Marty Barry: 1933-34</li>\r\n\t<li>Dit Clapper: 1932-33</li>\r\n\t<li>George Owen: 1931-32</li>\r\n\t<li>Lionel Hitchman: 1928-29&nbsp;&ndash;&nbsp;1930-31</li>\r\n\t<li>Sprague Cleghorn: 1925-26&nbsp;&ndash;&nbsp;1927-28</li>\r\n\t<li>(No Captain): 1924-25</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Jim Montgomery: Oct. 12, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Bruce Cassidy: Feb. 9, 2017 &ndash; May 14, 2022</li>\r\n\t<li>Claude Julien: Oct. 5, 2007 &ndash; Feb. 4, 2017</li>\r\n\t<li>Dave Lewis: Oct. 6, 2006 &ndash; April 7, 2007</li>\r\n\t<li>Mike Sullivan: Oct. 8, 2003 &ndash; April 15, 2006</li>\r\n\t<li>Mike O&rsquo;Connell: March 21&nbsp;&ndash; April 17, 2003</li>\r\n\t<li>Robbie Ftorek: Oct. 4, 2001 &ndash; March 18, 2003</li>\r\n\t<li>Mike Keenan: Oct. 26, 2000 &ndash; April 7, 2001</li>\r\n\t<li>Pat Burns: Oct. 2, 1997 &ndash; Oct. 20, 2000</li>\r\n\t<li>Steve Kasper: Oct. 7, 1995 &ndash; April 13, 1997</li>\r\n\t<li>Brian Sutter: Oct. 8, 1992 &ndash; May 14, 1995</li>\r\n\t<li>Rick Bowness: Oct. 3, 1991 &ndash; May 23, 1992</li>\r\n\t<li>Mike Milbury: Oct. 5, 1989 &ndash; May 11, 1991</li>\r\n\t<li>Terry O&rsquo;Reilly: Nov. 8, 1986 &ndash; April 25, 1989</li>\r\n\t<li>Butch Goring: Oct. 10, 1985 &ndash; Nov. 5, 1986</li>\r\n\t<li>Harry Sinden: Feb. 14&nbsp;&ndash; April 16, 1985</li>\r\n\t<li>Gerry Cheevers: Oct. 9, 1980 &ndash; Feb. 10, 1985</li>\r\n\t<li>Harry Sinden: March 22&nbsp;&ndash; April 22, 1980</li>\r\n\t<li>Fred Creighton: Oct. 11, 1979 &ndash; March 19, 1980</li>\r\n\t<li>Don Cherry: Oct. 10, 1974 &ndash; May 10, 1979</li>\r\n\t<li>Bep Guidolin: Feb. 7, 1973 &ndash; May 19, 1974</li>\r\n\t<li>Tom Johnson: Oct. 11, 1970 - Feb. 4, 1973</li>\r\n\t<li>Harry Sinden: Oct. 19, 1966 &ndash; May 10, 1970</li>\r\n\t<li>Milt Schmidt: Nov. 21, 1962 &ndash; April 3, 1966</li>\r\n\t<li>Phil Watson: Oct. 11, 1961 &ndash; Nov. 18, 1962</li>\r\n\t<li>Milt Schmidt: Dec. 25, 1954 &ndash; March 19, 1961</li>\r\n\t<li>Lynn Patrick: Oct. 14, 1950 &ndash; Dec. 19, 1954</li>\r\n\t<li>George Boucher: Oct. 12, 1949 &ndash; March 26, 1950</li>\r\n\t<li>Dit Clapper: Oct. 24, 1945 &ndash;&nbsp;March 30, 1949</li>\r\n\t<li>Art Ross: Nov. 8, 1941 &ndash; April 3, 1945</li>\r\n\t<li>Cooney Weiland: Nov. 4, 1939 &ndash; April 12, 1941</li>\r\n\t<li>Art Ross: Nov. 7, 1936 &ndash; April 16, 1939</li>\r\n\t<li>Frank Patrick: Nov. 8, 1934 &ndash; March 26, 1936</li>\r\n\t<li>Art Ross: Dec. 1, 1924 &ndash; March 18, 1934</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1924-11-01T00:00:00",
            "directoryUrl": "https://www.nhl.com/bruins/team/club-directory",
            "firstSeasonId": 19241925,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Don Sweeney: May 20, 2015 &ndash; Present</li>\r\n\t<li>Peter Chiarelli: May 26, 2006 &ndash; April 15, 2015</li>\r\n\t<li>Jeff Gorton: March 25&nbsp;&ndash; May 26, 2006</li>\r\n\t<li>Mike O&rsquo;Connell: Nov. 1, 2000 &ndash; March 25, 2006</li>\r\n\t<li>Harry Sinden: Oct. 5, 1972 &ndash; Nov. 1, 2000</li>\r\n\t<li>Milt Schmidt: May 1, 1967 &ndash; Oct. 5, 1972</li>\r\n\t<li>Hap Emms: April 5, 1965 &ndash; May 1, 1967</li>\r\n\t<li>Lynn Patrick: April 1, 1954 &ndash; April 5, 1965</li>\r\n\t<li>Art Ross: Sept. 30, 1924 &ndash; April 1, 1954</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/07/Pastrnak-25115851.jpg",
            "mostRecentTeamId": 6,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>2 &ndash;&nbsp;Eddie Shore (1926-40)</li>\r\n\t<li>3 &ndash;&nbsp;Lionel Hitchman (1925-34)</li>\r\n\t<li>4 &ndash;&nbsp;Bobby Orr (1966-76)</li>\r\n\t<li>5 &ndash;&nbsp;Dit Clapper (1927-47)</li>\r\n\t<li>7 &ndash;&nbsp;Phil Esposito (1967-75)</li>\r\n\t<li>8 &ndash;&nbsp;Cam Neely (1986-96)</li>\r\n\t<li>9 &ndash;&nbsp;Johnny Bucyk (1957-78)</li>\r\n\t<li>15 &ndash;&nbsp;Milt Schmidt (1936-55)</li>\r\n\t<li>16 &ndash;&nbsp;Rick Middleton (1976-88)</li>\r\n\t<li>22 &ndash;&nbsp;Willie O&rsquo;Ree (1958-61)</li>\r\n\t<li>24 &ndash;&nbsp;Terry O&rsquo;Reilly (1971-85)</li>\r\n\t<li>77 &ndash;&nbsp;Ray&nbsp;Bourque (1979-00)</li>\r\n</ul>\r\n",
            "teamAbbrev": "BOS",
            "teamFullName": "Boston Bruins"
        },
        {
            "id": 7,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1924-11-01T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19241925,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/hero/teams/defunct-franchises/montreal-maroons.jpg",
            "mostRecentTeamId": 43,
            "retiredNumbersSummary": null,
            "teamAbbrev": "MMR",
            "teamFullName": "Montreal Maroons"
        },
        {
            "id": 8,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1925-09-22T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19251926,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/NYAmericans.jpg",
            "mostRecentTeamId": 51,
            "retiredNumbersSummary": null,
            "teamAbbrev": "BRK",
            "teamFullName": "Brooklyn Americans"
        },
        {
            "id": 9,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1925-11-07T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19251926,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/hero/teams/defunct-franchises/pittsburgh-pirates.jpg",
            "mostRecentTeamId": 39,
            "retiredNumbersSummary": null,
            "teamAbbrev": "QUA",
            "teamFullName": "Philadelphia Quakers"
        },
        {
            "id": 10,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Jacob Trouba: 2022-23 &ndash;&nbsp;Present</li>\r\n\t<li>(No Captain): 2018-19 &ndash;&nbsp;2021-22</li>\r\n\t<li>Ryan McDonagh and (No Captain): 2017-18</li>\r\n\t<li>Ryan McDonagh: 2014-15 &ndash;&nbsp;2016-17</li>\r\n\t<li>Ryan Callahan and (No Captain): 2013-14</li>\r\n\t<li>Ryan Callahan: 2011-12 &ndash;&nbsp;2012-13</li>\r\n\t<li>Chris Drury: 2008-09 &ndash;&nbsp;2010-11</li>\r\n\t<li>Jaromir Jagr: 2006-07 &ndash;&nbsp;2007-08</li>\r\n\t<li>(No Captain): 2005-06</li>\r\n\t<li>Mark Messier: 2000-01 &ndash;&nbsp;2003-04</li>\r\n\t<li>Brian Leetch: 1997-98 &ndash;&nbsp;1999-00</li>\r\n\t<li>Mark Messier: 1991-92 &ndash;&nbsp;1996-97</li>\r\n\t<li>Kelly Kisio: 1988-89 &ndash;&nbsp;1990-91</li>\r\n\t<li>Ron Greschner and Kelly Kisio: 1987-88</li>\r\n\t<li>Ron Greschner: 1986-87</li>\r\n\t<li>Barry Beck: 1981-82 &ndash;&nbsp;1985-86</li>\r\n\t<li>Dave Maloney, Walt Tkaczuk and Barry Beck: 1980-81</li>\r\n\t<li>Dave Maloney: 1978-79 &ndash;&nbsp;1979-80</li>\r\n\t<li>Phil Esposito: 1976-77 &ndash;&nbsp;1977-78</li>\r\n\t<li>Brad Park and Phil Esposito: 1975-76</li>\r\n\t<li>Brad Park: 1974-75</li>\r\n\t<li>Vic Hadfield: 1971-72 &ndash;&nbsp;1973-74</li>\r\n\t<li>Bob Nevin: 1965-66 &ndash;&nbsp;1970-71</li>\r\n\t<li>Camille Henry and Bob Nevin: 1964-65</li>\r\n\t<li>Andy Bathgate and Camille Henry: 1963-64</li>\r\n\t<li>Andy Bathgate: 1961-62 &ndash;&nbsp;1962-63</li>\r\n\t<li>Red Sullivan: 1957-58 &ndash;&nbsp;1960-61</li>\r\n\t<li>Harry Howell: 1955-56 &ndash;&nbsp;1956-57</li>\r\n\t<li>Don Raleigh: 1954-55</li>\r\n\t<li>Allan Stanley and Don Raleigh: 1953-54</li>\r\n\t<li>Allan Stanley: 1952-53</li>\r\n\t<li>Frank Eddolls and Allan Stanley: 1951-52</li>\r\n\t<li>Frank Eddolls: 1950-51</li>\r\n\t<li>Buddy O&rsquo;Connor: 1949-50</li>\r\n\t<li>Neil Colville: 1945-46 &ndash;&nbsp;1948-49</li>\r\n\t<li>Ott Heller: 1942-43 &ndash;&nbsp;1944-45</li>\r\n\t<li>Art Coulter: 1937-38 &ndash;&nbsp;1941-42</li>\r\n\t<li>Bill Cook: 1926-27 &ndash;&nbsp;1936-37</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Peter Laviolette: Oct. 12, 2023 &ndash;&nbsp;Present</li>\r\n\t<li>Gerard Gallant: Oct. 13, 2021 &ndash; May 1, 2023</li>\r\n\t<li>David Quinn: Oct. 4, 2018 &ndash; May 8, 2021</li>\r\n\t<li>Alain Vigneault: Oct. 3, 2013 &ndash; April 7, 2018</li>\r\n\t<li>John Tortorella: Feb. 25, 2009 &ndash; May 25, 2013</li>\r\n\t<li>Tom Renney: Feb. 26, 2004 &ndash; Feb. 22, 2009</li>\r\n\t<li>Glen Sather: Jan. 30, 2003 &ndash; Feb. 23, 2004</li>\r\n\t<li>Bryan Trottier: Oct. 9, 2002 &ndash; Jan. 28, 2003</li>\r\n\t<li>Ron Low: Oct. 7, 2000 &ndash; April 13, 2002</li>\r\n\t<li>John Tortorella: April 1-9, 2000</li>\r\n\t<li>John Muckler: Feb. 26, 1998 &ndash; March 27, 2000</li>\r\n\t<li>Colin Campbell: Jan. 20, 1995 &ndash; Feb. 7, 1998</li>\r\n\t<li>Mike Keenan: Oct. 5, 1993 &ndash; June 14, 1994</li>\r\n\t<li>Ron Smith: Jan. 4&nbsp;&ndash; April 16, 1993</li>\r\n\t<li>Roger Neilson: Oct. 6, 1989 &ndash; Jan. 2, 1993</li>\r\n\t<li>Phil Esposito: April 1-9, 1989</li>\r\n\t<li>Michel Bergeron: Oct. 8, 1987 &ndash; March 29, 1989</li>\r\n\t<li>Phil Esposito: Jan. 26&nbsp;&ndash; April 16, 1987</li>\r\n\t<li>Tom Webster: Jan. 19-23, 1987</li>\r\n\t<li>Phil Esposito: Jan. 14, 1987</li>\r\n\t<li>Tom Webster: Jan. 5-12, 1987</li>\r\n\t<li>Phil Esposito: Dec. 21, 1986 &ndash; Jan. 3, 1987</li>\r\n\t<li>Tom Webster: Nov. 29&nbsp;&ndash; Dec. 20, 1986</li>\r\n\t<li>Phil Esposito: Nov. 21-26, 1986</li>\r\n\t<li>Ted Sator: Oct. 10, 1985 &ndash; Nov. 19, 1986</li>\r\n\t<li>Craig Patrick: Jan. 24&nbsp;&ndash; April 13, 1985</li>\r\n\t<li>Herb Brooks: Oct. 6, 1981 &ndash; Jan. 19, 1985</li>\r\n\t<li>Craig Patrick: Nov. 22, 1980 &ndash; May 5, 1981</li>\r\n\t<li>Fred Shero: Oct. 12, 1978 &ndash; Nov. 19, 1980</li>\r\n\t<li>Jean-Guy Talbot: Oct. 12, 1977 &ndash; April 15, 1978</li>\r\n\t<li>John Ferguson Sr.: Jan. 10, 1976 &ndash; April 3, 1977</li>\r\n\t<li>Ron Stewart: Oct. 8, 1975 &ndash; Jan. 6, 1976</li>\r\n\t<li>Emile Francis: Jan. 12, 1974 &ndash; April 11, 1975</li>\r\n\t<li>Larry Popein: Oct. 10, 1973 &ndash; Jan. 10, 1974</li>\r\n\t<li>Emile Francis: Jan. 18, 1969 &ndash; April 24, 1973</li>\r\n\t<li>Bernie Geoffrion: Oct. 13, 1968 &ndash; Jan. 17, 1969</li>\r\n\t<li>Emile Francis: Dec. 8, 1965 &ndash; April 16, 1968</li>\r\n\t<li>Red Sullivan: Dec. 30, 1962 &ndash; Dec. 5, 1965</li>\r\n\t<li>Muzz Patrick: Oct. 11&nbsp;&ndash; Dec. 27, 1962</li>\r\n\t<li>Doug Harvey: Oct. 11, 1961 &ndash; April 7, 1962</li>\r\n\t<li>Alf Pike: Nov. 18, 1959 &ndash; March 19, 1961</li>\r\n\t<li>Muzz Patrick: Nov. 14-15, 1959</li>\r\n\t<li>Phil Watson: Oct. 7, 1955 &ndash; Nov. 11, 1959</li>\r\n\t<li>Muzz Patrick: Jan. 13, 1954 &ndash; March 20, 1955</li>\r\n\t<li>Frank Boucher: Oct. 8, 1953 &ndash; Jan. 10, 1954</li>\r\n\t<li>Bill Cook: Dec. 9, 1951 &ndash; March 22, 1953</li>\r\n\t<li>Neil Colville: Oct. 11, 1950 &ndash; Dec. 5, 1951</li>\r\n\t<li>Lynn Patrick: Dec. 23, 1948 &ndash; April 23, 1950</li>\r\n\t<li>Frank Boucher: Nov. 5, 1939 &ndash; Dec. 19, 1948</li>\r\n\t<li>Lester Patrick: Nov. 16, 1926 &ndash; April 2, 1939</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1926-05-15T00:00:00",
            "directoryUrl": "https://www.nhl.com/rangers/team/front-office",
            "firstSeasonId": 19261927,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Chris Drury: May 5, 2021 &ndash; Present</li>\r\n\t<li>Jeff Gorton: July 1, 2015 &ndash; May 5, 2021</li>\r\n\t<li>Glen Sather: June 1, 2000 &ndash; July 1, 2015</li>\r\n\t<li>Neil Smith: July 17, 1989 &ndash; March 28, 2000</li>\r\n\t<li>Phil Esposito: July 14, 1986 &ndash; May 24, 1989</li>\r\n\t<li>Craig Patrick: Nov. 21, 1980 &ndash; July 14, 1986</li>\r\n\t<li>Fred Shero: June 2, 1978 &ndash; Nov. 21, 1980</li>\r\n\t<li>John Ferguson Sr.: Jan. 7, 1976 &ndash; June 2, 1978</li>\r\n\t<li>Emile Francis: Oct. 30, 1964 &ndash; Jan. 6, 1976</li>\r\n\t<li>Muzz Patrick: April 22, 1955 &ndash; Oct. 30, 1964</li>\r\n\t<li>Frank Boucher: Feb. 21, 1946 &ndash; April 22, 1955</li>\r\n\t<li>Lester Patrick: Oct. 27, 1926 &ndash; Feb. 21, 1946</li>\r\n\t<li>Conn Smythe: March 25 &ndash; Oct. 27, 1926</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/NYR/PanarinZibanejad.jpg",
            "mostRecentTeamId": 3,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Ed Giacomin (1965-75)</li>\r\n\t<li>2 &ndash;&nbsp;Brian Leetch (1987-04)</li>\r\n\t<li>3 &ndash;&nbsp;Harry Howell (1952-69)</li>\r\n\t<li>7 &ndash;&nbsp;Rod Gilbert (1960-77)</li>\r\n\t<li>9 &ndash;&nbsp;Andy Bathgate (1952-64)</li>\r\n\t<li>9 &ndash;&nbsp;Adam Graves (1991-01)</li>\r\n\t<li>11 &ndash;&nbsp;Vic Hadfield (1961-74)</li>\r\n\t<li>11 &ndash;&nbsp;Mark Messier (1991-97, 2000-04)</li>\r\n\t<li>19 &ndash;&nbsp;Jean Ratelle (1960-76)</li>\r\n\t<li>30 &ndash; Henrik Lundqvist (2005-20)</li>\r\n\t<li>35 &ndash;&nbsp;Mike Richter (1989-03)</li>\r\n</ul>\r\n",
            "teamAbbrev": "NYR",
            "teamFullName": "New York Rangers"
        },
        {
            "id": 11,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>(No Captain): 2023-24 &ndash;&nbsp;Present</li>\r\n\t<li>Jonathan Toews: 2008-09 &ndash;&nbsp;2022-23</li>\r\n\t<li>(No Captain): 2007-08</li>\r\n\t<li>Adrian Aucoin and Martin Lapointe: 2005-06 &ndash;&nbsp;2006-07</li>\r\n\t<li>Alexei Zhamnov: 2002-03 &ndash;&nbsp;2003-04</li>\r\n\t<li>Tony Amonte: 2000-01 &ndash;&nbsp;2001-02</li>\r\n\t<li>Doug Gilmour: 1999-00</li>\r\n\t<li>Chris Chelios: 1995-96 &ndash;&nbsp;1998-99</li>\r\n\t<li>Dirk Graham: 1989-90 &ndash;&nbsp;1994-95</li>\r\n\t<li>Denis Savard and Dirk Graham: 1988-89</li>\r\n\t<li>(No Captain): 1987-88</li>\r\n\t<li>Darryl Sutter: 1986-87</li>\r\n\t<li>Darryl Sutter and Bob Murray: 1985-86</li>\r\n\t<li>Darryl Sutter: 1982-83 &ndash;&nbsp;1984-85</li>\r\n\t<li>Terry Ruskowski: 1980-81 &ndash; 1981-82</li>\r\n\t<li>Keith Magnuson and Terry Ruskowski: 1979-80</li>\r\n\t<li>Keith Magnuson: 1977-78 &ndash;&nbsp;1978-79</li>\r\n\t<li>Stan Mikita, Pit Martin&nbsp;and Keith Magnuson: 1976-77</li>\r\n\t<li>Stan Mikita and Pit Martin: 1975-76</li>\r\n\t<li>(No Captain): 1970-71 &ndash;&nbsp;1974-75</li>\r\n\t<li>Pat Stapleton: 1969-70</li>\r\n\t<li>(No Captain): 1968-69</li>\r\n\t<li>Pierre Pilote: 1961-62 &ndash;&nbsp;1967-68</li>\r\n\t<li>Ed Litzenberger: 1958-59 &ndash;&nbsp;1960-61</li>\r\n\t<li>(No Captain): 1957-58</li>\r\n\t<li>Gus Mortson: 1954-55 &ndash;&nbsp;1956-57</li>\r\n\t<li>Bill Gadsby: 1952-53 &ndash;&nbsp;1953-54</li>\r\n\t<li>Jack Stewart: 1950-51 &ndash;&nbsp;1951-52</li>\r\n\t<li>Doug Bentley: 1949-50</li>\r\n\t<li>Gaye Stewart: 1948-49</li>\r\n\t<li>John Mariucci: 1947-48</li>\r\n\t<li>Red Hamill: 1946-47</li>\r\n\t<li>John Mariucci: 1945-46</li>\r\n\t<li>Clint Smith: 1944-45</li>\r\n\t<li>Doug Bentley: 1942-43 &ndash;&nbsp;1943-44</li>\r\n\t<li>Earl Seibert: 1940-41 &ndash;&nbsp;1941-42</li>\r\n\t<li>Johnny Gottselig: 1935-36 &ndash;&nbsp;1939-40</li>\r\n\t<li>(No Captain): 1934-35</li>\r\n\t<li>Charlie Gardiner: 1933-34</li>\r\n\t<li>Helge Bostrom and Teddy Graham: 1932-33</li>\r\n\t<li>Cy Wentworth: 1931-32</li>\r\n\t<li>Ty Arbour: 1930-31</li>\r\n\t<li>Duke Dukowski: 1929-30</li>\r\n\t<li>Dick Irvin: 1926-27 &ndash;&nbsp;1928-29</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Luke Richardson: Oct. 12, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Derek King: Nov. 7, 2021 &ndash; April 29, 2022</li>\r\n\t<li>Jeremy Colliton: Nov. 8, 2018 &ndash; Nov. 5, 2021</li>\r\n\t<li>Joel Quenneville: Oct. 18, 2008 &ndash; Nov. 3, 2018</li>\r\n\t<li>Denis Savard: Nov. 29, 2006 &ndash; Oct. 15, 2008</li>\r\n\t<li>Trent Yawney: Oct. 5, 2005 &ndash; Nov. 24, 2006</li>\r\n\t<li>Brian Sutter: Oct. 4, 2001 &ndash; April 4, 2004</li>\r\n\t<li>Alpo Suhonen: Oct. 5, 2000 &ndash; April 8, 2001</li>\r\n\t<li>Bob Pulford: Dec. 3, 1999 &ndash; April 9, 2000</li>\r\n\t<li>Lorne Molleken: Feb. 24&nbsp;&ndash; Nov. 30, 1999</li>\r\n\t<li>Dirk Graham: Oct. 10, 1998 &ndash; Feb. 21, 1999</li>\r\n\t<li>Craig Hartsburg: Oct. 7, 1995 &ndash; April 18, 1998</li>\r\n\t<li>Darryl Sutter: Oct. 7, 1992 &ndash; June 11, 1995</li>\r\n\t<li>Mike Keenan: Oct. 6, 1988 &ndash; June 1, 1992</li>\r\n\t<li>Bob Murdoch: Oct. 8, 1987 &ndash; April 12, 1988</li>\r\n\t<li>Bob Pulford: Feb. 6, 1985 &ndash; April 12, 1987</li>\r\n\t<li>Orval Tessier: Oct. 6, 1982 &ndash; Feb. 3, 1985</li>\r\n\t<li>Bob Pulford: Feb. 17&nbsp;&ndash; May 6, 1982</li>\r\n\t<li>Keith Magnuson: Oct. 9, 1980 &ndash; Feb. 15, 1982</li>\r\n\t<li>Eddie Johnston: Oct. 10, 1979 &ndash; April 20, 1980</li>\r\n\t<li>Bob Pulford: Oct. 13, 1977 &ndash; April 22, 1979</li>\r\n\t<li>Bill White: Dec. 22, 1976 &ndash; April 7, 1977</li>\r\n\t<li>Billy Reay: Oct. 9, 1963 &ndash; Dec. 21, 1976</li>\r\n\t<li>Rudy Pilous: Dec. 31, 1957 &ndash; April 7, 1963</li>\r\n\t<li>Tommy Ivan: Oct. 11, 1956 &ndash; Dec. 29, 1957</li>\r\n\t<li>Dick Irvin: Oct. 6, 1955 &ndash; March 18, 1956</li>\r\n\t<li>Frank Eddolls: Oct. 7, 1954 &ndash; March 20, 1955</li>\r\n\t<li>Sid Abel: Oct. 9, 1952 &ndash; March 21, 1954</li>\r\n\t<li>Ebbie Goodfellow: Oct. 12, 1950 &ndash; March 23, 1952</li>\r\n\t<li>Charlie Conacher: Dec. 31, 1947 &ndash; March 26, 1950</li>\r\n\t<li>Johnny Gottselig: Feb. 27, 1945 &ndash; Dec. 27, 1947</li>\r\n\t<li>Paul Thompson: Jan. 5, 1939 &ndash; Feb. 25, 1945</li>\r\n\t<li>Bill Stewart: Nov. 4, 1937 &ndash; Jan. 1, 1939</li>\r\n\t<li>Clem Loughlin: Nov. 8, 1934 &ndash; March 21, 1937</li>\r\n\t<li>Tommy Gorman: Jan. 15, 1933 &ndash; April 10, 1934</li>\r\n\t<li>Emil Iverson: Nov. 12, 1931 &ndash; Jan. 12, 1933</li>\r\n\t<li>Godfrey Matheson^</li>\r\n\t<li>Dick Irvin: Nov. 16, 1930 &ndash; April 14, 1931</li>\r\n\t<li>Bill Tobin: Jan. 14&nbsp;&ndash; March 26, 1930</li>\r\n\t<li>Tom Shaughnessy: Nov. 14, 1929 &ndash; Jan. 12, 1930</li>\r\n\t<li>Dick Irvin: Feb. 14&nbsp;&ndash; March 14, 1929</li>\r\n\t<li>Herb Gardiner: Nov. 15, 1928 &ndash; Feb. 9, 1929</li>\r\n\t<li>Hugh Lehman: Jan. 21&nbsp;&ndash; March 21, 1928</li>\r\n\t<li>Barney Stanley: Nov. 15, 1927 &ndash; Jan. 18, 1928</li>\r\n\t<li>Pete Muldoon: Nov. 17, 1926 &ndash; March 31, 1927</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n\t<li>^ <i>Named coach Oct. 14, 1931, but replaced after training camp due to health reasons</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1926-09-25T00:00:00",
            "directoryUrl": "https://www.nhl.com/blackhawks/team/frontoffice",
            "firstSeasonId": 19261927,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kyle Davidson: Oct. 26, 2021 &ndash; Present</li>\r\n\t<li>Stan Bowman: July 14, 2009 &ndash; Oct. 26, 2021</li>\r\n\t<li>Dale Tallon: June 21, 2005 &ndash; July 14, 2009</li>\r\n\t<li>Bob Pulford: Oct. 24, 2003 &ndash; June 21, 2005</li>\r\n\t<li>Mike Smith: Sept. 22, 2000 &ndash; Oct. 24, 2003</li>\r\n\t<li>Bob Pulford: Dec. 2, 1999 &ndash; Sept. 22, 2000</li>\r\n\t<li>Bob Murray: July 3, 1997 &ndash; Dec. 2, 1999</li>\r\n\t<li>Bob Pulford: Nov. 6, 1992 &ndash; July 3, 1997</li>\r\n\t<li>Mike Keenan: June 5, 1990 &ndash; Nov. 6, 1992</li>\r\n\t<li>Bob Pulford: July 6, 1977 &ndash; June 5, 1990</li>\r\n\t<li>Tommy Ivan: July 8, 1954 &ndash; July 6, 1977</li>\r\n\t<li>Bill Tobin: May 26, 1936 &ndash; July 7, 1954</li>\r\n\t<li>Clem Loughlin: May 11, 1934 &ndash; May 26, 1936</li>\r\n\t<li>Tommy Gorman: Jan. 14, 1933 &ndash; May 11, 1934</li>\r\n\t<li>Frederic McLaughlin: Sept. 25, 1926 &ndash; Jan. 14, 1933</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/02/Jones-28041951.jpg",
            "mostRecentTeamId": 16,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Glenn Hall (1957-67)</li>\r\n\t<li>3 &ndash;&nbsp;Pierre Pilote (1955-68)</li>\r\n\t<li>3 &ndash;&nbsp;Keith Magnuson (1969-80)</li>\r\n\t<li>9 &ndash;&nbsp;Bobby Hull (1957-72)</li>\r\n\t<li>18 &ndash;&nbsp;Denis Savard (1980-90, 1995-97)</li>\r\n\t<li>21 &ndash;&nbsp;Stan Mikita (1958-80)</li>\r\n\t<li>35 &ndash;&nbsp;Tony Esposito (1969-84)</li>\r\n\t<li>81 &ndash;&nbsp;Marian Hossa (2009-17)</li>\r\n</ul>\r\n",
            "teamAbbrev": "CHI",
            "teamFullName": "Chicago Blackhawks"
        },
        {
            "id": 12,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Dylan Larkin: 2020-21 &ndash; Present</li>\r\n\t<li>(No Captain): 2018-19 &ndash;&nbsp;2019-20</li>\r\n\t<li>Henrik Zetterberg: 2012-13 &ndash;&nbsp;2017-18</li>\r\n\t<li>Nicklas Lidstrom: 2006-07 &ndash;&nbsp;2011-12</li>\r\n\t<li>Steve Yzerman: 1986-87 &ndash;&nbsp;2005-06</li>\r\n\t<li>Danny Gare: 1982-83 &ndash;&nbsp;1985-86</li>\r\n\t<li>Reed Larson: 1981-82</li>\r\n\t<li>Errol Thompson and Reed Larson: 1980-81</li>\r\n\t<li>Dale McCourt: 1979-80</li>\r\n\t<li>Dennis Hextall, Nick Libett and Paul Woods: 1978-79</li>\r\n\t<li>Dan Maloney and Dennis Hextall: 1977-78</li>\r\n\t<li>Danny Grant and Dennis Polonich: 1976-77</li>\r\n\t<li>Danny Grant and Terry Harper: 1975-76</li>\r\n\t<li>Marcel Dionne: 1974-75</li>\r\n\t<li>Alex Delvecchio and (No Captain): 1973-74</li>\r\n\t<li>Alex Delvecchio: 1962-63 &ndash;&nbsp;1972-73</li>\r\n\t<li>Gordie Howe: 1958-59 &ndash;&nbsp;1961-62</li>\r\n\t<li>Red Kelly: 1956-57 &ndash;&nbsp;1957-58</li>\r\n\t<li>Ted Lindsay: 1952-53 &ndash;&nbsp;1955-56</li>\r\n\t<li>Sid Abel: 1946-47 &ndash;&nbsp;1951-52</li>\r\n\t<li>Flash Hollett and Sid Abel: 1945-46</li>\r\n\t<li>Flash Hollett: 1944-45</li>\r\n\t<li>Mud Bruneteau and&nbsp;Flash Hollett: 1943-44</li>\r\n\t<li>Sid Abel: 1942-43</li>\r\n\t<li>Ebbie Goodfellow and Syd Howe: 1941-42</li>\r\n\t<li>Ebbie Goodfellow: 1938-39 &ndash;&nbsp;1940-41</li>\r\n\t<li>Doug Young: 1935-36 &ndash;&nbsp;1937-38</li>\r\n\t<li>Ebbie Goodfellow: 1934-35</li>\r\n\t<li>Herbie Lewis: 1933-34</li>\r\n\t<li>Larry Aurie: 1932-33</li>\r\n\t<li>Carson Cooper: 1931-32</li>\r\n\t<li>George Hay: 1930-31</li>\r\n\t<li>Reg Noble: 1927-28 &ndash;&nbsp;1929-30</li>\r\n\t<li>Art Duncan: 1926-27</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Derek Lalonde: Oct. 14, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Jeff Blashill: Oct. 9, 2015 &ndash; April 29, 2022</li>\r\n\t<li>Mike Babcock: Oct. 5, 2005 &ndash; April 29, 2015</li>\r\n\t<li>Dave Lewis: Oct. 10, 2002 &ndash; May&nbsp;3, 2004</li>\r\n\t<li>Scotty Bowman: Oct. 23, 1998 &ndash; June 13, 2002</li>\r\n\t<li>Dave Lewis and Barry Smith (Co-Coaches): Oct. 10-21, 1998</li>\r\n\t<li>Scotty Bowman: Oct. 5, 1993 &ndash; June 16, 1998</li>\r\n\t<li>Bryan Murray: Oct. 4, 1990 &ndash; May 1, 1993</li>\r\n\t<li>Jacques Demers: Oct. 9, 1986 &ndash; April 1, 1990</li>\r\n\t<li>Brad Park: Dec. 31, 1985 &ndash; April 6, 1986</li>\r\n\t<li>Harry Neale: Oct 10&nbsp;&ndash; Dec. 29, 1985</li>\r\n\t<li>Nick Polano: Oct. 6, 1982 &ndash; April 13, 1985</li>\r\n\t<li>Billy Dea: March 11&nbsp;&ndash; April 4, 1982</li>\r\n\t<li>Wayne Maxner: Nov. 26, 1980 &ndash; March 8, 1982</li>\r\n\t<li>Ted Lindsay: March 21&nbsp;&ndash; Nov. 22, 1980</li>\r\n\t<li>Bobby Kromm: Oct. 13, 1977 &ndash; March 19, 1980</li>\r\n\t<li>Larry Wilson: Jan. 20&nbsp;&ndash; April 3, 1977</li>\r\n\t<li>Alex Delvecchio: Dec. 5, 1975 &ndash; Jan. 15, 1977</li>\r\n\t<li>Doug Barkley: Oct. 8&nbsp;&ndash; Dec. 3, 1975</li>\r\n\t<li>Alex Delvecchio: Nov. 7, 1973 &ndash; April 6, 1975</li>\r\n\t<li>Ted Garvin: Oct. 10&nbsp;&ndash; Nov. 4, 1973</li>\r\n\t<li>Johnny Wilson: Nov. 1, 1971 &ndash; April 1, 1973</li>\r\n\t<li>Doug Barkley: Jan. 9&nbsp;&ndash; Oct. 31, 1971</li>\r\n\t<li>Ned Harkness: Oct. 10, 1970 &ndash; Jan. 7, 1971</li>\r\n\t<li>Sid Abel: Oct. 16, 1969 &ndash; April 12, 1970</li>\r\n\t<li>Bill Gadsby: Oct. 11, 1968 &ndash; Oct. 15, 1969</li>\r\n\t<li>Sid Abel: Jan. 4, 1958 &ndash; March 31, 1968</li>\r\n\t<li>Jimmy Skinner: Oct. 7, 1954 &ndash; Jan. 1, 1958</li>\r\n\t<li>Tommy Ivan: Oct. 15, 1947 &ndash; April 16, 1954</li>\r\n\t<li>Jack Adams: Nov. 15, 1927 &ndash; April 5, 1947</li>\r\n\t<li>Duke Keats: Feb. 24&nbsp;&ndash; March 26, 1927</li>\r\n\t<li>Art Duncan: Nov. 18, 1926 &ndash; Feb. 22, 1927</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1926-09-25T00:00:00",
            "directoryUrl": "https://www.nhl.com/redwings/team/business-operations",
            "firstSeasonId": 19261927,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Steve Yzerman: April 19, 2019 &ndash; Present</li>\r\n\t<li>Ken Holland: July 18, 1997 &ndash; April 19, 2019</li>\r\n\t<li>Jim Devellano: June 3, 1994&nbsp;&ndash; July 18, 1997</li>\r\n\t<li>Bryan Murray: July 13, 1990 &ndash; June 3, 1994</li>\r\n\t<li>Jim Devellano: July 12, 1982 &ndash; July 11, 1990</li>\r\n\t<li>Jimmy Skinner: April 11, 1980 &ndash; July 12, 1982</li>\r\n\t<li>Ted Lindsay: March 16, 1977 &ndash; April 11, 1980</li>\r\n\t<li>Alex Delvecchio: May 21, 1974 &ndash; March 16, 1977</li>\r\n\t<li>Jimmy Skinner: Feb. 6&nbsp;&ndash; May 21, 1974</li>\r\n\t<li>Ned Harkness: Jan. 8, 1971 &ndash; Feb. 6, 1974</li>\r\n\t<li>Sid Abel: April 26, 1962 &ndash; Jan. 6, 1971</li>\r\n\t<li>Jack Adams: May 14, 1927 &ndash; April 26, 1962</li>\r\n\t<li>Art Duncan: Oct. 18, 1926 &ndash; May 14, 1927</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/DET/RedWingsGoal.jpg",
            "mostRecentTeamId": 17,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Terry Sawchuk (1949-55, 1957-64, 1968-69)</li>\r\n\t<li>4 &ndash;&nbsp;Red Kelly (1947-60)</li>\r\n\t<li>5 &ndash;&nbsp;Nicklas Lidstrom (1991-12)</li>\r\n\t<li>7 &ndash;&nbsp;Ted Lindsay (1947-57, 1964-65)</li>\r\n\t<li>9 &ndash;&nbsp;Gordie Howe (1946-71)</li>\r\n\t<li>10 &ndash;&nbsp;Alex Delvecchio (1951-73)</li>\r\n\t<li>12 &ndash;&nbsp;Sid Abel (1938-43, 1945-52)</li>\r\n\t<li>19 &ndash;&nbsp;Steve Yzerman (1983-06)</li>\r\n</ul>\r\n",
            "teamAbbrev": "DET",
            "teamFullName": "Detroit Red Wings"
        },
        {
            "id": 13,
            "active": false,
            "captainHistory": null,
            "coachingHistory": null,
            "dateAwarded": "1967-06-05T00:00:00",
            "directoryUrl": null,
            "firstSeasonId": 19671968,
            "generalManagerHistory": null,
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/Seals.jpg",
            "mostRecentTeamId": 49,
            "retiredNumbersSummary": null,
            "teamAbbrev": "CLE",
            "teamFullName": "Cleveland Barons"
        },
        {
            "id": 14,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Anze Kopitar: 2016-17 &ndash;&nbsp;Present*</li>\r\n\t<li>Dustin Brown: 2008-09 &ndash;&nbsp;2015-16</li>\r\n\t<li>Rob Blake: 2007-08</li>\r\n\t<li>Mattias Norstrom: 2001-02 &ndash;&nbsp;2006-07</li>\r\n\t<li>Rob Blake: 1996-97 &ndash;&nbsp;2000-01</li>\r\n\t<li>Wayne Gretzky and (No Captain): 1995-96</li>\r\n\t<li>Wayne Gretzky: 1993-94 &ndash;&nbsp;1994-95</li>\r\n\t<li>Wayne Gretzky and Luc Robitaille: 1992-93</li>\r\n\t<li>Wayne Gretzky: 1989-90 &ndash;&nbsp;1991-92</li>\r\n\t<li>Dave Taylor: 1985-86 &ndash;&nbsp;1988-89</li>\r\n\t<li>Terry Ruskowski: 1983-84 &ndash;&nbsp;1984-85</li>\r\n\t<li>Dave Lewis: 1981-82 &ndash;&nbsp;1982-83</li>\r\n\t<li>Mike Murphy: 1975-76 &ndash;&nbsp;1980-81</li>\r\n\t<li>Terry Harper: 1973-74 &ndash;&nbsp;1974-75</li>\r\n\t<li>Bob Pulford: 1971-72 &ndash;&nbsp;1972-73</li>\r\n\t<li>Larry Cahan: 1969-70 &ndash;&nbsp;1970-71</li>\r\n\t<li>Bob Wall: 1967-68 &ndash;&nbsp;1968-69</li>\r\n\t<li>* <em>Dustin Brown served as captain for the Kings&rsquo; regular-season finale in 2021-22 after announcing that he would retire at the conclusion of the campaign</em></li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Todd McLellan: Oct. 5, 2019 &ndash; Present</li>\r\n\t<li>Willie Desjardins: Nov. 6, 2018 &ndash; April 6, 2019</li>\r\n\t<li>John Stevens: Oct. 5, 2017 &ndash; Nov. 3, 2018</li>\r\n\t<li>Darryl Sutter: Dec. 22, 2011 &ndash; April 9, 2017</li>\r\n\t<li>John Stevens: Dec. 13-19, 2011</li>\r\n\t<li>Terry Murray: Oct. 11, 2008 &ndash; Dec. 10, 2011</li>\r\n\t<li>Marc Crawford: Oct. 6, 2006 &ndash; April 5, 2008</li>\r\n\t<li>John Torchetti: March 25&nbsp;&ndash; April 17, 2006</li>\r\n\t<li>Andy Murray: Oct. 2, 1999 &ndash; March 20, 2006</li>\r\n\t<li>Larry Robinson: Oct. 7, 1995 &ndash; April 18, 1999</li>\r\n\t<li>Rogie Vachon: April 21&nbsp;&ndash; May 3, 1995</li>\r\n\t<li>Barry Melrose: Oct. 6, 1992 &ndash; April 19, 1995</li>\r\n\t<li>Tom Webster: Oct. 5, 1989 &ndash; April 28, 1992</li>\r\n\t<li>Robbie Ftorek: Dec. 9, 1987 &ndash; April 24, 1989</li>\r\n\t<li>Rogie Vachon: Dec. 6,&nbsp;1987</li>\r\n\t<li>Mike Murphy: Jan. 10&nbsp;&ndash; Dec. 5, 1987</li>\r\n\t<li>Pat Quinn: Oct. 11, 1984 &ndash; Jan. 8, 1987</li>\r\n\t<li>Roger Neilson: Feb. 2&nbsp;&ndash; March 31, 1984</li>\r\n\t<li>Rogie Vachon: Jan. 27-28, 1984</li>\r\n\t<li>Don Perry: Jan. 12, 1982 &ndash; Jan. 25, 1984</li>\r\n\t<li>Parker MacDonald: Oct. 7, 1981 &ndash; Jan. 10, 1982</li>\r\n\t<li>Bob Berry: Oct. 11, 1978 &ndash; April 12, 1981</li>\r\n\t<li>Ron Stewart: Oct. 12, 1977 &ndash; April 13, 1978</li>\r\n\t<li>Bob Pulford: Oct. 7, 1972 &ndash; April 21, 1977</li>\r\n\t<li>Fred Glover: Oct. 30, 1971 &ndash; April 1, 1972</li>\r\n\t<li>Larry Regan: Oct. 9, 1970 &ndash; Oct. 27, 1971</li>\r\n\t<li>Johnny Wilson: Dec. 15, 1969 &ndash; April 4, 1970</li>\r\n\t<li>Hal Laycoe: Oct. 11&nbsp;&ndash; Dec. 13, 1969</li>\r\n\t<li>Red Kelly: Oct. 14, 1967 &ndash; April 20, 1969</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1967-06-05T00:00:00",
            "directoryUrl": "https://www.nhl.com/kings/team/coaching-staff",
            "firstSeasonId": 19671968,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Rob Blake: April 10, 2017 &ndash; Present</li>\r\n\t<li>Dean Lombardi: April 21, 2006 &ndash; April 10, 2017</li>\r\n\t<li>Dave Taylor: April 22, 1997 &ndash; April 18, 2006</li>\r\n\t<li>Sam McMaster: May 24, 1994 &ndash; April 22, 1997</li>\r\n\t<li>Nick Beverley: June 25, 1992 &ndash; May 18, 1994</li>\r\n\t<li>Rogie Vachon: Jan. 30, 1984 &ndash; June 25, 1992</li>\r\n\t<li>George Maguire: May 28, 1977 &ndash; Jan. 30, 1984</li>\r\n\t<li>Jake Milford: Dec. 4, 1973 &ndash; May 26, 1977</li>\r\n\t<li>Larry Regan: May 17, 1967 &ndash; Dec. 4, 1973</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/Kings.jpg",
            "mostRecentTeamId": 26,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>4 &ndash;&nbsp;Rob Blake (1990-01, 2006-08)</li>\r\n\t<li>16 &ndash;&nbsp;Marcel Dionne (1975-87)</li>\r\n\t<li>18 &ndash;&nbsp;Dave Taylor (1977-94)</li>\r\n\t<li>20 &ndash;&nbsp;Luc Robitaille (1986-94, 1997-01, 2003-06)</li>\r\n\t<li>23 &ndash;&nbsp;Dustin Brown (2003-22)</li>\r\n\t<li>30 &ndash;&nbsp;Rogie Vachon (1971-78)</li>\r\n\t<li>99 &ndash;&nbsp;Wayne Gretzky (1988-96)</li>\r\n</ul>\r\n",
            "teamAbbrev": "LAK",
            "teamFullName": "Los Angeles Kings"
        },
        {
            "id": 15,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Jamie Benn: 2013-14 &ndash;&nbsp;Present</li>\r\n\t<li>Brenden Morrow: 2006-07 &ndash;&nbsp;2012-13</li>\r\n\t<li>Mike Modano: 2003-04 &ndash;&nbsp;2005-06</li>\r\n\t<li>Derian Hatcher: 1995-96 &ndash;&nbsp;2002-03</li>\r\n\t<li>Neal Broten and Derian Hatcher: 1994-95</li>\r\n\t<li>Mark Tinordi: 1991-92 &ndash;&nbsp;1993-94</li>\r\n\t<li>Curt Giles: 1989-90 &ndash;&nbsp;1990-91</li>\r\n\t<li>Curt Fraser, Bob Rouse and Curt Giles: 1988-89</li>\r\n\t<li>Craig Hartsburg: 1984-85 &ndash;&nbsp;1987-88</li>\r\n\t<li>Craig Hartsburg and Brian Bellows: 1983-84</li>\r\n\t<li>Craig Hartsburg: 1982-83</li>\r\n\t<li>Tim Young: 1981-82</li>\r\n\t<li>Paul Shmyr: 1979-80 &ndash;&nbsp;1980-81</li>\r\n\t<li>J.P. Parise: 1978-79</li>\r\n\t<li>Nick Beverley: 1977-78</li>\r\n\t<li>Bill Hogaboam: 1976-77</li>\r\n\t<li>Bill Goldsworthy: 1974-75 &ndash;&nbsp;1975-76</li>\r\n\t<li>Ted Harris: 1970-71 &ndash;&nbsp;1973-74</li>\r\n\t<li>Claude Larose: 1969-70</li>\r\n\t<li>Moose Vasko: 1968-69</li>\r\n\t<li>Bob Woytowich: 1967-68</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Peter DeBoer: Oct. 13, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Rick Bowness: Dec. 10, 2019 &ndash; May 15, 2022</li>\r\n\t<li>Jim Montgomery: Oct. 4, 2018 &ndash; Dec. 7, 2019</li>\r\n\t<li>Ken Hitchcock: Oct. 6, 2017 &ndash; April 7, 2018</li>\r\n\t<li>Lindy Ruff: Oct. 3, 2013 &ndash; April 8, 2017</li>\r\n\t<li>Glen Gulutzan: Oct. 7, 2011 &ndash; April 27, 2013</li>\r\n\t<li>Marc Crawford: Oct. 3, 2009 &ndash; April 10, 2011</li>\r\n\t<li>Dave Tippett: Oct. 9, 2002 &ndash; April 10, 2009</li>\r\n\t<li>Rick Wilson: Jan. 25&nbsp;&ndash; April 14, 2002</li>\r\n\t<li>Ken Hitchcock: Jan. 10, 1996 &ndash; Jan. 23, 2002</li>\r\n\t<li>Bob Gainey: Oct. 4, 1990 &ndash; Jan. 8, 1996</li>\r\n\t<li>Pierre Page: Oct. 6, 1988 &ndash; April 16, 1990</li>\r\n\t<li>Herb Brooks: Oct. 8, 1987 &ndash; April 3, 1988</li>\r\n\t<li>Glen Sonmor: April 1-4, 1987</li>\r\n\t<li>Lorne Henning: Oct. 10, 1985 &ndash; March 30, 1987</li>\r\n\t<li>Glen Sonmor: Nov. 10, 1984 &ndash; April 30, 1985</li>\r\n\t<li>Bill Mahoney: Oct. 5, 1983 &ndash; Nov. 7, 1984</li>\r\n\t<li>Murray Oliver: Jan. 13&nbsp;&ndash; April 20, 1983</li>\r\n\t<li>Glen Sonmor: Nov. 8, 1978 &ndash; Jan. 12, 1983</li>\r\n\t<li>Harry Howell: Oct. 11&nbsp;&ndash; Nov. 7, 1978</li>\r\n\t<li>Lou Nanne: Feb. 11&nbsp;&ndash; April 9, 1978</li>\r\n\t<li>Andre Beaulieu: Nov. 26, 1977 &ndash; Feb. 8, 1978</li>\r\n\t<li>Ted Harris: Oct. 8, 1975 &ndash; Nov. 23, 1977</li>\r\n\t<li>Charlie Burns: Jan. 6&nbsp;&ndash; April 6, 1975</li>\r\n\t<li>Jack Gordon: Oct. 9, 1974 &ndash; Jan. 4, 1975</li>\r\n\t<li>Parker MacDonald: Nov. 21, 1973 &ndash; April 7, 1974</li>\r\n\t<li>Jack Gordon: Oct. 10, 1970 &ndash; Nov. 17, 1973</li>\r\n\t<li>Charlie Burns: Dec. 30, 1969 &ndash; April 16, 1970</li>\r\n\t<li>Wren Blair: Jan. 23&nbsp;&ndash; Dec. 27, 1969</li>\r\n\t<li>John Muckler: Nov. 6, 1968 &ndash; Jan. 19, 1969</li>\r\n\t<li>Wren Blair: Oct. 11, 1967 &ndash; Nov. 3, 1968</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1967-06-05T00:00:00",
            "directoryUrl": "https://www.nhl.com/stars/team/front-office",
            "firstSeasonId": 19671968,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Jim Nill: April 29, 2013 &ndash; Present</li>\r\n\t<li>Joe Nieuwendyk: May 31, 2009 &ndash; April 28, 2013</li>\r\n\t<li>Brett Hull and Les Jackson (Co-GMs): Nov. 13, 2007 &ndash; May 31, 2009</li>\r\n\t<li>Doug Armstrong: Jan. 25, 2002 &ndash; Nov. 13, 2007</li>\r\n\t<li>Bob Gainey: June 9, 1992 &ndash; Jan. 25, 2002</li>\r\n\t<li>Bobby Clarke: June 8, 1990 &ndash; June 9, 1992</li>\r\n\t<li>Jack Ferreira: June 14, 1988 &ndash; May 10, 1990</li>\r\n\t<li>Lou Nanne: Feb. 10, 1978 &ndash; June 14, 1988</li>\r\n\t<li>Jack Gordon: April 25, 1974 &ndash; Feb. 10, 1978</li>\r\n\t<li>Wren Blair: May 20, 1966 &ndash; April 19, 1974</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Robertson.jpg",
            "mostRecentTeamId": 25,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>7 &ndash;&nbsp;Neal Broten (1980-95, 1996-97)</li>\r\n\t<li>8 &ndash;&nbsp;Bill Goldsworthy&nbsp;(1967-76)</li>\r\n\t<li>9 &ndash;&nbsp;Mike Modano (1989-10)</li>\r\n\t<li>19 &ndash;&nbsp;Bill Masterton&nbsp;(1967-68)</li>\r\n\t<li>26 &ndash;&nbsp;Jere Lehtinen (1995-10)</li>\r\n\t<li>56 &ndash; Sergei Zubov (1996-08)</li>\r\n</ul>\r\n",
            "teamAbbrev": "DAL",
            "teamFullName": "Dallas Stars"
        },
        {
            "id": 16,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>(No Captain): 2021-22 &ndash;&nbsp;Present</li>\r\n\t<li>Claude Giroux: 2012-13 &ndash;&nbsp;2021-22</li>\r\n\t<li>Chris Pronger: 2011-12</li>\r\n\t<li>Mike Richards: 2008-09 &ndash;&nbsp;2010-11</li>\r\n\t<li>Jason Smith: 2007-08</li>\r\n\t<li>Peter Forsberg: 2006-07</li>\r\n\t<li>Keith Primeau and Derian Hatcher: 2005-06</li>\r\n\t<li>Keith Primeau: 2002-03 &ndash;&nbsp;2003-04</li>\r\n\t<li>Eric Desjardins and Keith Primeau: 2001-02</li>\r\n\t<li>Eric Desjardins: 2000-01</li>\r\n\t<li>Eric Lindros and Eric Desjardins: 1999-00</li>\r\n\t<li>Eric Lindros: 1994-95 &ndash;&nbsp;1998-99</li>\r\n\t<li>Kevin Dineen: 1993-94</li>\r\n\t<li>(No Captain): 1992-93</li>\r\n\t<li>Rick Tocchet: 1991-92</li>\r\n\t<li>Ron Sutter: 1990-91</li>\r\n\t<li>Dave Poulin and Ron Sutter: 1989-90</li>\r\n\t<li>Dave Poulin: 1984-85 &ndash;&nbsp;1988-89</li>\r\n\t<li>Bobby Clarke: 1983-84</li>\r\n\t<li>Bill Barber and Bobby Clarke: 1982-83</li>\r\n\t<li>Bill Barber: 1981-82</li>\r\n\t<li>Mel Bridgman: 1979-80 &ndash;&nbsp;1980-81</li>\r\n\t<li>Bobby Clarke: 1973-74 &ndash;&nbsp;1978-79</li>\r\n\t<li>Ed Van Impe and Bobby Clarke: 1972-73</li>\r\n\t<li>Ed Van Impe: 1968-69 &ndash;&nbsp;1971-72</li>\r\n\t<li>Lou Angotti: 1967-68</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>John Tortorella: Oct. 13, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Mike Yeo: Dec. 6, 2021 &ndash; April 29, 2022</li>\r\n\t<li>Alain Vigneault: Oct. 4, 2019 &ndash; Dec. 5, 2021</li>\r\n\t<li>Scott Gordon: Dec. 18, 2018 &ndash; April 6, 2019</li>\r\n\t<li>Dave Hakstol: Oct. 8, 2015 &ndash; Dec. 15, 2018</li>\r\n\t<li>Craig Berube: Oct. 8, 2013 &ndash; April 11, 2015</li>\r\n\t<li>Peter Laviolette: Dec. 5, 2009 &ndash; Oct. 6, 2013</li>\r\n\t<li>John Stevens: Oct. 26, 2006 &ndash; Dec. 3, 2009</li>\r\n\t<li>Ken Hitchcock: Oct. 10, 2002 &ndash; Oct. 20, 2006</li>\r\n\t<li>Bill Barber: Dec. 10, 2000 &ndash; April 26, 2002</li>\r\n\t<li>Craig Ramsay: Oct. 5&nbsp;&ndash; Dec. 8, 2000</li>\r\n\t<li>Roger Neilson: March 10, 1998 &ndash; May 26, 2000</li>\r\n\t<li>Wayne Cashman: Oct. 1, 1997 &ndash; March 8, 1998</li>\r\n\t<li>Terry Murray: Jan. 21, 1995 &ndash; June 7, 1997</li>\r\n\t<li>Terry Simpson: Oct. 5, 1993 &ndash; April 14, 1994</li>\r\n\t<li>Bill Dineen: Dec. 5, 1991 &ndash; April 16, 1993</li>\r\n\t<li>Paul Holmgren: Oct. 6, 1988 &ndash; Dec. 2, 1991</li>\r\n\t<li>Mike Keenan: Oct. 11, 1984 &ndash; April 16, 1988</li>\r\n\t<li>Bob McCammon: March 20, 1982 &ndash; April 7, 1984</li>\r\n\t<li>Pat Quinn: Feb. 1, 1979 &ndash; March 18, 1982</li>\r\n\t<li>Bob McCammon: Oct. 12, 1978 &ndash; Jan. 29, 1979</li>\r\n\t<li>Fred Shero: Oct. 9, 1971 &ndash; May 11, 1978</li>\r\n\t<li>Vic Stasiuk: Oct. 11, 1969 &ndash; April 11, 1971</li>\r\n\t<li>Keith Allen: Oct. 11, 1967 &ndash; April 6, 1969</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1967-06-05T00:00:00",
            "directoryUrl": "https://www.nhl.com/flyers/team/front-office",
            "firstSeasonId": 19671968,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Daniel Bri&egrave;re: March 10, 2023 &ndash; Present</li>\r\n\t<li>Chuck Fletcher: Dec. 3, 2018 &ndash; March 10, 2023</li>\r\n\t<li>Ron Hextall: May 7, 2014 &ndash; Nov. 26, 2018</li>\r\n\t<li>Paul Holmgren: Oct. 22, 2006 &ndash; May 7, 2014</li>\r\n\t<li>Bobby Clarke: June 15, 1994 &ndash; Oct. 22, 2006</li>\r\n\t<li>Russ Farwell: June 6, 1990 &ndash; June 15, 1994</li>\r\n\t<li>Bobby Clarke: May 15, 1984 &ndash; April 16, 1990</li>\r\n\t<li>Bob McCammon: May 28, 1983 &ndash; April 25, 1984</li>\r\n\t<li>Keith Allen: Dec. 19, 1969 &ndash; May 28, 1983</li>\r\n\t<li>Bud Poile: May 31, 1966 &ndash; Dec. 19, 1969</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/PHI/Konecny.jpg",
            "mostRecentTeamId": 4,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Bernie Parent (1967-71, 1973-79)</li>\r\n\t<li>2 &ndash;&nbsp;Mark Howe (1982-92)</li>\r\n\t<li>4 &ndash;&nbsp;Barry Ashbee (1970-74)</li>\r\n\t<li>7 &ndash;&nbsp;Bill Barber (1972-85)</li>\r\n\t<li>16 &ndash;&nbsp;Bobby Clarke (1969-84)</li>\r\n\t<li>88 &ndash;&nbsp;Eric Lindros (1992-00)</li>\r\n</ul>\r\n",
            "teamAbbrev": "PHI",
            "teamFullName": "Philadelphia Flyers"
        },
        {
            "id": 17,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Sidney Crosby: 2007-08 &ndash;&nbsp;Present</li>\r\n\t<li>(No Captain): 2006-07</li>\r\n\t<li>Mario Lemieux and (No Captain): 2005-06</li>\r\n\t<li>Mario Lemieux: 2001-02 &ndash;&nbsp;2004-05</li>\r\n\t<li>Jaromir Jagr: 1998-99 &ndash;&nbsp;2000-01</li>\r\n\t<li>Ron Francis: 1997-98</li>\r\n\t<li>Mario Lemieux: 1995-96 &ndash;&nbsp;1996-97</li>\r\n\t<li>Ron Francis: 1994-95</li>\r\n\t<li>Mario Lemieux: 1988-89 &ndash;&nbsp;1993-94</li>\r\n\t<li>Dan Frawley and Mario Lemieux: 1987-88</li>\r\n\t<li>Mike Bullard and Terry Ruskowski: 1986-87</li>\r\n\t<li>Mike Bullard: 1984-85 &ndash;&nbsp;1985-86</li>\r\n\t<li>Randy Carlyle: 1981-82 &ndash;&nbsp;1983-84</li>\r\n\t<li>Orest Kindrachuk: 1978-79 &ndash;&nbsp;1980-81</li>\r\n\t<li>Jean Pronovost: 1977-78</li>\r\n\t<li>Ron Schock: 1973-74 &ndash;&nbsp;1976-77</li>\r\n\t<li>(No Captain): 1969-70 &ndash;&nbsp;1972-73</li>\r\n\t<li>Earl Ingarfield and (No Captain): 1968-69</li>\r\n\t<li>Ab McDonald: 1967-68</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Mike Sullivan: Dec. 14, 2015 &ndash; Present</li>\r\n\t<li>Mike Johnston: Oct. 9, 2014 &ndash; Dec. 11, 2015</li>\r\n\t<li>Dan Bylsma: Feb. 16, 2009 &ndash; May 13, 2014</li>\r\n\t<li>Michel Therrien: Dec. 16, 2005 &ndash; Feb. 14, 2009</li>\r\n\t<li>Eddie Olczyk: Oct. 10, 2003 &ndash; Dec. 13, 2005</li>\r\n\t<li>Rick Kehoe: Oct. 16, 2001 &ndash; April 5, 2003</li>\r\n\t<li>Ivan Hlinka: Oct. 6, 2000 &ndash; Oct. 14, 2001</li>\r\n\t<li>Herb Brooks: Dec. 9, 1999 &ndash; May 9, 2000</li>\r\n\t<li>Kevin Constantine: Oct. 1, 1997 &ndash; Dec. 7, 1999</li>\r\n\t<li>Craig Patrick: March 4&nbsp;&ndash; April 26, 1997</li>\r\n\t<li>Eddie Johnston: Oct. 5, 1993 &ndash; March 1, 1997</li>\r\n\t<li>Scotty Bowman: Oct. 4, 1991 &ndash; May 14, 1993</li>\r\n\t<li>Bob Johnson: Oct. 5, 1990 &ndash; May 25, 1991</li>\r\n\t<li>Craig Patrick: Dec. 6, 1989 &ndash; March 31, 1990</li>\r\n\t<li>Gene Ubriaco: Oct. 7, 1988 &ndash; Dec. 2, 1989</li>\r\n\t<li>Pierre Creamer: Oct. 8, 1987 &ndash; April 3, 1988</li>\r\n\t<li>Bob Berry: Oct. 11, 1984 &ndash; April 4, 1987</li>\r\n\t<li>Lou Angotti: Oct. 4, 1983 &ndash; April 1, 1984</li>\r\n\t<li>Eddie Johnston: Oct. 9, 1980 &ndash; April 3, 1983</li>\r\n\t<li>Johnny Wilson: Oct. 12, 1977 &ndash; April 14, 1980</li>\r\n\t<li>Ken Schinkel: Jan. 17, 1976 &ndash; April 9, 1977</li>\r\n\t<li>Marc Boileau: Feb. 7, 1974 &ndash; Jan. 15, 1976</li>\r\n\t<li>Ken Schinkel: Jan. 13, 1973 &ndash; Feb. 3, 1974</li>\r\n\t<li>Red Kelly: Oct. 11, 1969 &ndash; Jan. 10, 1973</li>\r\n\t<li>Red Sullivan: Oct. 11, 1967 &ndash; March 30, 1969</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1967-06-05T00:00:00",
            "directoryUrl": "https://www.nhl.com/penguins/team/staff",
            "firstSeasonId": 19671968,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kyle Dubas: June 1, 2023&nbsp;&ndash; Present</li>\r\n\t<li>Ron Hextall: Feb. 9, 2021&nbsp;&ndash; April 14, 2023</li>\r\n\t<li>Patrik Allvin: Jan. 27&nbsp;&ndash; Feb. 9, 2021</li>\r\n\t<li>Jim Rutherford: June 6, 2014 &ndash; Jan. 27, 2021</li>\r\n\t<li>Jason Botterill: May 16&nbsp;&ndash; June 6, 2014</li>\r\n\t<li>Ray Shero: May 25, 2006 &ndash; May 16, 2014</li>\r\n\t<li>Craig Patrick: Dec. 5, 1989 &ndash; April 20, 2006</li>\r\n\t<li>Tony Esposito: April 14, 1988 &ndash; Dec. 5, 1989</li>\r\n\t<li>Eddie Johnston: May 27, 1983 &ndash; April 14, 1988</li>\r\n\t<li>Baz Bastien: Dec. 3, 1976 &ndash; March 15, 1983</li>\r\n\t<li>Wren Blair: July 1, 1975 &ndash; Dec. 3, 1976</li>\r\n\t<li>Jack Button: Jan. 13, 1974 &ndash; July 1, 1975</li>\r\n\t<li>Jack Riley: Jan. 29, 1972 &ndash; Jan. 13, 1974</li>\r\n\t<li>Red Kelly: May 1, 1970 &ndash; Jan. 29, 1972</li>\r\n\t<li>Jack Riley: June 6, 1967 &ndash; May 1, 1970</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/PIT/PensTrio.jpg",
            "mostRecentTeamId": 5,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>21 &ndash;&nbsp;Michel Briere (1969-70)</li>\r\n\t<li>66 &ndash;&nbsp;Mario Lemieux (1984-97, 2000-06)</li>\r\n</ul>\r\n",
            "teamAbbrev": "PIT",
            "teamFullName": "Pittsburgh Penguins"
        },
        {
            "id": 18,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Brayden Schenn: 2023-24 &ndash;&nbsp;Present</li>\r\n\t<li>Ryan O&rsquo;Reilly and (No Captain): 2022-23</li>\r\n\t<li>Ryan O&rsquo;Reilly: 2020-21 &ndash;&nbsp;2021-22</li>\r\n\t<li>Alex Pietrangelo: 2016-17 &ndash;&nbsp;2019-20</li>\r\n\t<li>David Backes: 2011-12 &ndash;&nbsp;2015-16</li>\r\n\t<li>Eric Brewer: 2007-08 &ndash;&nbsp;2010-11</li>\r\n\t<li>Dallas Drake: 2005-06 &ndash;&nbsp;2006-07</li>\r\n\t<li>Al MacInnis: 2002-03 &ndash;&nbsp;2003-04</li>\r\n\t<li>Chris Pronger: 1997-98 &ndash;&nbsp;2001-02</li>\r\n\t<li>(No Captain): 1996-97</li>\r\n\t<li>Brett Hull, Shayne Corson and Wayne Gretzky: 1995-96</li>\r\n\t<li>Brett Hull: 1992-93 &ndash;&nbsp;1994-95</li>\r\n\t<li>Garth Butcher: 1991-92</li>\r\n\t<li>Scott Stevens: 1990-91</li>\r\n\t<li>Rick Meagher: 1989-90</li>\r\n\t<li>Bernie Federko: 1988-89</li>\r\n\t<li>Brian Sutter: 1979-80 &ndash;&nbsp;1987-88</li>\r\n\t<li>Barry Gibbs: 1978-79</li>\r\n\t<li>Red Berenson: 1977-78</li>\r\n\t<li>(Captain Appointed on a Game-by-Game Basis): 1976-77</li>\r\n\t<li>Barclay Plager: 1972-73 &ndash;&nbsp;1975-76</li>\r\n\t<li>Barclay Plager and Jim Roberts: 1971-72</li>\r\n\t<li>Red Berenson and Barclay Plager: 1970-71</li>\r\n\t<li>Al Arbour: 1967-68 &ndash;&nbsp;1969-70</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Drew Bannister: Dec. 14, 2023 &ndash; Present</li>\r\n\t<li>Craig Berube: Nov. 21, 2018 &ndash; Dec. 12, 2023</li>\r\n\t<li>Mike Yeo: Feb. 2, 2017 &ndash; Nov. 19, 2018</li>\r\n\t<li>Ken Hitchcock: Nov. 8, 2011 &ndash; Jan. 31, 2017</li>\r\n\t<li>Davis Payne: Jan. 2, 2010 &ndash; Nov. 5, 2011</li>\r\n\t<li>Andy Murray: Dec. 12, 2006 &ndash; Dec. 31, 2009</li>\r\n\t<li>Mike Kitchen: Feb. 26, 2004 &ndash; Dec. 9, 2006</li>\r\n\t<li>Joel Quenneville: Jan. 7, 1997 &ndash; Feb. 22, 2004</li>\r\n\t<li>Jim Roberts: Dec. 19, 1996 &ndash; Jan. 5, 1997</li>\r\n\t<li>Mike Keenan: Jan. 20, 1995 &ndash; Dec. 17, 1996</li>\r\n\t<li>Bob Berry: Oct. 31, 1992 &ndash; April 24, 1994</li>\r\n\t<li>Bob Plager: Oct. 6-29, 1992</li>\r\n\t<li>Brian Sutter: Oct. 6, 1988 &ndash; April 28, 1992</li>\r\n\t<li>Jacques Martin: Oct. 9, 1986 &ndash; April 27, 1988</li>\r\n\t<li>Jacques Demers: Oct. 4, 1983 &ndash; May 14, 1986</li>\r\n\t<li>Barclay Plager: Dec. 14, 1982 &ndash; April 10, 1983</li>\r\n\t<li>Emile Francis: March 9&nbsp;&ndash; Dec. 11, 1982</li>\r\n\t<li>Red Berenson: Dec. 11, 1979 &ndash; March 8, 1982</li>\r\n\t<li>Barclay Plager: Feb. 18, 1978 &ndash; Dec. 8, 1979</li>\r\n\t<li>Leo Boivin: Oct. 12, 1977 &ndash; Feb. 15, 1978</li>\r\n\t<li>Emile Francis: Oct. 7, 1976 &ndash; April 17, 1977</li>\r\n\t<li>Leo Boivin: Jan. 6&nbsp;&ndash; April 9, 1976</li>\r\n\t<li>Lynn Patrick: Dec. 14, 1975 &ndash; Jan. 3, 1976</li>\r\n\t<li>Garry Young: Nov. 5, 1974 &ndash; Dec. 12, 1975</li>\r\n\t<li>Lynn Patrick: Oct. 31&nbsp;&ndash; Nov. 2, 1974</li>\r\n\t<li>Lou Angotti: Feb. 16&nbsp;&ndash; Oct. 27, 1974</li>\r\n\t<li>Jean-Guy Talbot: Nov. 11, 1972 &ndash; Feb. 14, 1974</li>\r\n\t<li>Al Arbour: Dec. 25, 1971 &ndash; Nov. 7, 1972</li>\r\n\t<li>Bill McCreary: Nov. 3&nbsp;&ndash; Dec. 22, 1971</li>\r\n\t<li>Sid Abel: Oct. 9-30, 1971</li>\r\n\t<li>Scotty Bowman: Feb. 7&nbsp;&ndash; April 15, 1971</li>\r\n\t<li>Al Arbour: Oct. 10, 1970 &ndash; Feb. 5, 1971</li>\r\n\t<li>Scotty Bowman: Nov. 22, 1967 &ndash; May 10, 1970</li>\r\n\t<li>Lynn Patrick: Oct. 11&nbsp;&ndash; Nov. 19, 1967</li>\r\n\t<li>*&nbsp;<em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1967-06-05T00:00:00",
            "directoryUrl": "https://www.nhl.com/blues/team/front-office",
            "firstSeasonId": 19671968,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Doug Armstrong: July 1, 2010 &ndash; Present</li>\r\n\t<li>Larry Pleau: June 9, 1997 &ndash; June 30, 2010</li>\r\n\t<li>Ron Caron: Dec. 19, 1996 &ndash; June 9, 1997</li>\r\n\t<li>Mike Keenan: July 17, 1994 &ndash; Dec. 19, 1996</li>\r\n\t<li>Ron Caron: Aug. 13, 1983 &ndash; July 17, 1994</li>\r\n\t<li>Emile Francis: April 12, 1976 &ndash; May 2, 1983</li>\r\n\t<li>Sid Salomon III: Aug. 24, 1974 &ndash; April 12, 1976</li>\r\n\t<li>Lou Angotti: April 7&nbsp;&ndash; Aug. 24, 1974</li>\r\n\t<li>Charles Catto: May 7, 1973 &ndash; April 7, 1974</li>\r\n\t<li>Sid Abel: Oct. 30, 1971 &ndash; April 17, 1973</li>\r\n\t<li>Lynn Patrick: May 7&nbsp;&ndash; Oct. 30, 1971</li>\r\n\t<li>Scotty Bowman: May 29, 1968 &ndash; April 30, 1971</li>\r\n\t<li>Lynn Patrick: May 5, 1966 &ndash; May 29, 1968</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/STL/BluesGoal.jpg",
            "mostRecentTeamId": 19,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>2 &ndash;&nbsp;Al MacInnis (1994-04)</li>\r\n\t<li>3 &ndash;&nbsp;Bob Gassoff (1973-77)</li>\r\n\t<li>5 &ndash;&nbsp;Bob Plager (1967-78)</li>\r\n\t<li>8 &ndash;&nbsp;Barclay Plager (1967-77)</li>\r\n\t<li>11 &ndash;&nbsp;Brian Sutter (1976-88)</li>\r\n\t<li>16 &ndash;&nbsp;Brett Hull (1987-98)</li>\r\n\t<li>24 &ndash;&nbsp;Bernie Federko (1976-89)</li>\r\n\t<li>44 &ndash;&nbsp;Chris Pronger (1995-04)</li>\r\n</ul>\r\n",
            "teamAbbrev": "STL",
            "teamFullName": "St. Louis Blues"
        },
        {
            "id": 19,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Kyle Okposo: 2022-23 &ndash; Present&nbsp;</li>\r\n\t<li>(No Captain): 2021-22&nbsp;</li>\r\n\t<li>Jack Eichel: 2018-19 &ndash; 2020-21</li>\r\n\t<li>(No Captain): 2017-18</li>\r\n\t<li>Brian Gionta: 2014-15 &ndash;&nbsp;2016-17</li>\r\n\t<li>(No Captain): 2013-14</li>\r\n\t<li>Jason Pominville: 2011-12 &ndash;&nbsp;2012-13</li>\r\n\t<li>Craig Rivet: 2008-09 &ndash;&nbsp;2010-11</li>\r\n\t<li>Jochen Hecht, Toni Lydman, Brian Campbell, Jaroslav Spacek and&nbsp;Jason Pominville: 2007-08</li>\r\n\t<li>Daniel Briere and Chris Drury: 2005-06 &ndash;&nbsp;2006-07</li>\r\n\t<li>Miroslav Satan, Chris Drury, James Patrick, J.P. Dumont and&nbsp;Daniel Briere: 2003-04</li>\r\n\t<li>Stu Barnes: 2001-02 &ndash;&nbsp;2002-03</li>\r\n\t<li>(No Captain): 2000-01</li>\r\n\t<li>Michael Peca: 1998-99 &ndash;&nbsp;1999-00</li>\r\n\t<li>Donald Audette and Michael Peca: 1997-98</li>\r\n\t<li>Pat LaFontaine: 1994-95 &ndash;&nbsp;1996-97</li>\r\n\t<li>Pat LaFontaine and Alexander Mogilny: 1993-94</li>\r\n\t<li>Mike Ramsey and Pat LaFontaine: 1992-93</li>\r\n\t<li>Mike Ramsey: 1991-92</li>\r\n\t<li>Mike Foligno and Mike Ramsey: 1990-91</li>\r\n\t<li>Mike Foligno: 1989-90</li>\r\n\t<li>Lindy Ruff and Mike Foligno: 1988-89</li>\r\n\t<li>Lindy Ruff: 1987-88</li>\r\n\t<li>Gilbert Perreault and Lindy Ruff: 1986-87</li>\r\n\t<li>Gilbert Perreault: 1982-83 &ndash;&nbsp;1985-86</li>\r\n\t<li>Danny Gare and Gilbert Perreault: 1981-82</li>\r\n\t<li>Danny Gare: 1977-78 &ndash;&nbsp;1980-81</li>\r\n\t<li>Jim Schoenfeld: 1975-76 &ndash;&nbsp;1976-77</li>\r\n\t<li>Gerry Meehan and Jim Schoenfeld: 1974-75</li>\r\n\t<li>Gerry Meehan: 1971-72 &ndash;&nbsp;1973-74</li>\r\n\t<li>Floyd Smith: 1970-71</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Don Granato: March 18, 2021 &ndash; Present</li>\r\n\t<li>Ralph Krueger: Oct. 3, 2019 &ndash; March 16, 2021</li>\r\n\t<li>Phil Housley: Oct. 5, 2017 &ndash; April 6, 2019</li>\r\n\t<li>Dan Bylsma: Oct. 8, 2015 &ndash; April 9, 2017</li>\r\n\t<li>Ted Nolan: Nov. 15, 2013&nbsp;&ndash; April 11, 2015</li>\r\n\t<li>Ron Rolston: Feb. 21&nbsp;&ndash; Nov. 12, 2013</li>\r\n\t<li>Lindy Ruff: Oct. 1, 1997 &ndash; Feb. 19, 2013</li>\r\n\t<li>Ted Nolan: Oct. 7, 1995 &ndash; May 11, 1997</li>\r\n\t<li>John Muckler: Dec. 13, 1991 &ndash; May 14, 1995</li>\r\n\t<li>Rick Dudley: Oct. 5, 1989 &ndash; Dec. 11, 1991</li>\r\n\t<li>Ted Sator: Dec. 23, 1986 &ndash; April 11, 1989</li>\r\n\t<li>Craig Ramsay: Nov. 5&nbsp;&ndash; Dec. 20, 1986</li>\r\n\t<li>Scotty Bowman: Jan. 17&nbsp;&ndash; Nov. 2, 1986</li>\r\n\t<li>Jim Schoenfeld: Oct. 10, 1985 &ndash; Jan. 15, 1986</li>\r\n\t<li>Scotty Bowman: March 20, 1982 &ndash; April 16, 1985</li>\r\n\t<li>Jim Roberts: Dec. 9, 1981 &ndash; March 18, 1982</li>\r\n\t<li>Scotty Bowman: Oct. 7&nbsp;&ndash; Dec. 6, 1981</li>\r\n\t<li>Roger Neilson: Oct. 9, 1980 &ndash; April 22, 1981</li>\r\n\t<li>Scotty Bowman: Oct. 11, 1979 &ndash; May 10, 1980</li>\r\n\t<li>Billy Inglis: Dec. 7, 1978 &ndash; April 14, 1979</li>\r\n\t<li>Marcel Pronovost: Oct. 13, 1977 &ndash; Dec. 3, 1978</li>\r\n\t<li>Floyd Smith: Oct. 10, 1974 &ndash; April 17, 1977</li>\r\n\t<li>Joe Crozier: Jan. 13, 1972 &ndash; April 7, 1974</li>\r\n\t<li>Floyd Smith: Jan. 9, 1972</li>\r\n\t<li>Punch Imlach: Oct. 10, 1970 &ndash; Jan. 6, 1972</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1970-05-22T00:00:00",
            "directoryUrl": "https://www.nhl.com/sabres/team/staff",
            "firstSeasonId": 19701971,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kevyn Adams: June 16, 2020&nbsp;&ndash; Present</li>\r\n\t<li>Jason Botterill: May 11, 2017 &ndash; June 16, 2020</li>\r\n\t<li>Tim Murray: Jan. 9, 2014 &ndash; April 20, 2017</li>\r\n\t<li>Darcy Regier: June 11, 1997 &ndash; Nov. 13, 2013</li>\r\n\t<li>John Muckler: July 31, 1993 &ndash; May 14, 1997</li>\r\n\t<li>Gerry Meehan: Dec. 2, 1986 &ndash; July 31, 1993</li>\r\n\t<li>Scotty Bowman: June 11, 1979 &ndash; Dec. 2, 1986</li>\r\n\t<li>John Andersen: Dec. 4, 1978 &ndash; June 11, 1979</li>\r\n\t<li>Punch Imlach: Jan. 16, 1970 &ndash; Dec. 4, 1978</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/BUF/ThompsonTuch.jpg",
            "mostRecentTeamId": 7,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>2 &ndash;&nbsp;Tim Horton (1972-74)</li>\r\n\t<li>7 &ndash;&nbsp;Rick Martin (1971-81)</li>\r\n\t<li>11 &ndash;&nbsp;Gilbert Perreault (1970-87)</li>\r\n\t<li>14 &ndash;&nbsp;Rene Robert (1971-79)</li>\r\n\t<li>16 &ndash;&nbsp;Pat LaFontaine (1991-96)</li>\r\n\t<li>18 &ndash;&nbsp;Danny Gare (1974-81)</li>\r\n\t<li>30 &ndash; Ryan Miller (2002-14)</li>\r\n\t<li>39 &ndash;&nbsp;Dominik Hasek (1992-01)</li>\r\n</ul>\r\n",
            "teamAbbrev": "BUF",
            "teamFullName": "Buffalo Sabres"
        },
        {
            "id": 20,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Quinn Hughes: 2023-24&nbsp;&ndash; Present</li>\r\n\t<li>Bo Horvat and (No Captain): 2022-23</li>\r\n\t<li>Bo Horvat: 2020-21 &ndash; 2021-22</li>\r\n\t<li>(No Captain) and Bo Horvat: 2019-20</li>\r\n\t<li>(No Captain): 2018-19</li>\r\n\t<li>Henrik Sedin: 2010-11 &ndash;&nbsp;2017-18</li>\r\n\t<li>Roberto Luongo: 2008-09 &ndash;&nbsp;2009-10</li>\r\n\t<li>Markus Naslund: 2000-01 &ndash;&nbsp;2007-08</li>\r\n\t<li>Mark Messier: 1997-98 &ndash;&nbsp;1999-00</li>\r\n\t<li>Trevor Linden: 1991-92 &ndash;&nbsp;1996-97</li>\r\n\t<li>Dan Quinn, Doug Lidster and Trevor Linden: 1990-91</li>\r\n\t<li>Stan Smyl: 1982-83 &ndash;&nbsp;1989-90</li>\r\n\t<li>Kevin McCarthy: 1979-80 &ndash;&nbsp;1981-82</li>\r\n\t<li>Don Lever: 1977-78 &ndash;&nbsp;1978-79</li>\r\n\t<li>Chris Oddleifson: 1976-77</li>\r\n\t<li>Andre Boudrias: 1975-76</li>\r\n\t<li>(No Captain): 1974-75</li>\r\n\t<li>Orland Kurtenbach: 1970-71 &ndash;&nbsp;1973-74</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Rick Tocchet: Jan. 24, 2023 &ndash; Present</li>\r\n\t<li>Bruce Boudreau: Dec. 6, 2021 &ndash; Jan. 21, 2023</li>\r\n\t<li>Travis Green: Oct. 7, 2017 &ndash; Dec. 4, 2021</li>\r\n\t<li>Willie Desjardins: Oct. 8, 2014 &ndash; April 9, 2017</li>\r\n\t<li>John Tortorella: Oct. 3, 2013 &ndash; April 13, 2014</li>\r\n\t<li>Alain Vigneault: Oct. 5, 2006 &ndash; May 7, 2013</li>\r\n\t<li>Marc Crawford: Jan. 28, 1999 &ndash; April 15, 2006</li>\r\n\t<li>Mike Keenan: Nov. 14, 1997 &ndash; Jan. 19, 1999</li>\r\n\t<li>Tom Renney: Oct. 5, 1996 &ndash; Nov. 12, 1997</li>\r\n\t<li>Pat Quinn: March 29&nbsp;&ndash; April 27, 1996</li>\r\n\t<li>Rick Ley: Jan. 20, 1995 &ndash; March 27, 1996</li>\r\n\t<li>Pat Quinn: Feb. 2, 1991 &ndash; June 14, 1994</li>\r\n\t<li>Bob McCammon: Oct. 8, 1987 &ndash; Jan. 31, 1991</li>\r\n\t<li>Tom Watt: Oct. 10, 1985 &ndash; April 5, 1987</li>\r\n\t<li>Harry Neale: Nov. 21, 1984 &ndash; April 6, 1985</li>\r\n\t<li>Bill LaForge: Oct. 11&nbsp;&ndash; Nov. 20, 1984</li>\r\n\t<li>Harry Neale: Jan. 20&nbsp;&ndash; April 8, 1984</li>\r\n\t<li>Roger Neilson: March 27, 1982 &ndash; Jan. 18, 1984</li>\r\n\t<li>Harry Neale: Oct. 11, 1978 &ndash; March 24, 1982</li>\r\n\t<li>Orland Kurtenbach: Dec. 22, 1976 &ndash; April 8, 1978</li>\r\n\t<li>Phil Maloney: Jan. 15, 1974 &ndash; Dec. 20, 1976</li>\r\n\t<li>Bill McCreary: Oct. 10, 1973 &ndash; Jan. 12, 1974</li>\r\n\t<li>Vic Stasiuk: Oct. 7, 1972 &ndash; March 31, 1973</li>\r\n\t<li>Hal Laycoe: Oct. 9, 1970 &ndash; April 2, 1972</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1970-05-22T00:00:00",
            "directoryUrl": "https://www.nhl.com/canucks/team/front-office",
            "firstSeasonId": 19701971,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Patrik Allvin: Jan. 26, 2022 &ndash; Present</li>\r\n\t<li>Jim Rutherford: Dec. 9, 2021 &ndash; Jan. 26, 2022</li>\r\n\t<li>Stan Smyl: Dec. 5-9, 2021</li>\r\n\t<li>Jim Benning: May 21, 2014 &ndash; Dec. 5, 2021</li>\r\n\t<li>Mike Gillis: April 23, 2008 &ndash; April 8, 2014</li>\r\n\t<li>Dave Nonis: May 6, 2004 &ndash; April 14, 2008</li>\r\n\t<li>Brian Burke: June 22, 1998 &ndash; May 3, 2004</li>\r\n\t<li>Mike Keenan: Jan. 25&nbsp;&ndash; June 22, 1998</li>\r\n\t<li>Pat Quinn: June 16, 1987 &ndash; Nov. 4, 1997</li>\r\n\t<li>Jack Gordon: June 4, 1985 &ndash; June 1, 1987</li>\r\n\t<li>Harry Neale: June 1, 1982 &ndash; May 23, 1985</li>\r\n\t<li>Jake Milford: May 31, 1977 &ndash; June 1, 1982</li>\r\n\t<li>Phil Maloney: Feb. 1, 1974 &ndash; May 31, 1977</li>\r\n\t<li>Hal Laycoe: Dec. 14, 1972 &ndash; Jan. 31, 1974</li>\r\n\t<li>Bud Poile: Feb. 25, 1970 &ndash; Dec. 14, 1972</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/VAN/TDQH.jpg",
            "mostRecentTeamId": 23,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>10 &ndash;&nbsp;Pavel Bure (1991-98)</li>\r\n\t<li>12 &ndash;&nbsp;Stan Smyl (1978-91)</li>\r\n\t<li>16 &ndash;&nbsp;Trevor Linden (1988-98, 2001-08)</li>\r\n\t<li>19 &ndash;&nbsp;Markus Naslund (1996-08)</li>\r\n\t<li>22 &ndash;&nbsp;Daniel Sedin (2000-18)</li>\r\n\t<li>33 &ndash;&nbsp;Henrik Sedin (2000-18)</li>\r\n</ul>\r\n",
            "teamAbbrev": "VAN",
            "teamFullName": "Vancouver Canucks"
        },
        {
            "id": 21,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Mikael Backlund:&nbsp;2023-24&nbsp;&ndash;&nbsp;Present</li>\r\n\t<li>(No Captain): 2021-22 &ndash;&nbsp;2022-23</li>\r\n\t<li>Mark Giordano: 2013-14 &ndash;&nbsp;2020-21</li>\r\n\t<li>Jarome Iginla: 2003-04 &ndash;&nbsp;2012-13</li>\r\n\t<li>Bob Boughner and Craig Conroy: 2002-03</li>\r\n\t<li>Dave Lowry,&nbsp;Bob Boughner and Craig Conroy: 2001-02</li>\r\n\t<li>Steve Smith&nbsp;and Dave Lowry: 2000-01</li>\r\n\t<li>Steve Smith: 1999-00</li>\r\n\t<li>Todd Simpson: 1997-98 &ndash; 1998-99</li>\r\n\t<li>Theo&nbsp;Fleury: 1995-96 &ndash; 1996-97</li>\r\n\t<li>Joe Nieuwendyk: 1991-92 &ndash;&nbsp;1994-95</li>\r\n\t<li>Alternating Captains: 1990-91</li>\r\n\t<li>Brad McCrimmon: 1989-90</li>\r\n\t<li>Lanny McDonald, Jim Peplinski and Tim Hunter: 1988-89</li>\r\n\t<li>Lanny McDonald and&nbsp;Jim Peplinski: 1987-88</li>\r\n\t<li>Lanny McDonald, Doug Risebrough and&nbsp;Jim Peplinski: 1984-85 &ndash;&nbsp;1986-87</li>\r\n\t<li>Lanny McDonald and&nbsp;Doug Risebrough: 1983-84</li>\r\n\t<li>Phil Russell: 1981-82 &ndash;&nbsp;1982-83</li>\r\n\t<li>Brad Marsh: 1980-81</li>\r\n\t<li>Jean Pronovost: 1979-80</li>\r\n\t<li>Tom Lysiak: 1977-78 &ndash;&nbsp;1978-79</li>\r\n\t<li>Pat Quinn: 1975-76 &ndash;&nbsp;1976-77</li>\r\n\t<li>Keith McCreary: 1972-73 &ndash;&nbsp;1974-75</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Ryan Huska: Oct. 11, 2023 &ndash;&nbsp;Present</li>\r\n\t<li>Darryl Sutter: March 11, 2021 &ndash; April 12, 2023</li>\r\n\t<li>Ryan Huska: March 6-7, 2021</li>\r\n\t<li>Geoff Ward: Nov. 27, 2019 &ndash; March 4, 2021</li>\r\n\t<li>Bill Peters: Oct. 3, 2018 &ndash; Nov. 25, 2019</li>\r\n\t<li>Glen Gulutzan: Oct. 12, 2016 &ndash; April 7, 2018</li>\r\n\t<li>Bob Hartley: Jan. 20, 2013 &ndash; April 9, 2016</li>\r\n\t<li>Brent Sutter: Oct. 1, 2009 &ndash; April 7, 2012</li>\r\n\t<li>Mike Keenan: Oct. 4, 2007 &ndash; April 27, 2009</li>\r\n\t<li>Jim Playfair: Oct. 5, 2006 &ndash; April 22, 2007</li>\r\n\t<li>Darryl Sutter: Dec. 29, 2002 &ndash; May 3, 2006</li>\r\n\t<li>Al MacNeil: Dec. 3-27, 2002</li>\r\n\t<li>Greg Gilbert: March 14, 2001 &ndash; Dec. 1, 2002</li>\r\n\t<li>Don Hay: Oct. 5, 2000 &ndash; March 11, 2001</li>\r\n\t<li>Brian Sutter: Oct. 1, 1997 &ndash; April 8, 2000</li>\r\n\t<li>Pierre Page: Oct. 7, 1995 &ndash; April 12, 1997</li>\r\n\t<li>Dave King: Oct. 6, 1992 &ndash; May 19, 1995</li>\r\n\t<li>Guy Charron: March 3&nbsp;&ndash; April 16, 1992</li>\r\n\t<li>Doug Risebrough: Oct. 4, 1990 &ndash; March 1, 1992</li>\r\n\t<li>Terry Crisp: Oct. 8, 1987 &ndash; April 14, 1990</li>\r\n\t<li>Bob Johnson: Oct. 5, 1982 &ndash; April 16, 1987</li>\r\n\t<li>Al MacNeil: Oct. 10, 1979 &ndash; April 10, 1982</li>\r\n\t<li>Fred Creighton: Feb. 5, 1975 &ndash; April 12, 1979</li>\r\n\t<li>Bernie Geoffrion: Oct. 7, 1972 &ndash; Feb. 2, 1975</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1972-06-06T00:00:00",
            "directoryUrl": "https://www.nhl.com/flames/team/executive",
            "firstSeasonId": 19721973,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Craig Conroy: May 23, 2023 &ndash; Present</li>\r\n\t<li>Don Maloney:&nbsp;April 17 &ndash; May 23, 2023</li>\r\n\t<li>Brad Treliving: April 28, 2014 &ndash; April 17, 2023</li>\r\n\t<li>Brian Burke: Dec. 12, 2013 &ndash; April 28, 2014</li>\r\n\t<li>Jay Feaster: Dec. 28, 2010 &ndash; Dec. 12, 2013</li>\r\n\t<li>Darryl Sutter: April 11, 2003 &ndash; Dec. 28, 2010</li>\r\n\t<li>Craig Button: June 6, 2000 &ndash; April 11, 2003</li>\r\n\t<li>Al Coates: Nov. 3, 1995 &ndash; April 11, 2000</li>\r\n\t<li>Doug Risebrough: May 16, 1991 &ndash; Nov. 3, 1995</li>\r\n\t<li>Cliff Fletcher: Jan. 12, 1972 &ndash; May 16, 1991</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/CGY/KadriLindholm.jpg",
            "mostRecentTeamId": 20,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>9 &ndash;&nbsp;Lanny McDonald (1981-89)</li>\r\n\t<li>12 &ndash;&nbsp;Jarome Iginla (1996-13)</li>\r\n\t<li>30 &ndash;&nbsp;Mike Vernon (1982-94, 2000-02)</li>\r\n</ul>\r\n\r\n<p><strong>Honored Numbers</strong></p>\r\n\r\n<ul class=\"striped-list\">\r\n\t<li>2 &ndash;&nbsp;Al MacInnis (1981-94)</li>\r\n\t<li>25 &ndash;&nbsp;Joe Nieuwendyk (1986-95)</li>\r\n</ul>\r\n",
            "teamAbbrev": "CGY",
            "teamFullName": "Calgary Flames"
        },
        {
            "id": 22,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Anders Lee: 2018-19 &ndash;&nbsp;Present</li>\r\n\t<li>John Tavares: 2013-14 &ndash;&nbsp;2017-18</li>\r\n\t<li>Mark Streit: 2011-12 &ndash;&nbsp;2012-13</li>\r\n\t<li>Doug Weight: 2009-10 &ndash;&nbsp;2010-11</li>\r\n\t<li>Bill Guerin and (No Captain): 2008-09</li>\r\n\t<li>Bill Guerin: 2007-08</li>\r\n\t<li>Alexei Yashin: 2005-06 &ndash;&nbsp;2006-07</li>\r\n\t<li>Michael Peca: 2001-02 &ndash;&nbsp;2003-04</li>\r\n\t<li>Kenny Jonsson: 1999-00 &ndash;&nbsp;2000-01</li>\r\n\t<li>Trevor Linden: 1998-99</li>\r\n\t<li>Bryan McCabe and Trevor Linden: 1997-98</li>\r\n\t<li>(No Captain): 1996-97</li>\r\n\t<li>Patrick Flatley: 1992-93 &ndash;&nbsp;1995-96</li>\r\n\t<li>Brent Sutter and Patrick Flatley: 1991-92</li>\r\n\t<li>Brent Sutter: 1987-88 &ndash;&nbsp;1990-91</li>\r\n\t<li>Denis Potvin: 1979-80 &ndash;&nbsp;1986-87</li>\r\n\t<li>Clark Gillies: 1977-78 &ndash;&nbsp;1978-79</li>\r\n\t<li>Ed Westfall and Clark Gillies: 1976-77</li>\r\n\t<li>Ed Westfall: 1972-73 &ndash;&nbsp;1975-76</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Lane Lambert: Oct. 13, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Barry Trotz: Oct. 4, 2018 &ndash; April 29, 2022</li>\r\n\t<li>Doug Weight: Jan. 19, 2017 &ndash; April 7, 2018</li>\r\n\t<li>Jack Capuano: Nov. 17, 2010 &ndash; Jan. 16, 2017</li>\r\n\t<li>Scott Gordon: Oct. 10, 2008 &ndash; Nov. 13, 2010</li>\r\n\t<li>Ted Nolan: Nov. 3, 2007 &ndash; April 4, 2008</li>\r\n\t<li>Al Arbour: Nov. 1, 2007</li>\r\n\t<li>Ted Nolan: Oct. 5, 2006 &ndash; Oct. 27, 2007</li>\r\n\t<li>Brad Shaw: Jan. 12&nbsp;&ndash; April 18, 2006</li>\r\n\t<li>Steve Stirling: Oct. 9, 2003 &ndash; Jan. 10, 2006</li>\r\n\t<li>Peter Laviolette: Oct. 5, 2001 &ndash; April 17, 2003</li>\r\n\t<li>Lorne Henning: March 5&nbsp;&ndash; April 7, 2001</li>\r\n\t<li>Butch Goring: Oct. 2, 1999 &ndash; March 3, 2001</li>\r\n\t<li>Bill Stewart: Jan. 21&nbsp;&ndash; April 17, 1999</li>\r\n\t<li>Mike Milbury: March 12, 1998 &ndash; Jan. 20, 1999</li>\r\n\t<li>Rick Bowness: Jan. 24, 1997 &ndash; March 10, 1998</li>\r\n\t<li>Mike Milbury: Oct. 7, 1995 &ndash; Jan. 22, 1997</li>\r\n\t<li>Lorne Henning: Jan. 21&nbsp;&ndash; May 2, 1995</li>\r\n\t<li>Al Arbour: Dec. 9, 1988 &ndash; April 24, 1994</li>\r\n\t<li>Terry Simpson: Oct. 9, 1986 &ndash; Dec. 6, 1988</li>\r\n\t<li>Al Arbour: Oct. 10, 1973 &ndash; April 12, 1986</li>\r\n\t<li>Earl Ingarfield: Jan. 31&nbsp;&ndash; April 1, 1973</li>\r\n\t<li>Phil Goyette: Oct. 7, 1972 &ndash; Jan. 26, 1973</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1972-06-06T00:00:00",
            "directoryUrl": "https://www.nhl.com/islanders/team/business-directory",
            "firstSeasonId": 19721973,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Lou Lamoriello: June 5, 2018 &ndash; Present</li>\r\n\t<li>Garth Snow: July 18, 2006 &ndash; June 5, 2018</li>\r\n\t<li>Neil Smith: June 6&nbsp;&ndash; July 18, 2006</li>\r\n\t<li>Mike Milbury: Dec. 12, 1995 &ndash; June 6, 2006</li>\r\n\t<li>Darcy Regier: Dec. 2-12, 1995</li>\r\n\t<li>Don Maloney: Aug. 17, 1992 &ndash; Dec. 2, 1995</li>\r\n\t<li>Bill Torrey: Feb. 14, 1972 &ndash; Aug. 17, 1992</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/NYI/IslandersGoal.jpg",
            "mostRecentTeamId": 2,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>5 &ndash;&nbsp;Denis Potvin (1973-88)</li>\r\n\t<li>9 &ndash;&nbsp;Clark Gillies (1974-86)</li>\r\n\t<li>19 &ndash;&nbsp;Bryan Trottier (1975-90)</li>\r\n\t<li>22 &ndash;&nbsp;Mike Bossy (1977-87)</li>\r\n\t<li>23 &ndash;&nbsp;Bobby Nystrom (1972-86)</li>\r\n\t<li>27 &ndash;&nbsp;John Tonelli (1978-86)</li>\r\n\t<li>31 &ndash;&nbsp;Billy Smith (1972-89)</li>\r\n\t<li>91 &ndash;&nbsp;Butch Goring (1980-84)</li>\r\n</ul>\r\n",
            "teamAbbrev": "NYI",
            "teamFullName": "New York Islanders"
        },
        {
            "id": 23,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Nico Hischier: 2021-22 &ndash; Present</li>\r\n\t<li>(No Captain) and Nico Hischier: 2020-21</li>\r\n\t<li>Andy Greene and (No Captain): 2019-20</li>\r\n\t<li>Andy Greene: 2015-16 &ndash;&nbsp;2018-19</li>\r\n\t<li>Bryce Salvador: 2012-13 &ndash;&nbsp;2014-15</li>\r\n\t<li>Zach Parise: 2011-12</li>\r\n\t<li>Jamie Langenbrunner: 2008-09 &ndash;&nbsp;2010-11</li>\r\n\t<li>Patrik Elias and Jamie Langenbrunner: 2007-08</li>\r\n\t<li>Patrik Elias: 2006-07</li>\r\n\t<li>(No Captain): 2005-06</li>\r\n\t<li>Scott Stevens and Scott Niedermayer: 2003-04</li>\r\n\t<li>Scott Stevens: 1992-93 &ndash;&nbsp;2002-03</li>\r\n\t<li>Bruce Driver: 1991-92</li>\r\n\t<li>Kirk Muller: 1987-88 &ndash;&nbsp;1990-91</li>\r\n\t<li>Mel Bridgman: 1984-85 &ndash;&nbsp;1986-87</li>\r\n\t<li>Don Lever and Mel Bridgman: 1983-84</li>\r\n\t<li>Don Lever: 1982-83</li>\r\n\t<li>Lanny McDonald and Rob Ramage: 1981-82</li>\r\n\t<li>Lanny McDonald: 1980-81</li>\r\n\t<li>Mike Christie, Rene Robert and Lanny McDonald: 1979-80</li>\r\n\t<li>Gary Croteau: 1978-79</li>\r\n\t<li>Wilf Paiement: 1977-78</li>\r\n\t<li>Simon Nolet: 1974-75 &ndash;&nbsp;1976-77</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Lindy Ruff: Jan. 14, 2021 &ndash; Present</li>\r\n\t<li>Alain Nasreddine: Dec. 3, 2019 &ndash; March 10, 2020</li>\r\n\t<li>John Hynes: Oct. 9, 2015 &ndash; Dec. 2, 2019</li>\r\n\t<li>Lou Lamoriello, Adam Oates and Scott Stevens: Dec. 27, 2014 &ndash; April 11, 2015</li>\r\n\t<li>Peter DeBoer: Oct. 8, 2011 &ndash; Dec. 23, 2014</li>\r\n\t<li>Jacques Lemaire: Dec. 23, 2010 &ndash; April 10, 2011</li>\r\n\t<li>John MacLean: Oct. 8&nbsp;&ndash; Dec. 21, 2010</li>\r\n\t<li>Jacques Lemaire: Oct. 3, 2009 &ndash; April 22, 2010</li>\r\n\t<li>Brent Sutter: Oct. 4, 2007 &ndash; April 28, 2009</li>\r\n\t<li>Lou Lamoriello: April 3&nbsp;&ndash; May 5, 2007</li>\r\n\t<li>Claude Julien: Oct. 6, 2006 &ndash; April 1, 2007</li>\r\n\t<li>Lou Lamoriello: Dec. 20, 2005 &ndash; May 14, 2006</li>\r\n\t<li>Larry Robinson: Oct. 5&nbsp;&ndash; Dec. 17, 2005</li>\r\n\t<li>Pat Burns: Oct. 10, 2002 &ndash; April 17, 2004</li>\r\n\t<li>Kevin Constantine: Jan. 29&nbsp;&ndash; April 27, 2002</li>\r\n\t<li>Larry Robinson: March 24, 2000 &ndash; Jan. 26, 2002</li>\r\n\t<li>Robbie Ftorek: Oct. 10, 1998 &ndash; March 21, 2000</li>\r\n\t<li>Jacques Lemaire: Oct. 6, 1993 &ndash; May 2, 1998</li>\r\n\t<li>Herb Brooks: Oct. 6, 1992 &ndash; April 26, 1993</li>\r\n\t<li>Tom McVie: March 5, 1991 &ndash; May 1, 1992</li>\r\n\t<li>John Cunniff: Nov. 8, 1989 &ndash; March 3, 1991</li>\r\n\t<li>Jim Schoenfeld: Jan. 28, 1988 &ndash; Nov. 4, 1989</li>\r\n\t<li>Doug Carpenter: Oct. 12, 1984 &ndash; Jan. 25, 1988</li>\r\n\t<li>Tom McVie: Nov. 23, 1983 &ndash; April 1, 1984</li>\r\n\t<li>Bill MacMillan: Oct. 5, 1982 &ndash; Nov. 19, 1983</li>\r\n\t<li>Marshall Johnston: Nov. 30, 1981 &ndash; April 3, 1982</li>\r\n\t<li>Bert Marshall: Oct. 6&nbsp;&ndash; Nov. 28, 1981</li>\r\n\t<li>Bill MacMillan: Oct. 11, 1980 &ndash; April 4, 1981</li>\r\n\t<li>Don Cherry: Oct. 11, 1979 &ndash; April 6, 1980</li>\r\n\t<li>Aldo Guidolin: Nov. 25, 1978 &ndash; April 8, 1979</li>\r\n\t<li>Pat Kelly: Oct. 14, 1977 &ndash; Nov. 23, 1978</li>\r\n\t<li>Johnny Wilson: Oct. 5, 1976 &ndash; April 3, 1977</li>\r\n\t<li>Eddie Bush: Jan. 28&nbsp;&ndash; April 4, 1976</li>\r\n\t<li>Sid Abel: Jan. 21-25, 1976</li>\r\n\t<li>Bep Guidolin: Oct. 9, 1974 &ndash; Jan. 17, 1976</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1974-06-11T00:00:00",
            "directoryUrl": "https://www.nhl.com/devils/team/staff-directory",
            "firstSeasonId": 19741975,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Tom Fitzgerald: Jan. 12, 2020 &ndash; Present</li>\r\n\t<li>Ray Shero: May 4, 2015 &ndash; Jan. 12, 2020</li>\r\n\t<li>Lou Lamoriello: Sept. 10, 1987 &ndash; May 4, 2015</li>\r\n\t<li>Max McNab: Nov. 22, 1983 &ndash; Sept. 10, 1987</li>\r\n\t<li>Bill MacMillan: May 4, 1981 &ndash; Nov. 22, 1983</li>\r\n\t<li>Ray Miron: Aug. 23, 1976 &ndash; May 1, 1981</li>\r\n\t<li>Baz Bastien: Feb. 14&nbsp;&ndash; April 5, 1976</li>\r\n\t<li>Sid Abel: June 1, 1973 &ndash; Feb. 13, 1976</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/NJD/HughesGoal.jpg",
            "mostRecentTeamId": 1,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>3 &ndash;&nbsp;Ken Daneyko (1982-03)</li>\r\n\t<li>4 &ndash;&nbsp;Scott Stevens (1991-05)</li>\r\n\t<li>26 &ndash;&nbsp;Patrik Elias (1996-16)</li>\r\n\t<li>27 &ndash;&nbsp;Scott Niedermayer (1991-04)</li>\r\n\t<li>30 &ndash;&nbsp;Martin Brodeur (1992-14)</li>\r\n</ul>\r\n",
            "teamAbbrev": "NJD",
            "teamFullName": "New Jersey Devils"
        },
        {
            "id": 24,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Alex Ovechkin: 2010-11 &ndash;&nbsp;Present</li>\r\n\t<li>Chris Clark and Alex Ovechkin: 2009-10</li>\r\n\t<li>Chris Clark: 2006-07 &ndash;&nbsp;2008-09</li>\r\n\t<li>Jeff Halpern: 2005-06</li>\r\n\t<li>Steve Konowalchuk and (No Captain): 2003-04</li>\r\n\t<li>Steve Konowalchuk: 2002-03</li>\r\n\t<li>Brendan Witt and Steve Konowalchuk: 2001-02</li>\r\n\t<li>Adam Oates: 1999-00 &ndash;&nbsp;2000-01</li>\r\n\t<li>Dale Hunter: 1994-95 &ndash;&nbsp;1998-99</li>\r\n\t<li>Kevin Hatcher: 1993-94</li>\r\n\t<li>Rod Langway and Kevin Hatcher: 1992-93</li>\r\n\t<li>Rod Langway: 1982-83 &ndash;&nbsp;1991-92</li>\r\n\t<li>Ryan Walter: 1979-80 &ndash;&nbsp;1981-82</li>\r\n\t<li>Guy Charron: 1978-79</li>\r\n\t<li>Yvon Labre: 1976-77 &ndash;&nbsp;1977-78</li>\r\n\t<li>Bill Clement and Yvon Labre: 1975-76</li>\r\n\t<li>Doug Mohns: 1974-75</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Spencer Carbery: Oct. 13, 2023 &ndash;&nbsp;Present</li>\r\n\t<li>Peter Laviolette: Jan. 14, 2021 &ndash; April 13, 2023</li>\r\n\t<li>Todd Reirden: Oct. 3, 2018 &ndash; Aug. 20, 2020</li>\r\n\t<li>Barry Trotz: Oct. 9, 2014 &ndash; June 7, 2018</li>\r\n\t<li>Adam Oates: Jan. 19, 2013 &ndash; April 13, 2014</li>\r\n\t<li>Dale Hunter: Nov. 29, 2011 &ndash; May 12, 2012</li>\r\n\t<li>Bruce Boudreau: Nov. 23, 2007 &ndash; Nov. 26, 2011</li>\r\n\t<li>Glen Hanlon: Dec. 11, 2003 &ndash; Nov. 21, 2007</li>\r\n\t<li>Bruce Cassidy: Oct. 11, 2002 &ndash; Dec. 8, 2003</li>\r\n\t<li>Ron Wilson: Oct. 1, 1997 &ndash; April 13, 2002</li>\r\n\t<li>Jim Schoenfeld: Jan. 27, 1994 &ndash; April 13, 1997</li>\r\n\t<li>Terry Murray: Jan. 16, 1990 &ndash; Jan. 25, 1994</li>\r\n\t<li>Bryan Murray: Nov. 11, 1981 &ndash; Jan. 13, 1990</li>\r\n\t<li>Roger Crozier: Nov. 7, 1981</li>\r\n\t<li>Gary Green: Nov. 15, 1979 &ndash; Nov. 4, 1981</li>\r\n\t<li>Danny Belisle: Oct. 11, 1978 &ndash; Nov. 13, 1979</li>\r\n\t<li>Tom McVie: Dec. 31, 1975 &ndash; April 9, 1978</li>\r\n\t<li>Milt Schmidt: March 22&nbsp;&ndash; Dec. 29, 1975</li>\r\n\t<li>Red Sullivan: Feb. 11&nbsp;&ndash; March 20, 1975</li>\r\n\t<li>Jim Anderson: Oct. 9, 1974 &ndash; Feb. 9, 1975</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1974-06-11T00:00:00",
            "directoryUrl": "https://www.nhl.com/capitals/team/staff",
            "firstSeasonId": 19741975,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Brian MacLellan: May 26, 2014 &ndash; Present</li>\r\n\t<li>George McPhee: June 9, 1997 &ndash; May 26, 2014</li>\r\n\t<li>David Poile: Aug. 30, 1982 &ndash; June 9, 1997</li>\r\n\t<li>Roger Crozier: Nov. 5, 1981 &ndash; Aug. 30, 1982</li>\r\n\t<li>Max McNab: Dec. 31, 1975 &ndash; Nov. 5, 1981</li>\r\n\t<li>Milt Schmidt: April 20, 1973 &ndash; Dec. 29, 1975</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/03/Ovechkin-29045833.jpg",
            "mostRecentTeamId": 15,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>5 &ndash;&nbsp;Rod Langway (1982-93)</li>\r\n\t<li>7 &ndash;&nbsp;Yvon Labre (1974-81)</li>\r\n\t<li>11 &ndash;&nbsp;Mike Gartner (1979-89)</li>\r\n\t<li>32 &ndash;&nbsp;Dale Hunter (1987-99)</li>\r\n</ul>\r\n",
            "teamAbbrev": "WSH",
            "teamFullName": "Washington Capitals"
        },
        {
            "id": 25,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Connor McDavid: 2016-17 &ndash;&nbsp;Present</li>\r\n\t<li>(No Captain): 2015-16</li>\r\n\t<li>Andrew Ference: 2013-14 &ndash;&nbsp;2014-15</li>\r\n\t<li>Shawn Horcoff: 2010-11 &ndash;&nbsp;2012-13</li>\r\n\t<li>Ethan Moreau: 2007-08 &ndash;&nbsp;2009-10</li>\r\n\t<li>Jason Smith: 2001-02 &ndash;&nbsp;2006-07</li>\r\n\t<li>Doug Weight: 1999-00 &ndash;&nbsp;2000-01</li>\r\n\t<li>Kelly Buchberger: 1995-96 &ndash;&nbsp;1998-99</li>\r\n\t<li>Shayne Corson: 1994-95</li>\r\n\t<li>Craig MacTavish: 1992-93 &ndash;&nbsp;1993-94</li>\r\n\t<li>Kevin Lowe: 1991-92</li>\r\n\t<li>Mark Messier: 1988-89 &ndash;&nbsp;1990-91</li>\r\n\t<li>Wayne Gretzky: 1983-84 &ndash;&nbsp;1987-88</li>\r\n\t<li>Lee Fogolin&nbsp;Jr.: 1981-82 &ndash;&nbsp;1982-83</li>\r\n\t<li>Blair MacDonald and Lee Fogolin&nbsp;Jr.: 1980-81</li>\r\n\t<li>Ron Chipperfield: 1979-80</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Kris Knoblauch: Nov. 13, 2023 &ndash; Present</li>\r\n\t<li>Jay Woodcroft: Feb. 11, 2022 &ndash; Nov. 11, 2023</li>\r\n\t<li>Dave Tippett: Oct. 2, 2019 &ndash; Feb. 9, 2022</li>\r\n\t<li>Ken Hitchcock: Nov. 20, 2018 &ndash; April 6, 2019</li>\r\n\t<li>Todd McLellan: Oct. 8, 2015 &ndash; Nov. 18, 2018</li>\r\n\t<li>Todd Nelson: Dec. 30, 2014 &ndash; April 11, 2015</li>\r\n\t<li>Craig MacTavish: Dec. 16-27, 2014</li>\r\n\t<li>Dallas Eakins: Oct. 1, 2013 &ndash; Dec. 14, 2014</li>\r\n\t<li>Ralph Krueger: Jan. 20&nbsp;&ndash; April 27, 2013</li>\r\n\t<li>Tom Renney: Oct. 7, 2010 &ndash; April 7, 2012</li>\r\n\t<li>Pat Quinn: Oct. 3, 2009 &ndash; April 11, 2010</li>\r\n\t<li>Craig MacTavish: Oct. 6, 2000 &ndash; April 11, 2009</li>\r\n\t<li>Kevin Lowe: Oct. 1, 1999 &ndash; April 21, 2000</li>\r\n\t<li>Ron Low: April 7, 1995 &ndash; April 27, 1999</li>\r\n\t<li>George Burnett: Jan. 20&nbsp;&ndash; April 5, 1995</li>\r\n\t<li>Glen Sather: Nov. 27, 1993 &ndash; April 14, 1994</li>\r\n\t<li>Ted Green: Oct. 4, 1991 &ndash; Nov. 24, 1993</li>\r\n\t<li>John Muckler: Oct. 5, 1989 &ndash; May 10, 1991</li>\r\n\t<li>Glen Sather: Nov. 23, 1980 &ndash; April 15, 1989</li>\r\n\t<li>Bryan Watson: Oct. 10&nbsp;&ndash; Nov. 19, 1980</li>\r\n\t<li>Glen Sather: Oct. 10, 1979 &ndash; April 11, 1980</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1979-06-22T00:00:00",
            "directoryUrl": "https://www.nhl.com/oilers/team/front-office",
            "firstSeasonId": 19791980,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Ken Holland: May 7, 2019 &ndash; Present</li>\r\n\t<li>Keith Gretzky: Jan. 23 &ndash; May 7, 2019</li>\r\n\t<li>Peter Chiarelli: April 23, 2015 &ndash; Jan. 22, 2019</li>\r\n\t<li>Craig MacTavish: April 15, 2013 &ndash; April 23, 2015</li>\r\n\t<li>Steve Tambellini: July 31, 2008 &ndash; April 15, 2013</li>\r\n\t<li>Kevin Lowe: June 9, 2000 &ndash; July 31, 2008</li>\r\n\t<li>Glen Sather: May 15, 1980 &ndash; June 1, 2000</li>\r\n\t<li>Larry Gordon: April 26, 1978 &ndash; May 15, 1980</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/EDM/McDavidDraisaitl.jpg",
            "mostRecentTeamId": 22,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>3 &ndash;&nbsp;Al Hamilton&nbsp;(1972-80)*</li>\r\n\t<li>4 &ndash; Kevin Lowe (1979-92, 1996-98)</li>\r\n\t<li>7 &ndash;&nbsp;Paul Coffey&nbsp;(1980-87)</li>\r\n\t<li>9 &ndash;&nbsp;Glenn Anderson&nbsp;(1980-91, 1996)</li>\r\n\t<li>11 &ndash;&nbsp;Mark Messier&nbsp;(1980-91)</li>\r\n\t<li>17 &ndash;&nbsp;Jari Kurri&nbsp;(1980-90)</li>\r\n\t<li>31 &ndash;&nbsp;Grant Fuhr&nbsp;(1981-91)</li>\r\n\t<li>99 &ndash;&nbsp;Wayne Gretzky (1979-88)</li>\r\n\t<li>* <em>Includes time with WHA&rsquo;s Edmonton Oilers</em></li>\r\n</ul>\r\n",
            "teamAbbrev": "EDM",
            "teamFullName": "Edmonton Oilers"
        },
        {
            "id": 26,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Jordan Staal: 2019-20 &ndash; Present</li>\r\n\t<li>Justin Williams: 2018-19</li>\r\n\t<li>Justin Faulk and Jordan Staal: 2017-18</li>\r\n\t<li>(No Captain): 2016-17</li>\r\n\t<li>Eric Staal: 2010-11 &ndash;&nbsp;2015-16</li>\r\n\t<li>Rod Brind&rsquo;Amour and Eric Staal: 2009-10</li>\r\n\t<li>Rod Brind&rsquo;Amour: 2005-06 &ndash;&nbsp;2008-09</li>\r\n\t<li>Ron Francis: 2000-01 &ndash;&nbsp;2003-04</li>\r\n\t<li>Keith Primeau and Ron Francis: 1999-00</li>\r\n\t<li>Keith Primeau: 1998-99</li>\r\n\t<li>Kevin Dineen: 1996-97 &ndash;&nbsp;1997-98</li>\r\n\t<li>Brendan Shanahan: 1995-96</li>\r\n\t<li>Pat Verbeek: 1992-93 &ndash;&nbsp;1994-95</li>\r\n\t<li>Randy Ladouceur: 1991-92</li>\r\n\t<li>Ron Francis: 1985-86 &ndash;&nbsp;1990-91</li>\r\n\t<li>Mark Johnson and Ron Francis: 1984-85</li>\r\n\t<li>Mark Johnson: 1983-84</li>\r\n\t<li>Russ Anderson: 1982-83</li>\r\n\t<li>Dave Keon: 1981-82</li>\r\n\t<li>Rick Ley and Mike Rogers: 1980-81</li>\r\n\t<li>Rick Ley: 1979-80</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Rod Brind&rsquo;Amour: Oct. 4, 2018 &ndash; Present</li>\r\n\t<li>Bill Peters: Oct. 10, 2014 &ndash; April 7, 2018</li>\r\n\t<li>Kirk Muller: Nov. 29, 2011 &ndash; April 13, 2014</li>\r\n\t<li>Paul Maurice: Dec. 4, 2008 &ndash; Nov. 27, 2011</li>\r\n\t<li>Peter Laviolette: Dec. 18, 2003 &ndash; Nov. 30, 2008</li>\r\n\t<li>Paul Maurice: Nov. 7, 1995 &ndash; Dec. 14, 2003</li>\r\n\t<li>Paul Holmgren: Jan. 21&nbsp;&ndash; Nov. 5, 1995</li>\r\n\t<li>Pierre McGuire: Nov. 17, 1993 &ndash; April 14, 1994</li>\r\n\t<li>Paul Holmgren: Oct. 6, 1992 &ndash; Nov. 13, 1993</li>\r\n\t<li>Jim Roberts:&nbsp; Oct. 5, 1991 &ndash; May 1, 1992</li>\r\n\t<li>Rick Ley: Oct. 5, 1989 &ndash; April 13, 1991</li>\r\n\t<li>Larry Pleau: Feb. 7, 1988 &ndash; April 9, 1989</li>\r\n\t<li>Jack Evans: Oct. 5, 1983 &ndash; Feb. 6, 1988</li>\r\n\t<li>John Cunniff: March 8&nbsp;&ndash; April 3, 1983</li>\r\n\t<li>Larry Pleau: Jan. 27&nbsp;&ndash; March 6, 1983</li>\r\n\t<li>Larry Kish: Oct. 6, 1982 &ndash; Jan. 23, 1983</li>\r\n\t<li>Larry Pleau: Feb. 22, 1981 &ndash; April 4, 1982</li>\r\n\t<li>Don Blackburn: Oct. 11, 1979 &ndash; Feb. 19, 1981</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1979-06-22T00:00:00",
            "directoryUrl": "https://www.nhl.com/hurricanes/team/staff",
            "firstSeasonId": 19791980,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Don Waddell: May 8, 2018 &ndash; Present</li>\r\n\t<li>Ron Francis: April 28, 2014 &ndash; March 7, 2018</li>\r\n\t<li>Jim Rutherford: June 28, 1994 &ndash; April 28, 2014</li>\r\n\t<li>Paul Holmgren: Sept. 8, 1993 &ndash; June 28, 1994</li>\r\n\t<li>Brian Burke: May 26, 1992 &ndash; Sept. 1, 1993</li>\r\n\t<li>Eddie Johnston: May 11, 1989 &ndash; May 12, 1992</li>\r\n\t<li>Emile Francis: May 2, 1983 &ndash; May 11, 1989</li>\r\n\t<li>Larry Pleau: April 2, 1981 &ndash; May 2, 1983</li>\r\n\t<li>Jack Kelley: May 6, 1977 &ndash; April 2, 1981</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/CAR/NecasSvechnikov.jpg",
            "mostRecentTeamId": 12,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>2 &ndash;&nbsp;Glen Wesley (1994-08)</li>\r\n\t<li>10 &ndash;&nbsp;Ron Francis (1981-91, 1998-04)</li>\r\n\t<li>17 &ndash;&nbsp;Rod Brind&rsquo;Amour (2000-10) &nbsp;</li>\r\n</ul>\r\n\r\n<p><strong>Honored Numbers</strong></p>\r\n\r\n<ul class=\"striped-list\">\r\n\t<li>2 &ndash; Rick Ley (1972-81)*</li>\r\n\t<li>9 &ndash; Gordie Howe (1977-80)*</li>\r\n\t<li>19 &ndash; John McKenzie (1977-79)*</li>\r\n\t<li>* <em>Includes time with WHA&rsquo;s New England Whalers</em></li>\r\n</ul>\r\n",
            "teamAbbrev": "CAR",
            "teamFullName": "Carolina Hurricanes"
        },
        {
            "id": 27,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Gabriel Landeskog: 2012-13 &ndash;&nbsp;Present</li>\r\n\t<li>Milan Hejduk: 2011-12</li>\r\n\t<li>Adam Foote: 2009-10 &ndash;&nbsp;2010-11</li>\r\n\t<li>Joe Sakic: 1992-93 &ndash;&nbsp;2008-09</li>\r\n\t<li>Mike Hough: 1991-92</li>\r\n\t<li>Joe Sakic and Steven Finn: 1990-91</li>\r\n\t<li>Peter Stastny: 1986-87 &ndash;&nbsp;1989-90</li>\r\n\t<li>Mario Marois and Peter Stastny: 1985-86</li>\r\n\t<li>Mario Marois: 1982-83 &ndash;&nbsp;1984-85</li>\r\n\t<li>Robbie Ftorek and Andre Dupont: 1981-82</li>\r\n\t<li>Marc Tardif: 1979-80 &ndash;&nbsp;1980-81</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Jared Bednar: Oct. 15, 2016 &ndash; Present</li>\r\n\t<li>Patrick Roy: Oct. 2, 2013 &ndash; April 9, 2016</li>\r\n\t<li>Joe Sacco: Oct. 1, 2009 &ndash; April 27, 2013</li>\r\n\t<li>Tony Granato: Oct. 9, 2008 &ndash; April 12, 2009</li>\r\n\t<li>Joel Quenneville: Oct. 5, 2005 &ndash; May 1, 2008</li>\r\n\t<li>Tony Granato: Dec. 19, 2002 &ndash; May 4, 2004</li>\r\n\t<li>Bob Hartley: Oct. 10, 1998 &ndash; Dec. 16, 2002</li>\r\n\t<li>Marc Crawford: Jan. 21, 1995 &ndash; May 4, 1998</li>\r\n\t<li>Pierre Page: Nov. 18, 1991 &ndash; April 14, 1994</li>\r\n\t<li>Dave Chambers: Oct. 4, 1990 &ndash; Nov. 16, 1991</li>\r\n\t<li>Michel Bergeron: Oct. 5, 1989 &ndash; April 1, 1990</li>\r\n\t<li>Jean Perron: Dec. 17, 1988 &ndash; April 2, 1989</li>\r\n\t<li>Ron Lapointe: Dec. 5, 1987 &ndash; Dec. 15, 1988</li>\r\n\t<li>Andre Savard: Oct. 8&nbsp;&ndash; Dec. 3, 1987</li>\r\n\t<li>Michel Bergeron: Oct. 22, 1980 &ndash; May 2, 1987</li>\r\n\t<li>Maurice Filion: Oct. 9-19, 1980</li>\r\n\t<li>Jacques Demers: Oct. 10, 1979 &ndash; April 6, 1980</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1979-06-22T00:00:00",
            "directoryUrl": "https://www.nhl.com/avalanche/team/executive-staff",
            "firstSeasonId": 19791980,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Chris MacFarland: July 11, 2022&nbsp; &ndash; Present</li>\r\n\t<li>Joe Sakic: Sept. 19, 2014 &ndash; July 11, 2022</li>\r\n\t<li>Greg Sherman: June 3, 2009 &ndash; Sept. 19, 2014</li>\r\n\t<li>Francois Giguere: May 25, 2006 &ndash; April 13, 2009</li>\r\n\t<li>Pierre Lacroix: May 24, 1994 &ndash; May 25, 2006</li>\r\n\t<li>Pierre Page: May 4, 1990 &ndash; May 24, 1994</li>\r\n\t<li>Maurice Filion: Feb. 2&nbsp;&ndash; May 4, 1990</li>\r\n\t<li>Martin Madden: June 27, 1988 &ndash; Feb. 2, 1990</li>\r\n\t<li>Maurice Filion: May 7, 1974 &ndash; April 19, 1988</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/06/AvalancheAllStars-14011204.jpg",
            "mostRecentTeamId": 21,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>3 &ndash;&nbsp;J.C. Tremblay (1972-79)*</li>\r\n\t<li>8 &ndash;&nbsp;Marc Tardif (1974-83)*</li>\r\n\t<li>16 &ndash;&nbsp;Michel Goulet (1979-90)</li>\r\n\t<li>19 &ndash;&nbsp;Joe Sakic (1988-08)</li>\r\n\t<li>21 &ndash;&nbsp;Peter Forsberg (1994-04, 2008, 2011)</li>\r\n\t<li>23 &ndash;&nbsp;Milan Hejduk (1998-13)</li>\r\n\t<li>26 &ndash;&nbsp;Peter Stastny (1980-90)</li>\r\n\t<li>33 &ndash;&nbsp;Patrick Roy (1995-03)</li>\r\n\t<li>52 &ndash;&nbsp;Adam Foote (1991-04, 2008-11)</li>\r\n\t<li>77 &ndash;&nbsp;Ray&nbsp;Bourque (2000-01)</li>\r\n\t<li>* <em>Includes time with WHA&rsquo;s&nbsp;Quebec Nordiques</em></li>\r\n</ul>\r\n",
            "teamAbbrev": "COL",
            "teamFullName": "Colorado Avalanche"
        },
        {
            "id": 28,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>(No Captain):&nbsp;2021-22&nbsp;&ndash; Present</li>\r\n\t<li>Oliver Ekman-Larsson: 2018-19 &ndash; 2020-21</li>\r\n\t<li>(No Captain): 2017-18</li>\r\n\t<li>Shane Doan: 2003-04 &ndash;&nbsp;2016-17</li>\r\n\t<li>Teppo Numminen: 2001-02 &ndash;&nbsp;2002-03</li>\r\n\t<li>Keith Tkachuk: 1996-97 &ndash;&nbsp;2000-01</li>\r\n\t<li>Kris King: 1995-96</li>\r\n\t<li>Keith Tkachuk: 1994-95</li>\r\n\t<li>Dean Kennedy and Keith Tkachuk: 1993-94</li>\r\n\t<li>Troy Murray and Dean Kennedy: 1992-93</li>\r\n\t<li>Troy Murray: 1991-92</li>\r\n\t<li>Randy Carlyle and Thomas Steen (Co-Captains): 1990-91</li>\r\n\t<li>Randy Carlyle, Dale Hawerchuk and Thomas Steen (Tri-Captains): 1989-90</li>\r\n\t<li>Dale Hawerchuk: 1984-85 &ndash;&nbsp;1988-89</li>\r\n\t<li>Lucien DeBlois: 1983-84</li>\r\n\t<li>Dave Christian and Lucien DeBlois: 1982-83</li>\r\n\t<li>Dave Christian and Barry Long: 1981-82</li>\r\n\t<li>Morris Lukowich and Scott Campbell: 1980-81</li>\r\n\t<li>Lars-Erik Sjoberg: 1979-80</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Andr&eacute; Tourigny: Oct. 14, 2021 &ndash; Present</li>\r\n\t<li>Rick Tocchet: Oct. 5, 2017 &ndash; May 8, 2021</li>\r\n\t<li>Dave Tippett: Oct. 3, 2009 &ndash; April 8, 2017</li>\r\n\t<li>Wayne Gretzky: Oct. 5, 2005 &ndash; April 11, 2009</li>\r\n\t<li>Rick Bowness: Feb. 25&nbsp;&ndash; April 3, 2004</li>\r\n\t<li>Bob Francis: Oct. 2, 1999 &ndash; Feb. 23, 2004</li>\r\n\t<li>Jim Schoenfeld: Oct. 1, 1997 &ndash; May 4, 1999</li>\r\n\t<li>Don Hay: Oct. 5, 1996 &ndash; April 29, 1997</li>\r\n\t<li>Terry Simpson: April 5, 1995 &ndash; April 28, 1996</li>\r\n\t<li>John Paddock: Oct. 4, 1991 &ndash; April 1, 1995</li>\r\n\t<li>Bob Murdoch: Oct. 6, 1989 &ndash; March 31, 1991</li>\r\n\t<li>Rick Bowness: Feb. 9&nbsp;&ndash; April 2, 1989</li>\r\n\t<li>Dan Maloney: Oct. 9, 1986 &ndash; Feb. 5, 1989</li>\r\n\t<li>John Ferguson Sr.: March 5&nbsp;&ndash; April 12, 1986</li>\r\n\t<li>Barry Long: Nov. 23, 1983 &ndash; March 3, 1986</li>\r\n\t<li>Tom Watt: Oct. 6, 1981 &ndash; Nov. 21, 1983</li>\r\n\t<li>Mike Smith: Feb. 17&nbsp;&ndash; April 5, 1981</li>\r\n\t<li>Bill Sutherland: Dec. 13, 1980 &ndash; Feb. 15, 1981</li>\r\n\t<li>Tom McVie: Nov. 18, 1979 &ndash; Dec. 10, 1980</li>\r\n\t<li>Bill Sutherland: Nov. 10-16, 1979</li>\r\n\t<li>Tom McVie: Oct. 10&nbsp;&ndash; Nov. 7, 1979</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1979-06-22T00:00:00",
            "directoryUrl": "https://www.nhl.com/coyotes/team/staff",
            "firstSeasonId": 19791980,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Bill Armstrong: Sept. 17, 2020 &ndash; Present</li>\r\n\t<li>Steve Sullivan: July 26&nbsp;&ndash; Sept. 17, 2020</li>\r\n\t<li>John Chayka: May 5, 2016 &ndash; July 26, 2020</li>\r\n\t<li>Don Maloney: May 29, 2007 &ndash; April 11, 2016</li>\r\n\t<li>Mike Barnett: Aug. 28, 2001 &ndash; April 11, 2007</li>\r\n\t<li>Cliff Fletcher: Feb. 17&nbsp;&ndash; Aug. 28, 2001</li>\r\n\t<li>Bobby Smith: Dec. 11, 1996 &ndash; Feb. 17, 2001</li>\r\n\t<li>John Paddock: Jan. 19, 1994 &ndash; Dec. 11, 1996</li>\r\n\t<li>Mike Smith: Oct. 31, 1988 &ndash; Jan. 19, 1994</li>\r\n\t<li>John Ferguson Sr.: Nov. 22, 1978 &ndash; Oct. 31, 1988</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/ARI/KellerMoser.jpg",
            "mostRecentTeamId": 53,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>19 &ndash;&nbsp;Shane Doan (1995-17)</li>\r\n</ul>\r\n",
            "teamAbbrev": "ARI",
            "teamFullName": "Arizona Coyotes"
        },
        {
            "id": 29,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Logan Couture: 2019-20 &ndash; Present</li>\r\n\t<li>Joe Pavelski: 2015-16 &ndash;&nbsp;2018-19</li>\r\n\t<li>(No Captain): 2014-15</li>\r\n\t<li>Joe Thornton: 2010-11 &ndash;&nbsp;2013-14</li>\r\n\t<li>Rob Blake: 2009-10</li>\r\n\t<li>Patrick Marleau: 2005-06 &ndash;&nbsp;2008-09</li>\r\n\t<li>Mike Ricci, Vincent Damphousse, Alyn McCauley and&nbsp;Patrick Marleau: 2003-04</li>\r\n\t<li>Owen Nolan: 1998-99 &ndash;&nbsp;2002-03</li>\r\n\t<li>Todd Gill: 1996-97 &ndash;&nbsp;1997-98</li>\r\n\t<li>Jeff Odgers: 1995-96</li>\r\n\t<li>Bob Errey and Jeff Odgers: 1994-95</li>\r\n\t<li>Bob Errey: 1993-94</li>\r\n\t<li>Doug Wilson: 1991-92 &ndash;&nbsp;1992-93</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>David Quinn: Oct. 7, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Bob Boughner: Dec. 12, 2019 &ndash; April 29, 2022</li>\r\n\t<li>Peter DeBoer: Oct. 7, 2015 &ndash; Dec. 10, 2019</li>\r\n\t<li>Todd McLellan: Oct. 9, 2008 &ndash; April 11, 2015</li>\r\n\t<li>Ron Wilson: Dec. 6, 2002 &ndash; May 4, 2008</li>\r\n\t<li>Cap Raeder: Dec. 3, 2002</li>\r\n\t<li>Darryl Sutter: Oct. 1, 1997 &ndash; Nov. 30, 2002</li>\r\n\t<li>Al Sims: Oct. 5, 1996 &ndash; April 12, 1997</li>\r\n\t<li>Jim Wiley: Dec. 2, 1995 &ndash; April 12, 1996</li>\r\n\t<li>Kevin Constantine: Oct. 6, 1993 &ndash; Dec. 1, 1995</li>\r\n\t<li>George Kingston: Oct. 4, 1991 &ndash; April 15, 1993</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1990-05-09T00:00:00",
            "directoryUrl": "https://www.nhl.com/sharks/team/front-office",
            "firstSeasonId": 19911992,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Mike Grier: July 5, 2022 &ndash; Present</li>\r\n\t<li>Joe Will: April 7&nbsp;&ndash; July 5, 2022</li>\r\n\t<li>Doug Wilson: May 13, 2003 &ndash; April 7, 2022</li>\r\n\t<li>Dean Lombardi: March 6, 1996 &ndash; March 18, 2003</li>\r\n\t<li>Chuck Grillo and Dean Lombardi (Co-GMs): June 26, 1992 &ndash; March 6, 1996</li>\r\n\t<li>Jack Ferreira: May 9, 1990 &ndash; June 26, 1992</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/08/Sharks-14101302.jpg",
            "mostRecentTeamId": 28,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>12 &ndash; Patrick Marleau (1997-2017, 2019-20, 2020-21)</li>\r\n</ul>\r\n",
            "teamAbbrev": "SJS",
            "teamFullName": "San Jose Sharks"
        },
        {
            "id": 30,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Brady Tkachuk: 2021-22&nbsp;&ndash; Present</li>\r\n\t<li>(No Captain): 2018-19&nbsp;&ndash; 2021-22</li>\r\n\t<li>Erik Karlsson: 2014-15 &ndash;&nbsp;2017-18</li>\r\n\t<li>Jason Spezza: 2013-14</li>\r\n\t<li>Daniel Alfredsson: 1999-00 &ndash;&nbsp;2012-13</li>\r\n\t<li>Alexei Yashin: 1998-99</li>\r\n\t<li>Randy Cunneyworth: 1994-95 &ndash;&nbsp;1997-98</li>\r\n\t<li>Brad Shaw, Mark Lamb and Gord Dineen: 1993-94</li>\r\n\t<li>Laurie Boschman: 1992-93</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Jacques Martin: Dec. 19, 2023 &ndash; Present</li>\r\n\t<li>D.J. Smith: Oct. 2, 2019 &ndash; Dec. 17, 2023</li>\r\n\t<li>Marc Crawford: March 2&nbsp;&ndash; April 6, 2019</li>\r\n\t<li>Guy Boucher: Oct. 12, 2016 &ndash; Feb. 28, 2019</li>\r\n\t<li>Dave Cameron: Dec. 11, 2014 &ndash; April 9, 2016</li>\r\n\t<li>Paul MacLean: Oct. 7, 2011 &ndash; Dec. 7, 2014</li>\r\n\t<li>Cory Clouston: Feb. 3, 2009 &ndash; April 9, 2011</li>\r\n\t<li>Craig Hartsburg: Oct. 4, 2008 &ndash; Feb. 1, 2009</li>\r\n\t<li>Bryan Murray: Feb. 28&nbsp;&ndash; April 16, 2008</li>\r\n\t<li>John Paddock: Oct. 3, 2007 &ndash; Feb. 26, 2008</li>\r\n\t<li>Bryan Murray: Oct. 5, 2005 &ndash; June 6, 2007</li>\r\n\t<li>Jacques Martin: April 17, 2002 &ndash; April 20, 2004</li>\r\n\t<li>Roger Neilson: April 11-13, 2002</li>\r\n\t<li>Jacques Martin: Jan. 24, 1996 &ndash; April 9, 2002</li>\r\n\t<li>Dave Allison: Nov. 22, 1995 &ndash; Jan. 22, 1996</li>\r\n\t<li>Rick Bowness: Oct. 8, 1992 &ndash; Nov. 19, 1995</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1991-12-16T00:00:00",
            "directoryUrl": "https://www.nhl.com/senators/team/hockeyops",
            "firstSeasonId": 19921993,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Steve Staios: Nov. 1, 2023 &ndash; Present</li>\r\n\t<li>Pierre Dorion: April 10, 2016 &ndash; Nov. 1, 2023</li>\r\n\t<li>Bryan Murray: June 18, 2007 &ndash; April 10, 2016</li>\r\n\t<li>John Muckler: July 1, 2002 &ndash; June 18, 2007</li>\r\n\t<li>Marshall Johnston: June 8, 1999 &ndash; June 30, 2002</li>\r\n\t<li>Rick Dudley: June 30, 1998 &ndash; June 8, 1999</li>\r\n\t<li>Pierre Gauthier: Dec. 11, 1995 &ndash; June 29, 1998</li>\r\n\t<li>Randy Sexton: April 15, 1993 &ndash; Dec. 11, 1995</li>\r\n\t<li>Mel Bridgman: Aug. 30, 1991 &ndash; April 15, 1993</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/OTT/TkachukGoal.jpg",
            "mostRecentTeamId": 9,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>4 &ndash;&nbsp;Chris Phillips&nbsp;(1997-2015)</li>\r\n\t<li>8 &ndash;&nbsp;Frank Finnigan&nbsp;(1924-34)*</li>\r\n\t<li>11 &ndash;&nbsp;Daniel Alfredsson (1995-2013)</li>\r\n\t<li>25 &ndash; Chris Neil (2001-17)</li>\r\n\t<li>* <em>Played for original Ottawa Senators (1917-34)</em></li>\r\n</ul>\r\n",
            "teamAbbrev": "OTT",
            "teamFullName": "Ottawa Senators"
        },
        {
            "id": 31,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Steven Stamkos: 2014-15 &ndash;&nbsp;Present</li>\r\n\t<li>Martin St. Louis and Steven Stamkos: 2013-14</li>\r\n\t<li>Vincent Lecavalier: 2008-09 &ndash;&nbsp;2012-13</li>\r\n\t<li>Tim Taylor: 2006-07 &ndash;&nbsp;2007-08</li>\r\n\t<li>Dave Andreychuk and (No Captain): 2005-06</li>\r\n\t<li>Dave Andreychuk: 2002-03 &ndash;&nbsp;2004-05</li>\r\n\t<li>(No Captain): 2001-02</li>\r\n\t<li>Vincent Lecavalier: 2000-01</li>\r\n\t<li>Bill Houlder, Chris Gratton and Vincent Lecavalier: 1999-00</li>\r\n\t<li>Rob Zamuner: 1998-99</li>\r\n\t<li>Paul Ysebaert and Mikael Renberg: 1997-98</li>\r\n\t<li>Paul Ysebaert: 1995-96 &ndash;&nbsp;1996-97</li>\r\n\t<li>(No Captain): 1992-93 &ndash;&nbsp;1994-95</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Jon Cooper: March 29, 2013^ &ndash; Present</li>\r\n\t<li>Guy Boucher: Oct. 9, 2010 &ndash; March 23, 2013</li>\r\n\t<li>Rick Tocchet: Nov. 16, 2008 &ndash; April 11, 2010</li>\r\n\t<li>Barry Melrose: Oct. 4&nbsp;&ndash; Nov. 13, 2008</li>\r\n\t<li>John Tortorella: Jan. 7, 2001 &ndash; April 5, 2008</li>\r\n\t<li>Steve Ludzik: Oct. 2, 1999 &ndash; Jan. 4, 2001</li>\r\n\t<li>Jacques Demers: Nov. 14, 1997 &ndash; April 17, 1999</li>\r\n\t<li>Rick Paterson: Oct. 26&nbsp;&ndash; Nov. 11, 1997</li>\r\n\t<li>Terry Crisp: Oct. 7, 1992 &ndash; Oct. 24, 1997</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n\t<li>^ <i>The Lightning hired Cooper on March 25, 2013, but he did not coach his first game until March&nbsp;29. No interim head coach was used for games on March 24 or March 26.</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1991-12-16T00:00:00",
            "directoryUrl": "https://www.nhl.com/lightning/team/front-office",
            "firstSeasonId": 19921993,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Julien BriseBois: Sept. 11, 2018 &ndash; Present</li>\r\n\t<li>Steve Yzerman: May 25, 2010 &ndash; Sept. 11, 2018</li>\r\n\t<li>Tom Kurvers: April 12&nbsp;&ndash; May 25, 2010</li>\r\n\t<li>Brian Lawton: Oct. 22, 2008 &ndash; April 12, 2010</li>\r\n\t<li>Jay Feaster: Feb. 10, 2002 &ndash; July 11, 2008</li>\r\n\t<li>Rick Dudley: June 28, 1999 &ndash; Feb. 10, 2002</li>\r\n\t<li>Jacques Demers: Oct. 13, 1998 &ndash; July 14, 1999</li>\r\n\t<li>Phil Esposito: April 4, 1991 &ndash; Oct. 13, 1998</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/TBL/StamkosKucherov.jpg",
            "mostRecentTeamId": 14,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>4 &ndash;&nbsp;Vincent Lecavalier (1998-13)</li>\r\n\t<li>26 &ndash;&nbsp;Martin St. Louis (2000-14)</li>\r\n</ul>\r\n",
            "teamAbbrev": "TBL",
            "teamFullName": "Tampa Bay Lightning"
        },
        {
            "id": 32,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>(No Captain): 2022-23 &ndash;&nbsp;Present</li>\r\n\t<li>Ryan Getzlaf: 2010-11 &ndash;&nbsp;2021-22</li>\r\n\t<li>Scott Niedermayer: 2008-09 &ndash;&nbsp;2009-10</li>\r\n\t<li>Chris Pronger: 2007-08</li>\r\n\t<li>Scott Niedermayer: 2005-06 &ndash;&nbsp;2006-07</li>\r\n\t<li>Steve Rucchin: 2003-04</li>\r\n\t<li>Paul Kariya: 1998-99 &ndash;&nbsp;2002-03</li>\r\n\t<li>Paul Kariya and Teemu Selanne: 1997-98</li>\r\n\t<li>Paul Kariya: 1996-97</li>\r\n\t<li>Randy Ladouceur: 1994-95 &ndash;&nbsp;1995-96</li>\r\n\t<li>Troy Loney: 1993-94</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Greg Cronin: Oct. 14, 2023 &ndash;&nbsp;Present</li>\r\n\t<li>Dallas Eakins: Oct. 3, 2019 &ndash; April 13, 2023</li>\r\n\t<li>Bob Murray: Feb. 13&nbsp;&ndash; April 5, 2019</li>\r\n\t<li>Randy Carlyle: Oct. 13, 2016 &ndash; Feb. 9, 2019</li>\r\n\t<li>Bruce Boudreau: Dec. 2, 2011 &ndash; April 27, 2016</li>\r\n\t<li>Randy Carlyle: Oct. 5, 2005 &ndash; Nov. 30, 2011</li>\r\n\t<li>Mike Babcock: Oct. 10, 2002 &ndash; April 4, 2004</li>\r\n\t<li>Bryan Murray: Oct. 4, 2001 &ndash; April 14, 2002</li>\r\n\t<li>Guy Charron: Dec. 15, 2000 &ndash; April 8, 2001</li>\r\n\t<li>Craig Hartsburg: Oct. 10, 1998 &ndash; Dec. 13, 2000</li>\r\n\t<li>Pierre Page: Oct. 3, 1997 &ndash; April 19, 1998</li>\r\n\t<li>Ron Wilson: Oct. 8, 1993 &ndash; May 8, 1997</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1993-02-15T00:00:00",
            "directoryUrl": "https://www.nhl.com/ducks/info/front-office",
            "firstSeasonId": 19931994,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Pat Verbeek: Feb. 3, 2022 &ndash; Present</li>\r\n\t<li>Jeff Solomon: Nov. 9, 2021 &ndash; Feb. 3, 2022</li>\r\n\t<li>Bob Murray: Nov. 12, 2008 &ndash; Nov. 9, 2021</li>\r\n\t<li>Brian Burke: June 20, 2005 &ndash; Nov. 12, 2008</li>\r\n\t<li>Al Coates: June 8, 2004 &ndash; June 20, 2005</li>\r\n\t<li>Bryan Murray: May 2, 2002 &ndash; June 8, 2004</li>\r\n\t<li>Pierre Gauthier: Aug. 6, 1998 &ndash; April 19, 2002</li>\r\n\t<li>Jack Ferreira: March 23, 1993 &ndash; Aug. 6, 1998</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/ANA/ZegrasAnthem.jpg",
            "mostRecentTeamId": 24,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>8 &ndash;&nbsp;Teemu Selanne (1996-01, 2005-14)</li>\r\n\t<li>9 &ndash; Paul Kariya (1994-03)</li>\r\n\t<li>27 &ndash;&nbsp;Scott Niedermayer (2005-10)</li>\r\n</ul>\r\n",
            "teamAbbrev": "ANA",
            "teamFullName": "Anaheim Ducks"
        },
        {
            "id": 33,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Aleksander Barkov: 2018-19 &ndash;&nbsp;Present</li>\r\n\t<li>Derek MacKenzie: 2016-17 &ndash;&nbsp;2017-18</li>\r\n\t<li>Willie Mitchell: 2014-15 &ndash;&nbsp;2015-16</li>\r\n\t<li>Ed Jovanovski: 2012-13 &ndash;&nbsp;2013-14</li>\r\n\t<li>(No Captain): 2011-12</li>\r\n\t<li>Bryan McCabe: 2009-10 &ndash;&nbsp;2010-11</li>\r\n\t<li>(No Captain): 2008-09</li>\r\n\t<li>Olli Jokinen: 2003-04 &ndash;&nbsp;2007-08</li>\r\n\t<li>(No Captain): 2002-03</li>\r\n\t<li>Pavel Bure: 2001-02</li>\r\n\t<li>Scott Mellanby: 1997-98 &ndash;&nbsp;2000-01</li>\r\n\t<li>Brian Skrudland: 1993-94 &ndash;&nbsp;1996-97</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Paul Maurice: Oct. 13, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Andrew Brunette: Oct. 29, 2021 &ndash; May 23, 2022</li>\r\n\t<li>Joel Quenneville: Oct. 3, 2019 &ndash; Oct. 27, 2021</li>\r\n\t<li>Bob Boughner: Oct. 6, 2017 &ndash; April 6, 2019</li>\r\n\t<li>Tom Rowe: Nov. 29, 2016 &ndash; April 9, 2017</li>\r\n\t<li>Gerard Gallant: Oct. 9, 2014 &ndash; Nov. 27, 2016</li>\r\n\t<li>Peter Horachek: Nov. 9, 2013 &ndash; April 12, 2014</li>\r\n\t<li>Kevin Dineen: Oct. 8, 2011 &ndash; Nov. 7, 2013</li>\r\n\t<li>Peter DeBoer: Oct. 10, 2008 &ndash; April 9, 2011</li>\r\n\t<li>Jacques Martin: Oct. 5, 2005 &ndash; April 5, 2008</li>\r\n\t<li>John Torchetti: Feb. 10&nbsp;&ndash; April 4, 2004</li>\r\n\t<li>Rick Dudley: Nov. 11, 2003 &ndash; Feb. 4, 2004</li>\r\n\t<li>Mike Keenan: Dec. 5, 2001 &ndash; Nov. 8, 2003</li>\r\n\t<li>Duane Sutter: Dec. 29, 2000 &ndash; Dec. 1, 2001</li>\r\n\t<li>Terry Murray: Oct. 9, 1998 &ndash; Dec. 27, 2000</li>\r\n\t<li>Bryan Murray: Nov. 26, 1997 &ndash; April 18, 1998</li>\r\n\t<li>Doug MacLean: Oct. 7, 1995 &ndash; Nov. 23, 1997</li>\r\n\t<li>Roger Neilson: Oct. 6, 1993 &ndash; May 3, 1995</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1993-06-14T00:00:00",
            "directoryUrl": "https://www.nhl.com/panthers/team/directory",
            "firstSeasonId": 19931994,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Bill Zito: Sept. 2, 2020 &ndash; Present</li>\r\n\t<li>Dale Tallon: April 10, 2017 &ndash; Aug. 10, 2020</li>\r\n\t<li>Tom Rowe: May 16, 2016 &ndash; April 10, 2017</li>\r\n\t<li>Dale Tallon: May 17, 2010 &ndash; May 16, 2016</li>\r\n\t<li>Randy Sexton: Oct. 2, 2009 &ndash; May 17, 2010</li>\r\n\t<li>Jacques Martin: Sept. 3, 2006 &ndash; June 1, 2009</li>\r\n\t<li>Mike Keenan: May 26, 2004 &ndash; Sept. 3, 2006</li>\r\n\t<li>Rick Dudley: May 10, 2002 &ndash; May 24, 2004</li>\r\n\t<li>Chuck Fletcher: Dec. 3, 2001 &ndash; May 10, 2002</li>\r\n\t<li>Bill Torrey: Dec. 28, 2000 &ndash; Dec. 3, 2001</li>\r\n\t<li>Bryan Murray: Aug. 1, 1994 &ndash; Dec. 28, 2000</li>\r\n\t<li>Bobby Clarke: March 1, 1993 &ndash; June 15, 1994</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/FLA/PanthersGoal.jpg",
            "mostRecentTeamId": 13,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Roberto Luongo (2000-06, 2014-19)</li>\r\n\t<li>37 &ndash;&nbsp;H. Wayne Huizenga (Owner:&nbsp;1993-01)</li>\r\n\t<li>93 &ndash;&nbsp;William A. Torrey (President/Governor/Alternate Governor:&nbsp;1993-18)</li>\r\n</ul>\r\n",
            "teamAbbrev": "FLA",
            "teamFullName": "Florida Panthers"
        },
        {
            "id": 34,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Roman Josi: 2017-18 &ndash;&nbsp;Present</li>\r\n\t<li>Mike Fisher: 2016-17</li>\r\n\t<li>Shea Weber: 2010-11 &ndash;&nbsp;2015-16</li>\r\n\t<li>Jason Arnott: 2007-08 &ndash;&nbsp;2009-10</li>\r\n\t<li>Kimmo Timonen: 2006-07</li>\r\n\t<li>Greg Johnson: 2002-03 &ndash;&nbsp;2005-06</li>\r\n\t<li>Tom Fitzgerald: 1998-99 &ndash;&nbsp;2001-02</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Andrew Brunette: Oct. 10, 2023 &ndash;&nbsp;Present</li>\r\n\t<li>John Hynes: Jan. 7, 2020&nbsp;&ndash; April 14, 2023</li>\r\n\t<li>Peter Laviolette: Oct. 9, 2014 &ndash; Jan. 5, 2020</li>\r\n\t<li>Barry Trotz: Oct. 10, 1998 &ndash; April 13, 2014</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1997-06-25T00:00:00",
            "directoryUrl": "https://www.nhl.com/predators/team/staff-listing",
            "firstSeasonId": 19981999,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Barry Trotz: July 1, 2023 &ndash; Present</li>\r\n\t<li>David Poile: July 9, 1997 &ndash; June 30, 2023</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/06/Forsberg-25034913.jpg",
            "mostRecentTeamId": 18,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>35 &ndash; Pekka Rinne (2005-21)</li>\r\n</ul>\r\n",
            "teamAbbrev": "NSH",
            "teamFullName": "Nashville Predators"
        },
        {
            "id": 35,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Adam Lowry: 2023-24 &ndash; Present</li>\r\n\t<li>(No Captain): 2022-23</li>\r\n\t<li>Blake Wheeler: 2016-17 &ndash;&nbsp;2021-22</li>\r\n\t<li>Andrew Ladd: 2010-11 &ndash;&nbsp;2015-16</li>\r\n\t<li>Ilya Kovalchuk: 2009-10</li>\r\n\t<li>(No Captain) and Ilya Kovalchuk: 2008-09</li>\r\n\t<li>Bobby Holik: 2007-08</li>\r\n\t<li>Scott Mellanby: 2005-06 &ndash;&nbsp;2006-07</li>\r\n\t<li>Shawn McEachern: 2002-03 &ndash;&nbsp;2003-04</li>\r\n\t<li>Ray Ferraro: 2001-02</li>\r\n\t<li>Steve Staios: 2000-01</li>\r\n\t<li>Kelly Buchberger: 1999-00</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Rick Bowness: Oct. 14, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Dave Lowry: Dec. 17, 2021 &ndash; May 1, 2022</li>\r\n\t<li>Paul Maurice: Jan. 13, 2014 &ndash; Dec. 14, 2021</li>\r\n\t<li>Claude Noel: Oct. 9, 2011 &ndash; Jan. 11, 2014</li>\r\n\t<li>Craig Ramsay: Oct. 8, 2010 &ndash; April 10, 2011</li>\r\n\t<li>John Anderson: Oct. 10, 2008 &ndash; April 10, 2010</li>\r\n\t<li>Don Waddell: Oct. 18, 2007 &ndash; April 5, 2008</li>\r\n\t<li>Bob Hartley: Jan. 15, 2003 &ndash; Oct. 16, 2007</li>\r\n\t<li>Don Waddell: Dec. 27, 2002 &ndash; Jan. 13, 2003</li>\r\n\t<li>Curt Fraser: Oct. 2, 1999 &ndash; Dec. 23, 2002</li>\r\n\t<li>*&nbsp;<i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "1997-06-25T00:00:00",
            "directoryUrl": "https://www.nhl.com/jets/team/front-office/",
            "firstSeasonId": 19992000,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kevin Cheveldayoff: June 8, 2011 &ndash; Present</li>\r\n\t<li>Rick Dudley: April 14, 2010 &ndash; June 5, 2011</li>\r\n\t<li>Don Waddell: June 23, 1998 &ndash; April 14, 2010</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/WPG/Scheifele.jpg",
            "mostRecentTeamId": 52,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>None</li>\r\n</ul>\r\n",
            "teamAbbrev": "WPG",
            "teamFullName": "Winnipeg Jets"
        },
        {
            "id": 36,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Boone Jenner: 2021-22 &ndash; Present</li>\r\n\t<li>Nick Foligno and (No Captain): 2020-21</li>\r\n\t<li>Nick Foligno: 2015-16 &ndash;&nbsp;2019-20</li>\r\n\t<li>(No Captain): 2012-13 &ndash;&nbsp;2014-15</li>\r\n\t<li>Rick Nash: 2008-09 &ndash;&nbsp;2011-12</li>\r\n\t<li>Adam Foote and Rick Nash: 2007-08</li>\r\n\t<li>Adam Foote: 2006-07</li>\r\n\t<li>Luke Richardson and Adam Foote: 2005-06</li>\r\n\t<li>Luke Richardson: 2003-04</li>\r\n\t<li>Ray Whitney: 2002-03</li>\r\n\t<li>Lyle Odelein: 2000-01 &ndash;&nbsp;2001-02</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Pascal Vincent: Oct. 12, 2023 &ndash;&nbsp;Present</li>\r\n\t<li>Mike Babcock^</li>\r\n\t<li>Brad Larsen: Oct. 14, 2021 &ndash; April 14, 2023</li>\r\n\t<li>John Tortorella: Oct. 22, 2015 &ndash; May 8, 2021</li>\r\n\t<li>Todd Richards: Jan. 10, 2012 &ndash; Oct. 20, 2015</li>\r\n\t<li>Scott Arniel: Oct. 8, 2010 &ndash; Jan. 8, 2012</li>\r\n\t<li>Claude Noel: Feb. 4&nbsp;&ndash; April 9, 2010</li>\r\n\t<li>Ken Hitchcock: Nov. 24, 2006 &ndash; Feb. 2, 2010</li>\r\n\t<li>Gary Agnew: Nov. 15-22, 2006</li>\r\n\t<li>Gerard Gallant: Jan. 2, 2004 &ndash; Nov. 12, 2006</li>\r\n\t<li>Doug MacLean: Jan. 8&nbsp;&ndash; Dec. 31, 2003</li>\r\n\t<li>Dave King: Oct. 7, 2000 &ndash; Jan. 6, 2003</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n\t<li>^&nbsp;<em>Named coach July 1, 2023, but resigned before the start of the regular season</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1997-06-25T00:00:00",
            "directoryUrl": "https://www.nhl.com/bluejackets/team/staff-directory",
            "firstSeasonId": 20002001,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Jarmo Kekalainen: Feb. 13, 2013 &ndash; Present</li>\r\n\t<li>Scott Howson: June 15, 2007 &ndash; Feb. 12, 2013</li>\r\n\t<li>Jim Clark: April 19&nbsp;&ndash; June 15, 2007</li>\r\n\t<li>Doug MacLean: Feb. 11, 1998 &ndash; April 19, 2007</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/CBJ/GaudreauGoal.jpg",
            "mostRecentTeamId": 29,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>61 &ndash;&nbsp;Rick Nash (2002-12)</li>\r\n</ul>\r\n",
            "teamAbbrev": "CBJ",
            "teamFullName": "Columbus Blue Jackets"
        },
        {
            "id": 37,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Jared Spurgeon: 2020-21 &ndash;&nbsp;Present</li>\r\n\t<li>Mikko Koivu: 2009-10 &ndash;&nbsp;2019-20</li>\r\n\t<li>Mikko Koivu, Kim Johnsson and Andrew Brunette: 2008-09</li>\r\n\t<li>Pavol Demitra, Brian Rolston, Mark Parrish, Nick Schultz and Marian Gaborik: 2007-08</li>\r\n\t<li>Brian Rolston, Keith Carney and Mark Parrish: 2006-07</li>\r\n\t<li>Alex Henry, Filip Kuba, Willie Mitchell, Brian Rolston and Wes Walz: 2005-06</li>\r\n\t<li>Brad Brown, Andrew Brunette, Richard Park, Brad Bombardir and Jim Dowd: 2003-04</li>\r\n\t<li>Brad Bombardir, Matt Johnson and Sergei Zholtok: 2002-03</li>\r\n\t<li>Jim Dowd, Filip Kuba, Brad Brown and Andrew Brunette: 2001-02</li>\r\n\t<li>Sean O&rsquo;Donnell, Scott Pellerin, Wes Walz, Brad Bombardir and Darby Hendrickson: 2000-01</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>John Hynes: Nov. 28, 2023 &ndash; Present</li>\r\n\t<li>Dean Evason: Feb. 15, 2020 &ndash; Nov. 26, 2023</li>\r\n\t<li>Bruce Boudreau: Oct. 13, 2016 &ndash; Feb. 13, 2020</li>\r\n\t<li>John Torchetti: Feb. 15&nbsp;&ndash; April 24, 2016</li>\r\n\t<li>Mike Yeo: Oct. 8, 2011 &ndash; Feb. 13, 2016</li>\r\n\t<li>Todd Richards: Oct. 3, 2009 &ndash; April 10, 2011</li>\r\n\t<li>Jacques Lemaire: Oct. 6, 2000 &ndash; April 11, 2009</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n</ul>\r\n",
            "dateAwarded": "1997-06-25T00:00:00",
            "directoryUrl": "https://www.nhl.com/wild/team/staff-directory",
            "firstSeasonId": 20002001,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Bill Guerin: Aug. 21, 2019&nbsp;&ndash; Present</li>\r\n\t<li>Tom Kurvers: July 30&nbsp;&ndash; Aug. 21, 2019</li>\r\n\t<li>Paul Fenton: May 21, 2018 &ndash; July 30, 2019</li>\r\n\t<li>Chuck Fletcher: May 22, 2009 &ndash; April 23, 2018</li>\r\n\t<li>Doug Risebrough: Sept. 2, 1999 &ndash; April 16, 2009</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/08/Wild-02111551.jpg",
            "mostRecentTeamId": 30,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1&nbsp;&ndash; In Honor of Wild Fans</li>\r\n\t<li>9&nbsp;&ndash; Mikko Koivu&nbsp;(2005-20)</li>\r\n</ul>\r\n",
            "teamAbbrev": "MIN",
            "teamFullName": "Minnesota Wild"
        },
        {
            "id": 38,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Mark Stone: 2020-21 &ndash; Present</li>\r\n\t<li>(No Captain): 2017-18 &ndash; 2019-20</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Bruce Cassidy: Oct. 11, 2022 &ndash;&nbsp;Present</li>\r\n\t<li>Peter DeBoer: Jan. 16, 2020 &ndash; April 29, 2022</li>\r\n\t<li>Gerard Gallant: Oct. 6, 2017 &ndash; Jan. 14, 2020</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "2017-03-01T00:00:00",
            "directoryUrl": "https://www.nhl.com/goldenknights/team/front-office",
            "firstSeasonId": 20172018,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kelly McCrimmon: Sept. 1, 2019 &ndash; Present</li>\r\n\t<li>George McPhee: July 13, 2016 &ndash; Sept. 1, 2019</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/images/2023/06/GoldenKnights-14120759.jpg",
            "mostRecentTeamId": 54,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>58 &ndash;&nbsp;In Honor of the Victims of the Oct. 1, 2017, Las Vegas Shooting</li>\r\n</ul>\r\n",
            "teamAbbrev": "VGK",
            "teamFullName": "Vegas Golden Knights"
        },
        {
            "id": 39,
            "active": true,
            "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>(No Captain):&nbsp;2022-23&nbsp;&ndash; Present</li>\r\n\t<li>Mark Giordano and (No Captain): 2021-22</li>\r\n</ul>\r\n",
            "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Dave Hakstol: Oct. 12, 2021 &ndash; Present</li>\r\n\t<li>* <i>Date range indicates first and last games coached during tenure (regular season or playoffs)</i></li>\r\n</ul>\r\n",
            "dateAwarded": "2021-04-30T00:00:00",
            "directoryUrl": "https://www.nhl.com/kraken/team/hockey-operations",
            "firstSeasonId": 20212022,
            "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Ron Francis: July 18, 2019 &ndash; Present</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
            "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/SEA/EberleBurakovsky.jpg",
            "mostRecentTeamId": 55,
            "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>32 &ndash; In Honor of Kraken&nbsp;Fans</li>\r\n</ul>\r\n",
            "teamAbbrev": "SEA",
            "teamFullName": "Seattle Kraken"
        }
    ],
    "total": 39
}


We’ll start with one of the oldest NHL franchise, the Montreal Canadiens. We can see that their id = 1. Let’s get some more info for that franchise.

id = 1
MTL = teams['data'][id - 1] # subtract 1 because python is 0-indexed
print(json.dumps(MTL, indent=4)) # print the new dictionary object
{
    "id": 1,
    "active": true,
    "captainHistory": "<ul class=\"striped-list\">\r\n\t<li>Nick Suzuki: 2022-23 &ndash; Present</li>\r\n\t<li>Shea Weber: 2018-19 &ndash; 2021-22</li>\r\n\t<li>Max Pacioretty: 2015-16 &ndash;&nbsp;2017-18</li>\r\n\t<li>(No Captain): 2014-15</li>\r\n\t<li>Brian Gionta: 2010-11 &ndash;&nbsp;2013-14</li>\r\n\t<li>(No Captain): 2009-10</li>\r\n\t<li>Saku Koivu: 1999-00 &ndash;&nbsp;2008-09</li>\r\n\t<li>Vincent Damphousse: 1997-98 &ndash;&nbsp;1998-99</li>\r\n\t<li>Pierre Turgeon and Vincent Damphousse: 1996-97</li>\r\n\t<li>Mike Keane and Pierre Turgeon: 1995-96</li>\r\n\t<li>Kirk Muller and Mike Keane: 1994-95</li>\r\n\t<li>Guy Carbonneau: 1990-91 &ndash;&nbsp;1993-94</li>\r\n\t<li>Guy Carbonneau and Chris Chelios: 1989-90</li>\r\n\t<li>Bob Gainey: 1981-82 &ndash;&nbsp;1988-89</li>\r\n\t<li>Serge Savard: 1979-80 &ndash;&nbsp;1980-81</li>\r\n\t<li>Yvan Cournoyer and Serge Savard: 1978-79</li>\r\n\t<li>Yvan Cournoyer: 1975-76 &ndash;&nbsp;1977-78</li>\r\n\t<li>Henri Richard: 1971-72 &ndash;&nbsp;1974-75</li>\r\n\t<li>Jean Beliveau: 1961-62 &ndash;&nbsp;1970-71</li>\r\n\t<li>Doug Harvey: 1960-61</li>\r\n\t<li>Maurice Richard: 1956-57 &ndash;&nbsp;1959-60</li>\r\n\t<li>Butch Bouchard: 1948-49 &ndash;&nbsp;1955-56</li>\r\n\t<li>Toe Blake and Bill Durnan: 1947-48</li>\r\n\t<li>Toe Blake: 1940-41 &ndash;&nbsp;1946-47</li>\r\n\t<li>Walt Buswell: 1939-40</li>\r\n\t<li>Babe Siebert: 1936-37 &ndash;&nbsp;1938-39</li>\r\n\t<li>Sylvio Mantha: 1933-34 &ndash;&nbsp;1935-36</li>\r\n\t<li>George Hainsworth: 1932-33</li>\r\n\t<li>Sylvio Mantha: 1926-27 &ndash;&nbsp;1931-32</li>\r\n\t<li>Bill Coutu: 1925-26</li>\r\n\t<li>Sprague Cleghorn: 1922-23 &ndash;&nbsp;1924-25</li>\r\n\t<li>Newsy Lalonde: 1916-17&nbsp;&ndash;&nbsp;1921-22</li>\r\n</ul>\r\n",
    "coachingHistory": "<ul class=\"striped-list\">\r\n\t<li>Martin St. Louis: Feb. 10, 2022&nbsp;&ndash; Present</li>\r\n\t<li>Dominique Ducharme: Feb. 25, 2021&nbsp;&ndash; Feb. 8, 2022</li>\r\n\t<li>Claude Julien: Feb. 18, 2017 &ndash; Feb. 23, 2021</li>\r\n\t<li>Michel Therrien: Jan. 19, 2013 &ndash; Feb. 12, 2017</li>\r\n\t<li>Randy Cunneyworth: Dec. 17, 2011 &ndash; April 7, 2012</li>\r\n\t<li>Jacques Martin: Oct. 1, 2009 &ndash; Dec. 15, 2011</li>\r\n\t<li>Bob Gainey: March 10&nbsp;&ndash; April 22, 2009</li>\r\n\t<li>Guy Carbonneau: Oct. 6, 2006 &ndash; March 8, 2009</li>\r\n\t<li>Bob Gainey: Jan. 14&nbsp;&ndash; May 2, 2006</li>\r\n\t<li>Claude Julien: Jan. 18, 2003 &ndash; Jan. 11, 2006</li>\r\n\t<li>Michel Therrien: Nov. 21, 2000 &ndash; Jan. 16, 2003</li>\r\n\t<li>Alain Vigneault: Oct. 1, 1997 &ndash; Nov. 18, 2000</li>\r\n\t<li>Mario Tremblay: Oct. 21, 1995 &ndash; April 26, 1997</li>\r\n\t<li>Jacques Laperriere: Oct. 20, 1995</li>\r\n\t<li>Jacques Demers: Oct. 6, 1992 &ndash; Oct. 14, 1995</li>\r\n\t<li>Pat Burns: Oct. 6, 1988 &ndash; May 9, 1992</li>\r\n\t<li>Jean Perron: Oct. 10, 1985 &ndash; April 26, 1988</li>\r\n\t<li>Jacques Lemaire: Feb. 25, 1984 &ndash; May 2, 1985</li>\r\n\t<li>Bob Berry: Oct. 8, 1981 &ndash; Feb. 23, 1984</li>\r\n\t<li>Claude Ruel: Dec. 14, 1979 &ndash; April 11, 1981</li>\r\n\t<li>Bernie Geoffrion: Oct. 11&nbsp;&ndash; Dec. 11, 1979</li>\r\n\t<li>Scotty Bowman: Oct. 9, 1971 &ndash; May 21, 1979</li>\r\n\t<li>Al MacNeil: Dec. 3, 1970 &ndash; May 18, 1971</li>\r\n\t<li>Claude Ruel: Oct. 12, 1968 &ndash; Dec. 2, 1970</li>\r\n\t<li>Toe Blake: Oct. 6, 1955 &ndash; May 11, 1968</li>\r\n\t<li>Dick Irvin: Nov. 3, 1940 &ndash; April 14, 1955</li>\r\n\t<li>Pit Lepine: Nov. 5, 1939 &ndash; March 17, 1940</li>\r\n\t<li>Jules Dugal: Jan. 29&nbsp;&ndash; March 26, 1939^</li>\r\n\t<li>Cecil Hart: Nov. 7, 1936 &ndash; Jan. 24, 1939</li>\r\n\t<li>Sylvio Mantha: Nov. 12, 1935 &ndash; March 19, 1936</li>\r\n\t<li>Leo Dandurand: Jan. 1&nbsp;&ndash; March 26, 1935</li>\r\n\t<li>Newsy Lalonde: Nov. 12, 1932 &ndash; Dec. 29, 1934</li>\r\n\t<li>Cecil Hart: Nov. 16, 1926 &ndash; March 29, 1932</li>\r\n\t<li>Leo Dandurand: Jan. 11, 1922 &ndash; March 16, 1926</li>\r\n\t<li>Newsy Lalonde: Dec. 19, 1917 &ndash; Jan. 7, 1922</li>\r\n\t<li>* <em>Date range indicates first and last games coached during tenure (regular season or playoffs)</em></li>\r\n\t<li>^ <em>The Canadiens named Babe Siebert head coach in the summer of 1939, but he died before the 1939-40 season began</em></li>\r\n</ul>\r\n",
    "dateAwarded": "1917-11-26T00:00:00",
    "directoryUrl": "https://www.nhl.com/canadiens/team/administration",
    "firstSeasonId": 19171918,
    "generalManagerHistory": "<ul class=\"striped-list\">\r\n\t<li>Kent Hughes: Jan. 18, 2022 &ndash; Present</li>\r\n\t<li>Marc Bergevin: May 2, 2012 &ndash; Nov. 28, 2021</li>\r\n\t<li>Pierre Gauthier: Feb. 8, 2010 &ndash; March 29, 2012</li>\r\n\t<li>Bob Gainey: June 2, 2003 &ndash; Feb. 8, 2010</li>\r\n\t<li>Andre Savard: Nov. 20, 2000 &ndash; June 2, 2003</li>\r\n\t<li>Rejean Houle: Oct. 21, 1995 &ndash; Nov. 20, 2000</li>\r\n\t<li>Serge Savard: April 28, 1983 &ndash; Oct. 17, 1995</li>\r\n\t<li>Irving Grundman: Sept. 4, 1978 &ndash; April 14, 1983</li>\r\n\t<li>Sam Pollock: May 15, 1964 &ndash; Sept. 4, 1978</li>\r\n\t<li>Frank Selke: July 26, 1946 &ndash; May 15, 1964</li>\r\n\t<li>Tommy Gorman: April 8, 1940 &ndash; July 26, 1946</li>\r\n\t<li>Jules Dugal: Jan. 27, 1939 &ndash; April 8, 1940</li>\r\n\t<li>Cecil Hart: July 30, 1936 &ndash; Jan. 27, 1939</li>\r\n\t<li>Ernest Savard: Sept. 17, 1935 &ndash; July 30, 1936</li>\r\n\t<li>Leo Dandurand: Nov. 2, 1921 &ndash; Sept. 17, 1935</li>\r\n\t<li>George Kennedy: Nov. 12, 1910 &ndash; Oct. 19, 1921</li>\r\n\t<li>* <em>Date range indicates first and last days of tenure</em></li>\r\n</ul>\r\n",
    "heroImageUrl": "https://records.nhl.com/site/asset/public/ext/hero/Team Pages/MTL/Suzuki.jpg",
    "mostRecentTeamId": 8,
    "retiredNumbersSummary": "<ul class=\"striped-list\">\r\n\t<li>1 &ndash;&nbsp;Jacques Plante (1952-63)</li>\r\n\t<li>2 &ndash;&nbsp;Doug Harvey (1947-61)</li>\r\n\t<li>3 &ndash;&nbsp;Butch Bouchard (1941-56)</li>\r\n\t<li>4 &ndash;&nbsp;Jean Beliveau (1950-71)</li>\r\n\t<li>5 &ndash;&nbsp;Bernie&nbsp;Geoffrion (1950-64)</li>\r\n\t<li>5 &ndash;&nbsp;Guy Lapointe (1968-82)</li>\r\n\t<li>7 &ndash;&nbsp;Howie Morenz (1923-37)</li>\r\n\t<li>9 &ndash;&nbsp;Maurice Richard (1942-60)</li>\r\n\t<li>10 &ndash;&nbsp;Guy Lafleur (1971-84)</li>\r\n\t<li>12 &ndash;&nbsp;Dickie Moore (1951-63)</li>\r\n\t<li>12 &ndash;&nbsp;Yvan Cournoyer (1963-79)</li>\r\n\t<li>16 &ndash;&nbsp;Elmer Lach (1940-54)</li>\r\n\t<li>16 &ndash;&nbsp;Henri Richard (1955-75)</li>\r\n\t<li>18 &ndash;&nbsp;Serge Savard (1966-81)</li>\r\n\t<li>19 &ndash;&nbsp;Larry Robinson (1972-89)</li>\r\n\t<li>23 &ndash;&nbsp;Bob Gainey (1973-89)</li>\r\n\t<li>29 &ndash;&nbsp;Ken Dryden (1970-79)</li>\r\n\t<li>33 &ndash;&nbsp;Patrick Roy (1984-95)</li>\r\n</ul>\r\n",
    "teamAbbrev": "MTL",
    "teamFullName": "Montr\u00e9al Canadiens"
}


We see that there’s a item coachingHistory, but it’s in HTML “striped-list” format. Well need to parse this list. To do this, let’s use the BeautifulSoup Python library.

from bs4 import BeautifulSoup
import pandas as pd
import re
from unicodedata import normalize

MTL_coaches_html = MTL['coachingHistory']
l = BeautifulSoup(MTL_coaches_html, "html.parser").find_all("li") # isolate the "li" elements and convert to python list
MTL_coaches = []
for x in l:
  MTL_coaches.append(normalize('NFKD',str(x))) # convert list items to string, also get rid of non-ASCII characters

MTL_coaches = [x for x in MTL_coaches if ":" in x] # remove list elements that do not contain colons, these are usually comments

print("The Montreal Canadiens have had " + str(len(MTL_coaches)) + " head coaches:", sep="")

for i in MTL_coaches:
  temp = re.sub("<[/]*li>", "", str(i)) # use regex to remove HTML tags (<li>)
  temp2 = temp.split(":") # split the string on a colon
  coach = temp2[0] # first element is the coach name
  tenure = temp2[1].strip() # strip to remove leading and trailing whitespace
  print(coach + ", " + tenure, sep="")
The Montreal Canadiens have had 35 head coaches:
Martin St. Louis, Feb. 10, 2022 – Present
Dominique Ducharme, Feb. 25, 2021 – Feb. 8, 2022
Claude Julien, Feb. 18, 2017 – Feb. 23, 2021
Michel Therrien, Jan. 19, 2013 – Feb. 12, 2017
Randy Cunneyworth, Dec. 17, 2011 – April 7, 2012
Jacques Martin, Oct. 1, 2009 – Dec. 15, 2011
Bob Gainey, March 10 – April 22, 2009
Guy Carbonneau, Oct. 6, 2006 – March 8, 2009
Bob Gainey, Jan. 14 – May 2, 2006
Claude Julien, Jan. 18, 2003 – Jan. 11, 2006
Michel Therrien, Nov. 21, 2000 – Jan. 16, 2003
Alain Vigneault, Oct. 1, 1997 – Nov. 18, 2000
Mario Tremblay, Oct. 21, 1995 – April 26, 1997
Jacques Laperriere, Oct. 20, 1995
Jacques Demers, Oct. 6, 1992 – Oct. 14, 1995
Pat Burns, Oct. 6, 1988 – May 9, 1992
Jean Perron, Oct. 10, 1985 – April 26, 1988
Jacques Lemaire, Feb. 25, 1984 – May 2, 1985
Bob Berry, Oct. 8, 1981 – Feb. 23, 1984
Claude Ruel, Dec. 14, 1979 – April 11, 1981
Bernie Geoffrion, Oct. 11 – Dec. 11, 1979
Scotty Bowman, Oct. 9, 1971 – May 21, 1979
Al MacNeil, Dec. 3, 1970 – May 18, 1971
Claude Ruel, Oct. 12, 1968 – Dec. 2, 1970
Toe Blake, Oct. 6, 1955 – May 11, 1968
Dick Irvin, Nov. 3, 1940 – April 14, 1955
Pit Lepine, Nov. 5, 1939 – March 17, 1940
Jules Dugal, Jan. 29 – March 26, 1939^
Cecil Hart, Nov. 7, 1936 – Jan. 24, 1939
Sylvio Mantha, Nov. 12, 1935 – March 19, 1936
Leo Dandurand, Jan. 1 – March 26, 1935
Newsy Lalonde, Nov. 12, 1932 – Dec. 29, 1934
Cecil Hart, Nov. 16, 1926 – March 29, 1932
Leo Dandurand, Jan. 11, 1922 – March 16, 1926
Newsy Lalonde, Dec. 19, 1917 – Jan. 7, 1922


Now we can start answering some questions. For instance, which teams have had the least amount of head coach turnover?

import requests
import json

teams = json.loads(requests.get('https://records.nhl.com/site/api/franchise-detail').text) # pull request, get data (.text), and convert JSON to a Python dict

# arrays for data
seasons_per_coach = {}

for team in teams['data']:
  if team['active'] == True: # only look at teams that still exist
    team_name = team['teamAbbrev']

    team_first_season = int(str(team['firstSeasonId'])[:-4]) # remove last 4 characters from seasonID and convert to integer
    team_total_seasons = 2023 - team_first_season # how many seasons has the team existed?

    team_html = team['coachingHistory']
    l = BeautifulSoup(team_html, "html.parser").find_all("li") # isolate the "li" elements and convert to python list
    team_coaches = []
    for x in l:
      team_coaches.append(normalize('NFKD',str(x))) # convert list items to string, also get rid of non-ASCII characters

    team_coaches = [x for x in team_coaches if ":" in x] # remove list elements that do not contain colons, these are usually comments
    total_coaches = len(team_coaches)

    seasons_per_coach[team_name] = round(team_total_seasons /total_coaches, 2) # how many seasons per coach, on average?

# manually make dictionaries of team primary and secondary colors, based on https://teamcolorcodes.com/nhl-team-color-codes/ and https://usteamcolors.com/nhl-colors/
team_primary_color={
'ANA':'#111111',
'ARI':'#8C2633',
'BOS':'#FFB81C',
'BUF':'#003087',
'CAR':'#CE1126',
'CBJ':'#002654',
'CGY':'#D2001C',
'CHI':'#CF0A2C',
'COL':'#6F263D',
'DAL':'#006847',
'DET':'#CE1126',
'EDM':'#041E42',
'FLA':'#C8102E',
'LAK':'#111111',
'MIN':'#154734',
'MTL':'#AF1E2D',
'NJD':'#CE1126',
'NSH':'#FFB81C',
'NYI':'#00539B',
'NYR':'#0038A8',
'OTT':'#DA1A32',
'PHI':'#F74902',
'PIT':'#FFB81C',
'SEA':'#001628',
'SJS':'#006D75',
'STL':'#002F87',
'TBL':'#002868',
'TOR':'#00205B',
'VAN':'#00205B',
'VGK':'#B4975A',
'WPG':'#041E42',
'WSH':'#041E42'
}

team_secondary_color={
'ANA':'#F95602',
'ARI':'#E2D6B5',
'BOS':'#000000',
'BUF':'#FFB81C',
'CAR':'#000000',
'CBJ':'#CE1126',
'CGY':'#FAAF19',
'CHI':'#000000',
'COL':'#236192',
'DAL':'#8F8F8C',
'DET':'#FFFFFF',
'EDM':'#FF4C00',
'FLA':'#041E42',
'LAK':'#A2AAAD',
'MIN':'#a6192e',
'MTL':'#192168',
'NJD':'#000000',
'NSH':'#041E42',
'NYI':'#F47D30',
'NYR':'#CE1126',
'OTT':'#000000',
'PHI':'#000000',
'PIT':'#010101',
'SEA':'#99D9D9',
'SJS':'#000000',
'STL':'#FCB514',
'TBL':'#FFFFFF',
'TOR':'#FFFFFF',
'VAN':'#00843D',
'VGK':'#333F42',
'WPG':'#AC162C',
'WSH':'#C8102E'
}

import pandas as pd
# convert dictionaries to data frames
df_1 = pd.DataFrame(seasons_per_coach.items(), columns=['team', 'HC_avg_tenure']) 
df_2 = pd.DataFrame(team_primary_color.items(), columns=['team', 'col1']) 
df_3 = pd.DataFrame(team_secondary_color.items(), columns=['team', 'col2']) 

# join data frames on color
df = pd.merge(pd.merge(df_1, df_2, on="team"), df_3, on="team")
df = df.sort_values('HC_avg_tenure', ascending=True) # sort dataframe by head coach tenure

import plotly.express as px
import plotly.graph_objects as go
from plotly.subplots import make_subplots

# bar plot of teams, ordered by seasons per coach
fig = px.bar(df, y='team', x='HC_avg_tenure', template="plotly_dark", 
            title = "Average NHL Head Coach Tenure",
            height=800, hover_name='team') 

# use team colors for the bars
fig.update_traces(marker_color=df['col1'], 
      marker_line=dict(width=2, color=df['col2'])) 

fig.update_xaxes(title_text="Average HC Tenure (seasons)")
fig.update_yaxes(title_text="Team")

# reduce margins for better viewing on mobile
fig.update_layout(margin=dict(l=20, r=20, b=20), dragmode=False,
                  plot_bgcolor="dimgrey") # use grey for plot background to better see team colors

fig.show()


The Nashville Predators (NSH) sure are an outlier of coaching consistency. They have only had 4 head coaches in their entire history. Admittedly, they were only founded in 1998, but other teams founded in that era like the Anaheim Ducks (ANA - 1993) and the Columbus Blue Jackets (CBJ - 2000) have been far worse off.

At the other end of the spectrum are the New Jersey Devils (NJD). The longest-serving head coach for the Devils was Jacques Lemaire, who led the team for only 5 years.

Let’s try to answer another coaching question: how often do teams re-hire the same head coach? We’ll use Counter from the Python collections library to do this.

import requests
import json
from collections import Counter
import pandas as pd

teams = json.loads(requests.get('https://records.nhl.com/site/api/franchise-detail').text) # pull request, get data (.text), and convert JSON to a Python dict

coach_repeats = {}
rows_list = []

for team in teams['data']:
  sum = 0
  if team['active'] == True: # only look at teams that still exist
    team_name = team['teamAbbrev']
    team_full_name = normalize('NFKD', team['teamFullName'])

    team_first_season = int(str(team['firstSeasonId'])[:-4]) # remove last 4 characters from seasonID and convert to integer
    team_total_seasons = 2023 - team_first_season # how many seasons has the team existed?

    team_html = team['coachingHistory']
    l = BeautifulSoup(team_html, "html.parser").find_all("li") # isolate the "li" elements and convert to python list
    team_coaches = []
    for x in l:
      team_coaches.append(normalize('NFKD',str(x))) # convert list items to string, also get rid of non-ASCII characters

    team_coaches = [x for x in team_coaches if ":" in x] # remove list elements that do not contain colons, these are usually comments
  
    coaches = []
    for x in team_coaches:
      temp = re.sub("<[/]*li>", "", str(x)) # use regex to remove HTML tags (<li>)
      coaches.append(temp.split(":")[0]) # split the string on a colon, get first element (coach name)
    
    coach_repeats[team_name] = Counter(coaches).most_common() # count how many times each coach appeared for each team

    # count how many head coaches had multiple stints with the same team
    # and print all head coaches with more than one stint with the same team
    for i in coach_repeats[team_name]:
      if i[1] > 1:
        temp = {}
        temp.update([("team", team_name),
                    ("coach", i[0]),
                    ("times_coached", i[1])])
        rows_list.append(temp)


    # which head coach had the most stints with each franchise?
    #if coach_repeats[team_name][0][1] > 1: # only show repeat coaches 
    #  print(coach_repeats[team_name][0][0], "was head coach for the",
    #        team_full_name, coach_repeats[team_name][0][1], "times")

# convert list of dictionaries to data frame
hc_df = pd.DataFrame(rows_list, columns=["coach", "team", "times_coached"])
print(hc_df.sort_values('times_coached', ascending=False))
              coach team  times_coached
13    Phil Esposito  NYR              5
20      Bob Pulford  CHI              4
43    Scotty Bowman  BUF              4
60      Glen Sather  EDM              3
62      Larry Pleau  CAR              3
..              ...  ...            ...
59   Bill MacMillan  NJD              2
61  Craig MacTavish  EDM              2
63     Paul Maurice  CAR              2
72    Randy Carlyle  ANA              2
73      Don Waddell  WPG              2

[74 rows x 3 columns]


Something seems fishy. Did the New York Rangers (NYR) really have Phil Esposito as their head coach 5 different times?

Well…technically yes. Let’s take a look at the other coaches for the Rangers between Esposito’s first and last stints with the team.

import requests
import json

teams = json.loads(requests.get('https://records.nhl.com/site/api/franchise-detail').text) # pull request, get data (.text), and convert JSON to a Python dict

NYR = next(item for item in teams["data"] if item['teamAbbrev'] == 'NYR') # find the NYR stats

NYR_coaches_html = NYR['coachingHistory']
l = BeautifulSoup(NYR_coaches_html, "html.parser").find_all("li") # isolate the "li" elements and convert to python list
NYR_coaches = []
for x in l:
  NYR_coaches.append(normalize('NFKD',str(x))) # convert list items to string, also get rid of non-ASCII characters

NYR_coaches = [x for x in NYR_coaches if ":" in x] # remove list elements that do not contain colons, these are usually comments

x = 0
for i in NYR_coaches:
  temp = re.sub("<[/]*li>", "", str(i)) # use regex to remove HTML tags (<li>)
  temp2 = temp.split(":") # split the string on a colon
  coach = temp2[0] # first element is the coach name
  
  # some conditionals to only print seasons between Esposito's first and last season as head coach
  if coach == "Phil Esposito":
    x = x + 1
  if x > 0:
    tenure = temp2[1].strip() # strip to remove leading and trailing whitespace
    print(coach + ", " + tenure, sep="")
  if x == 5: # stop when we hit Esposito's 5th season
    break


That’s strange. Phil Esposito was only with the NY Rangers from 1986 until 1989. But during that time, the Rangers swapped between three head coaches: Phil Esposito, Tom Webster, and Michel Bergeron.

As it turns out, there’s an interesting story behind Esposito’s oddball coaching career. Esposito was brought onboard to be the NY Rangers general manager in 1986. He fired the previous head coach (Ted Sator) partway into the 1986-1987 season and temporarily took over head coaching duties for a few days in November of 1986.

Phil Esposito quickly hired a new head coach, Tom Webster. However, after coaching only five games, Webster came down with a severe inner ear infection that meant he was unable to travel by air. So for the remainder of the season, Webster coached only home games, while Esposito coached away games.

Webster resigned his position in April of 1987. Esposito then hired Michel Bergeron as the next head coach of the Rangers. Bergeron was immediately unpopular with fans and players. Fans were angry at how much the Rangers spent to hire Bergeron away from the Quebec Nordiques ($100,000 and a first-round pick). Players disliked his fiery temper, which reportedly led to several Rangers prospects refusing to sign with the team.

Eventually, the relationship between Esposito and Bergeron soured, and Bergeron was fired during the 1988-1989 season. Esposito coached the last two games of the regular season, then saw his team swept in the first round of the playoffs. In May of 1989, Esposito himself was fired.

So should we really count Esposito as the head coach of the NY Rangers five separate times? Probably not. I hope this example illustrates how it’s always crucial to carefully inspect databases. Oddities like Phil Esposito can easily fly under the radar and skew our visualizations and analyses.

Sources:

On April 27 in NYR history: Calling it quits after 16 games as coach

Clash of the like-minded: The Bergeron-Esposito feud

On May 24 in NYR history: Enough is enough, Trader Phil fired