A dataset containing the full team names, abbreviations, colors & logos
for all 32 active NHL teams plus historical/relocated franchises retained
for joining against older data. Filter on
division != "Relocated" to limit to active teams.
A dataset containing the full team names, abbreviations, colors & logos for all PHF teams.
A dataset containing the full team names, abbreviations, colors & logos
for all PWHL teams. Carries 14 rows: the 6 founding franchises appear
twice each — once under their inaugural 2023-24 identity
(PWHL Boston, etc., matching the live pwhl_teams() payload) and once
under their 2024-25 rebranded identity (Boston Fleet, Minnesota Frost,
Montréal Victoire, New York Sirens, Ottawa Charge, Toronto Sceptres).
Plus the two 2025-26 expansion teams (Seattle Torrent and
Vancouver Goldeneyes). The shared team_abbr across pre/post rebrand
rows makes historical joins straightforward.
Format
A data frame with 34 rows and 11 variables:
full_team_name- full team nameteam_abbr- NHL.com team abbreviationteam_nick- lowercase, no spaces team nicknamedivision- current NHL division, or"Relocated"for inactive franchisesconference- current NHL conference, or"Relocated"for inactive franchisesteam_logo_espn- primary team logo from ESPN.comteam_color1- current primary team colorteam_color2- current secondary team colorteam_logo_alternate- alternate or throwback logoteam_color_alt1- alternate logo primary colorteam_color_alt2- alternate logo secondary color
A data frame with 6 rows and 7 variables:
full_team_name- Full team nameteam_abbr- PremierHockeyFederation.com team abbreviationteam_nick- Team Nicknameteam_location- PHF team locationteam_color1- Current primary team color. Full disclosure, I just color picked from the logosteam_color2- Current secondary team color. Full disclosure, I just color picked from the logosteam_logo- Primary team logo from fastRhockey data repository
A data frame with 14 rows and 7 variables:
full_team_name- Full team name (legacy or rebranded)team_abbr- HockeyTech team code (BOS, MIN, MON, NY, OTT, TOR for the six founders; SEA, VAN for the expansion teams)team_nick- Team nickname (or city, for the legacyPWHL <city>entries)team_location- Team location / cityteam_color1- Best-effort primary team color (hex)team_color2- Best-effort secondary team color (hex)team_logo- Primary team logo URL from the live PWHL CDN;NAfor the two expansion teams until logos are catalogued
