Files
Sportstime/SportsTime/Resources/teams_canonical.json
Trey t fdcecafaa3 feat: rewrite bootstrap, fix CloudKit sync, update canonical data, and UI fixes
- Rewrite BootstrapService: remove all legacy code paths (JSONStadium,
  JSONGame, bootstrapStadiumsLegacy, bootstrapGamesLegacy, venue aliases,
  createDefaultLeagueStructure), require canonical JSON files only
- Add clearCanonicalData() to handle partial bootstrap recovery (prevents
  duplicate key crashes from interrupted first-launch)
- Fix nullable stadium_canonical_id in games (4 MLS games have null)
- Fix CKModels: logoUrl case, conference/division field keys
- Fix CanonicalSyncService: sync conferenceCanonicalId/divisionCanonicalId
- Add sports_canonical.json and DemoMode.swift
- Delete legacy stadiums.json and games.json
- Update all canonical resource JSON files with latest data
- Fix TripWizardView horizontal scrolling with GeometryReader constraint
- Update RegionMapSelector, TripDetailView, TripOptionsView UI improvements
- Add DateRangePicker, PlanningModeStep, SportsStep enhancements
- Update UI tests and marketing-videos config

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 00:06:19 -06:00

2198 lines
59 KiB
JSON

[
{
"canonical_id": "team_mlb_ari",
"name": "Diamondbacks",
"abbreviation": "ARI",
"sport": "MLB",
"city": "Arizona",
"stadium_canonical_id": "stadium_mlb_chase_field",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_west",
"primary_color": "#aa182c",
"secondary_color": "#000000"
},
{
"canonical_id": "team_mlb_atl",
"name": "Braves",
"abbreviation": "ATL",
"sport": "MLB",
"city": "Atlanta",
"stadium_canonical_id": "stadium_mlb_truist_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_east",
"primary_color": "#0c2340",
"secondary_color": "#ba0c2f"
},
{
"canonical_id": "team_mlb_bal",
"name": "Orioles",
"abbreviation": "BAL",
"sport": "MLB",
"city": "Baltimore",
"stadium_canonical_id": "stadium_mlb_oriole_park_at_camden_yards",
"conference_id": "mlb_al",
"division_id": "mlb_al_east",
"primary_color": "#df4601",
"secondary_color": "#000000"
},
{
"canonical_id": "team_mlb_bos",
"name": "Red Sox",
"abbreviation": "BOS",
"sport": "MLB",
"city": "Boston",
"stadium_canonical_id": "stadium_mlb_fenway_park",
"conference_id": "mlb_al",
"division_id": "mlb_al_east",
"primary_color": "#0d2b56",
"secondary_color": "#bd3039"
},
{
"canonical_id": "team_mlb_chc",
"name": "Cubs",
"abbreviation": "CHC",
"sport": "MLB",
"city": "Chicago",
"stadium_canonical_id": "stadium_mlb_wrigley_field",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_central",
"primary_color": "#0e3386",
"secondary_color": "#cc3433"
},
{
"canonical_id": "team_mlb_chw",
"name": "White Sox",
"abbreviation": "CHW",
"sport": "MLB",
"city": "Chicago",
"stadium_canonical_id": "stadium_mlb_guaranteed_rate_field",
"conference_id": "mlb_al",
"division_id": "mlb_al_central",
"primary_color": "#000000",
"secondary_color": "#c4ced4"
},
{
"canonical_id": "team_mlb_cin",
"name": "Reds",
"abbreviation": "CIN",
"sport": "MLB",
"city": "Cincinnati",
"stadium_canonical_id": "stadium_mlb_great_american_ball_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_central",
"primary_color": "#c6011f",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_mlb_cle",
"name": "Guardians",
"abbreviation": "CLE",
"sport": "MLB",
"city": "Cleveland",
"stadium_canonical_id": "stadium_mlb_progressive_field",
"conference_id": "mlb_al",
"division_id": "mlb_al_central",
"primary_color": "#002b5c",
"secondary_color": "#e31937"
},
{
"canonical_id": "team_mlb_col",
"name": "Rockies",
"abbreviation": "COL",
"sport": "MLB",
"city": "Colorado",
"stadium_canonical_id": "stadium_mlb_coors_field",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_west",
"primary_color": "#33006f",
"secondary_color": "#000000"
},
{
"canonical_id": "team_mlb_det",
"name": "Tigers",
"abbreviation": "DET",
"sport": "MLB",
"city": "Detroit",
"stadium_canonical_id": "stadium_mlb_comerica_park",
"conference_id": "mlb_al",
"division_id": "mlb_al_central",
"primary_color": "#0a2240",
"secondary_color": "#ff4713"
},
{
"canonical_id": "team_mlb_hou",
"name": "Astros",
"abbreviation": "HOU",
"sport": "MLB",
"city": "Houston",
"stadium_canonical_id": "stadium_mlb_minute_maid_park",
"conference_id": "mlb_al",
"division_id": "mlb_al_west",
"primary_color": "#002d62",
"secondary_color": "#eb6e1f"
},
{
"canonical_id": "team_mlb_kc",
"name": "Royals",
"abbreviation": "KC",
"sport": "MLB",
"city": "Kansas City",
"stadium_canonical_id": "stadium_mlb_kauffman_stadium",
"conference_id": "mlb_al",
"division_id": "mlb_al_central",
"primary_color": "#004687",
"secondary_color": "#7ab2dd"
},
{
"canonical_id": "team_mlb_laa",
"name": "Angels",
"abbreviation": "LAA",
"sport": "MLB",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_mlb_angel_stadium",
"conference_id": "mlb_al",
"division_id": "mlb_al_west",
"primary_color": "#ba0021",
"secondary_color": "#c4ced4"
},
{
"canonical_id": "team_mlb_lad",
"name": "Dodgers",
"abbreviation": "LAD",
"sport": "MLB",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_mlb_dodger_stadium",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_west",
"primary_color": "#005a9c",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_mlb_mia",
"name": "Marlins",
"abbreviation": "MIA",
"sport": "MLB",
"city": "Miami",
"stadium_canonical_id": "stadium_mlb_loandepot_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_east",
"primary_color": "#00a3e0",
"secondary_color": "#000000"
},
{
"canonical_id": "team_mlb_mil",
"name": "Brewers",
"abbreviation": "MIL",
"sport": "MLB",
"city": "Milwaukee",
"stadium_canonical_id": "stadium_mlb_american_family_field",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_central",
"primary_color": "#13294b",
"secondary_color": "#ffc72c"
},
{
"canonical_id": "team_mlb_min",
"name": "Twins",
"abbreviation": "MIN",
"sport": "MLB",
"city": "Minnesota",
"stadium_canonical_id": "stadium_mlb_target_field",
"conference_id": "mlb_al",
"division_id": "mlb_al_central",
"primary_color": "#031f40",
"secondary_color": "#e20e32"
},
{
"canonical_id": "team_mlb_nym",
"name": "Mets",
"abbreviation": "NYM",
"sport": "MLB",
"city": "New York",
"stadium_canonical_id": "stadium_mlb_citi_field",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_east",
"primary_color": "#002d72",
"secondary_color": "#ff5910"
},
{
"canonical_id": "team_mlb_nyy",
"name": "Yankees",
"abbreviation": "NYY",
"sport": "MLB",
"city": "New York",
"stadium_canonical_id": "stadium_mlb_yankee_stadium",
"conference_id": "mlb_al",
"division_id": "mlb_al_east",
"primary_color": "#132448",
"secondary_color": "#c4ced4"
},
{
"canonical_id": "team_mlb_oak",
"name": "Athletics",
"abbreviation": "OAK",
"sport": "MLB",
"city": "Oakland",
"stadium_canonical_id": "stadium_mlb_sutter_health_park",
"conference_id": "mlb_al",
"division_id": "mlb_al_west",
"primary_color": "#003831",
"secondary_color": "#efb21e"
},
{
"canonical_id": "team_mlb_phi",
"name": "Phillies",
"abbreviation": "PHI",
"sport": "MLB",
"city": "Philadelphia",
"stadium_canonical_id": "stadium_mlb_citizens_bank_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_east",
"primary_color": "#e81828",
"secondary_color": "#003278"
},
{
"canonical_id": "team_mlb_pit",
"name": "Pirates",
"abbreviation": "PIT",
"sport": "MLB",
"city": "Pittsburgh",
"stadium_canonical_id": "stadium_mlb_pnc_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_central",
"primary_color": "#000000",
"secondary_color": "#fdb827"
},
{
"canonical_id": "team_mlb_sd",
"name": "Padres",
"abbreviation": "SD",
"sport": "MLB",
"city": "San Diego",
"stadium_canonical_id": "stadium_mlb_petco_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_west",
"primary_color": "#2f241d",
"secondary_color": "#ffc425"
},
{
"canonical_id": "team_mlb_sf",
"name": "Giants",
"abbreviation": "SF",
"sport": "MLB",
"city": "San Francisco",
"stadium_canonical_id": "stadium_mlb_oracle_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_west",
"primary_color": "#000000",
"secondary_color": "#fd5a1e"
},
{
"canonical_id": "team_mlb_sea",
"name": "Mariners",
"abbreviation": "SEA",
"sport": "MLB",
"city": "Seattle",
"stadium_canonical_id": "stadium_mlb_tmobile_park",
"conference_id": "mlb_al",
"division_id": "mlb_al_west",
"primary_color": "#005c5c",
"secondary_color": "#0c2c56"
},
{
"canonical_id": "team_mlb_stl",
"name": "Cardinals",
"abbreviation": "STL",
"sport": "MLB",
"city": "St. Louis",
"stadium_canonical_id": "stadium_mlb_busch_stadium",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_central",
"primary_color": "#be0a14",
"secondary_color": "#001541"
},
{
"canonical_id": "team_mlb_tbr",
"name": "Rays",
"abbreviation": "TB",
"sport": "MLB",
"city": "Tampa Bay",
"stadium_canonical_id": "stadium_mlb_tropicana_field",
"conference_id": "mlb_al",
"division_id": "mlb_al_east",
"primary_color": "#092c5c",
"secondary_color": "#8fbce6"
},
{
"canonical_id": "team_mlb_tex",
"name": "Rangers",
"abbreviation": "TEX",
"sport": "MLB",
"city": "Texas",
"stadium_canonical_id": "stadium_mlb_globe_life_field",
"conference_id": "mlb_al",
"division_id": "mlb_al_west",
"primary_color": "#003278",
"secondary_color": "#c0111f"
},
{
"canonical_id": "team_mlb_tor",
"name": "Blue Jays",
"abbreviation": "TOR",
"sport": "MLB",
"city": "Toronto",
"stadium_canonical_id": "stadium_mlb_rogers_centre",
"conference_id": "mlb_al",
"division_id": "mlb_al_east",
"primary_color": "#134a8e",
"secondary_color": "#6cace5"
},
{
"canonical_id": "team_mlb_wsn",
"name": "Nationals",
"abbreviation": "WSN",
"sport": "MLB",
"city": "Washington",
"stadium_canonical_id": "stadium_mlb_nationals_park",
"conference_id": "mlb_nl",
"division_id": "mlb_nl_east",
"primary_color": "#ab0003",
"secondary_color": "#11225b"
},
{
"canonical_id": "team_mls_atl",
"name": "Atlanta United",
"abbreviation": "ATL",
"sport": "MLS",
"city": "Atlanta",
"stadium_canonical_id": "stadium_mls_mercedes_benz_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#9d2235",
"secondary_color": "#aa9767"
},
{
"canonical_id": "team_mls_aus",
"name": "Austin FC",
"abbreviation": "AUS",
"sport": "MLS",
"city": "Austin",
"stadium_canonical_id": "stadium_mls_q2_stadium",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#00b140",
"secondary_color": "#000000"
},
{
"canonical_id": "team_mls_clt",
"name": "Charlotte FC",
"abbreviation": "CLT",
"sport": "MLS",
"city": "Charlotte",
"stadium_canonical_id": "stadium_mls_bank_of_america_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#0085ca",
"secondary_color": "#000000"
},
{
"canonical_id": "team_mls_chi",
"name": "Chicago Fire",
"abbreviation": "CHI",
"sport": "MLS",
"city": "Chicago",
"stadium_canonical_id": "stadium_mls_soldier_field",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#7ccdef",
"secondary_color": "#ff0000"
},
{
"canonical_id": "team_mls_cin",
"name": "FC Cincinnati",
"abbreviation": "CIN",
"sport": "MLS",
"city": "Cincinnati",
"stadium_canonical_id": "stadium_mls_tql_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#003087",
"secondary_color": "#fe5000"
},
{
"canonical_id": "team_mls_col",
"name": "Colorado Rapids",
"abbreviation": "COL",
"sport": "MLS",
"city": "Colorado",
"stadium_canonical_id": "stadium_mls_dicks_sporting_goods_park",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#8a2432",
"secondary_color": "#8ab7e9"
},
{
"canonical_id": "team_mls_clb",
"name": "Columbus Crew",
"abbreviation": "CLB",
"sport": "MLS",
"city": "Columbus",
"stadium_canonical_id": "stadium_mls_lowercom_field",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#000000",
"secondary_color": "#fedd00"
},
{
"canonical_id": "team_mls_dal",
"name": "FC Dallas",
"abbreviation": "DAL",
"sport": "MLS",
"city": "Dallas",
"stadium_canonical_id": "stadium_mls_toyota_stadium",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#c6093b",
"secondary_color": "#001f5b"
},
{
"canonical_id": "team_mls_hou",
"name": "Houston Dynamo",
"abbreviation": "HOU",
"sport": "MLS",
"city": "Houston",
"stadium_canonical_id": "stadium_mls_shell_energy_stadium",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#ff6b00",
"secondary_color": "#101820"
},
{
"canonical_id": "team_mls_skc",
"name": "Sporting Kansas City",
"abbreviation": "SKC",
"sport": "MLS",
"city": "Kansas City",
"stadium_canonical_id": "stadium_mls_childrens_mercy_park",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#a7c6ed",
"secondary_color": "#0a2240"
},
{
"canonical_id": "team_mls_lag",
"name": "LA Galaxy",
"abbreviation": "LAG",
"sport": "MLS",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_mls_dignity_health_sports_park",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#00235d",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_mls_lafc",
"name": "Los Angeles FC",
"abbreviation": "LAFC",
"sport": "MLS",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_mls_bmo_stadium",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#000000",
"secondary_color": "#c7a36f"
},
{
"canonical_id": "team_mls_mia",
"name": "Inter Miami",
"abbreviation": "MIA",
"sport": "MLS",
"city": "Miami",
"stadium_canonical_id": "stadium_mls_chase_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#231f20",
"secondary_color": "#f7b5cd"
},
{
"canonical_id": "team_mls_min",
"name": "Minnesota United",
"abbreviation": "MIN",
"sport": "MLS",
"city": "Minnesota",
"stadium_canonical_id": "stadium_mls_allianz_field",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#000000",
"secondary_color": "#9bcde4"
},
{
"canonical_id": "team_mls_mtl",
"name": "CF Montreal",
"abbreviation": "MTL",
"sport": "MLS",
"city": "Montreal",
"stadium_canonical_id": "stadium_mls_stade_saputo",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#003da6",
"secondary_color": "#c1c5c8"
},
{
"canonical_id": "team_mls_nsh",
"name": "Nashville SC",
"abbreviation": "NSH",
"sport": "MLS",
"city": "Nashville",
"stadium_canonical_id": "stadium_mls_geodis_park",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#ece83a",
"secondary_color": "#1f1646"
},
{
"canonical_id": "team_mls_ne",
"name": "New England Revolution",
"abbreviation": "NE",
"sport": "MLS",
"city": "New England",
"stadium_canonical_id": "stadium_mls_gillette_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#022166",
"secondary_color": "#ce0e2d"
},
{
"canonical_id": "team_mls_nyc",
"name": "New York City FC",
"abbreviation": "NYC",
"sport": "MLS",
"city": "New York",
"stadium_canonical_id": "stadium_mls_yankee_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#9fd2ff",
"secondary_color": "#000229"
},
{
"canonical_id": "team_mls_ny",
"name": "New York Red Bulls",
"abbreviation": "RB",
"sport": "MLS",
"city": "New York",
"stadium_canonical_id": "stadium_mls_red_bull_arena",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#ba0c2f",
"secondary_color": "#ffc72c"
},
{
"canonical_id": "team_mls_orl",
"name": "Orlando City",
"abbreviation": "ORL",
"sport": "MLS",
"city": "Orlando",
"stadium_canonical_id": "stadium_mls_interco_stadium",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#60269e",
"secondary_color": "#f0d283"
},
{
"canonical_id": "team_mls_phi",
"name": "Philadelphia Union",
"abbreviation": "PHI",
"sport": "MLS",
"city": "Philadelphia",
"stadium_canonical_id": "stadium_mls_subaru_park",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#051f31",
"secondary_color": "#e0d0a6"
},
{
"canonical_id": "team_mls_por",
"name": "Portland Timbers",
"abbreviation": "POR",
"sport": "MLS",
"city": "Portland",
"stadium_canonical_id": "stadium_mls_providence_park",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#2c5234",
"secondary_color": "#c99700"
},
{
"canonical_id": "team_mls_slc",
"name": "Real Salt Lake",
"abbreviation": "SLC",
"sport": "MLS",
"city": "Salt Lake",
"stadium_canonical_id": "stadium_mls_america_first_field",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#a32035",
"secondary_color": "#daa900"
},
{
"canonical_id": "team_mls_sd",
"name": "San Diego FC",
"abbreviation": "SD",
"sport": "MLS",
"city": "San Diego",
"stadium_canonical_id": "stadium_mls_snapdragon_stadium",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#697a7C",
"secondary_color": "#F89E1A"
},
{
"canonical_id": "team_mls_sj",
"name": "San Jose Earthquakes",
"abbreviation": "SJ",
"sport": "MLS",
"city": "San Jose",
"stadium_canonical_id": "stadium_mls_paypal_park",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#003da6",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_mls_sea",
"name": "Seattle Sounders",
"abbreviation": "SEA",
"sport": "MLS",
"city": "Seattle",
"stadium_canonical_id": "stadium_mls_lumen_field",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#2dc84d",
"secondary_color": "#0033a0"
},
{
"canonical_id": "team_mls_stl",
"name": "St. Louis City SC",
"abbreviation": "STL",
"sport": "MLS",
"city": "St. Louis",
"stadium_canonical_id": "stadium_mls_citypark",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#ec1458",
"secondary_color": "#001544"
},
{
"canonical_id": "team_mls_tor",
"name": "Toronto FC",
"abbreviation": "TOR",
"sport": "MLS",
"city": "Toronto",
"stadium_canonical_id": "stadium_mls_bmo_field",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#aa182c",
"secondary_color": "#a2a9ad"
},
{
"canonical_id": "team_mls_van",
"name": "Vancouver Whitecaps",
"abbreviation": "VAN",
"sport": "MLS",
"city": "Vancouver",
"stadium_canonical_id": "stadium_mls_bc_place",
"conference_id": "mls_western",
"division_id": "",
"primary_color": "#ffffff",
"secondary_color": "#12284c"
},
{
"canonical_id": "team_mls_dc",
"name": "D.C. United",
"abbreviation": "DC",
"sport": "MLS",
"city": "Washington",
"stadium_canonical_id": "stadium_mls_audi_field",
"conference_id": "mls_eastern",
"division_id": "",
"primary_color": "#000000",
"secondary_color": "#d61018"
},
{
"canonical_id": "team_nba_atl",
"name": "Hawks",
"abbreviation": "ATL",
"sport": "NBA",
"city": "Atlanta",
"stadium_canonical_id": "stadium_nba_state_farm_arena",
"conference_id": "nba_eastern",
"division_id": "nba_southeast",
"primary_color": "#c8102e",
"secondary_color": "#fdb927"
},
{
"canonical_id": "team_nba_bos",
"name": "Celtics",
"abbreviation": "BOS",
"sport": "NBA",
"city": "Boston",
"stadium_canonical_id": "stadium_nba_td_garden",
"conference_id": "nba_eastern",
"division_id": "nba_atlantic",
"primary_color": "#008348",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nba_brk",
"name": "Nets",
"abbreviation": "BKN",
"sport": "NBA",
"city": "Brooklyn",
"stadium_canonical_id": "stadium_nba_barclays_center",
"conference_id": "nba_eastern",
"division_id": "nba_atlantic",
"primary_color": "#000000",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nba_cho",
"name": "Hornets",
"abbreviation": "CHA",
"sport": "NBA",
"city": "Charlotte",
"stadium_canonical_id": "stadium_nba_spectrum_center",
"conference_id": "nba_eastern",
"division_id": "nba_southeast",
"primary_color": "#008ca8",
"secondary_color": "#1d1060"
},
{
"canonical_id": "team_nba_chi",
"name": "Bulls",
"abbreviation": "CHI",
"sport": "NBA",
"city": "Chicago",
"stadium_canonical_id": "stadium_nba_united_center",
"conference_id": "nba_eastern",
"division_id": "nba_central",
"primary_color": "#ce1141",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nba_cle",
"name": "Cavaliers",
"abbreviation": "CLE",
"sport": "NBA",
"city": "Cleveland",
"stadium_canonical_id": "stadium_nba_rocket_mortgage_fieldhouse",
"conference_id": "nba_eastern",
"division_id": "nba_central",
"primary_color": "#860038",
"secondary_color": "#bc945c"
},
{
"canonical_id": "team_nba_dal",
"name": "Mavericks",
"abbreviation": "DAL",
"sport": "NBA",
"city": "Dallas",
"stadium_canonical_id": "stadium_nba_american_airlines_center",
"conference_id": "nba_western",
"division_id": "nba_southwest",
"primary_color": "#0064b1",
"secondary_color": "#bbc4ca"
},
{
"canonical_id": "team_nba_den",
"name": "Nuggets",
"abbreviation": "DEN",
"sport": "NBA",
"city": "Denver",
"stadium_canonical_id": "stadium_nba_ball_arena",
"conference_id": "nba_western",
"division_id": "nba_northwest",
"primary_color": "#0e2240",
"secondary_color": "#fec524"
},
{
"canonical_id": "team_nba_det",
"name": "Pistons",
"abbreviation": "DET",
"sport": "NBA",
"city": "Detroit",
"stadium_canonical_id": "stadium_nba_little_caesars_arena",
"conference_id": "nba_eastern",
"division_id": "nba_central",
"primary_color": "#1d428a",
"secondary_color": "#c8102e"
},
{
"canonical_id": "team_nba_gsw",
"name": "Warriors",
"abbreviation": "GSW",
"sport": "NBA",
"city": "Golden State",
"stadium_canonical_id": "stadium_nba_chase_center",
"conference_id": "nba_western",
"division_id": "nba_pacific",
"primary_color": "#fdb927",
"secondary_color": "#1d428a"
},
{
"canonical_id": "team_nba_hou",
"name": "Rockets",
"abbreviation": "HOU",
"sport": "NBA",
"city": "Houston",
"stadium_canonical_id": "stadium_nba_toyota_center",
"conference_id": "nba_western",
"division_id": "nba_southwest",
"primary_color": "#ce1141",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nba_ind",
"name": "Pacers",
"abbreviation": "IND",
"sport": "NBA",
"city": "Indiana",
"stadium_canonical_id": "stadium_nba_gainbridge_fieldhouse",
"conference_id": "nba_eastern",
"division_id": "nba_central",
"primary_color": "#0c2340",
"secondary_color": "#ffd520"
},
{
"canonical_id": "team_nba_lac",
"name": "Clippers",
"abbreviation": "LAC",
"sport": "NBA",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_nba_intuit_dome",
"conference_id": "nba_western",
"division_id": "nba_pacific",
"primary_color": "#12173f",
"secondary_color": "#c8102e"
},
{
"canonical_id": "team_nba_lal",
"name": "Lakers",
"abbreviation": "LAL",
"sport": "NBA",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_nba_cryptocom_arena",
"conference_id": "nba_western",
"division_id": "nba_pacific",
"primary_color": "#552583",
"secondary_color": "#fdb927"
},
{
"canonical_id": "team_nba_mem",
"name": "Grizzlies",
"abbreviation": "MEM",
"sport": "NBA",
"city": "Memphis",
"stadium_canonical_id": "stadium_nba_fedexforum",
"conference_id": "nba_western",
"division_id": "nba_southwest",
"primary_color": "#5d76a9",
"secondary_color": "#12173f"
},
{
"canonical_id": "team_nba_mia",
"name": "Heat",
"abbreviation": "MIA",
"sport": "NBA",
"city": "Miami",
"stadium_canonical_id": "stadium_nba_kaseya_center",
"conference_id": "nba_eastern",
"division_id": "nba_southeast",
"primary_color": "#98002e",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nba_mil",
"name": "Bucks",
"abbreviation": "MIL",
"sport": "NBA",
"city": "Milwaukee",
"stadium_canonical_id": "stadium_nba_fiserv_forum",
"conference_id": "nba_eastern",
"division_id": "nba_central",
"primary_color": "#00471b",
"secondary_color": "#eee1c6"
},
{
"canonical_id": "team_nba_min",
"name": "Timberwolves",
"abbreviation": "MIN",
"sport": "NBA",
"city": "Minnesota",
"stadium_canonical_id": "stadium_nba_target_center",
"conference_id": "nba_western",
"division_id": "nba_northwest",
"primary_color": "#266092",
"secondary_color": "#79bc43"
},
{
"canonical_id": "team_nba_nop",
"name": "Pelicans",
"abbreviation": "NOP",
"sport": "NBA",
"city": "New Orleans",
"stadium_canonical_id": "stadium_nba_smoothie_king_center",
"conference_id": "nba_western",
"division_id": "nba_southwest",
"primary_color": "#0a2240",
"secondary_color": "#b4975a"
},
{
"canonical_id": "team_nba_nyk",
"name": "Knicks",
"abbreviation": "NYK",
"sport": "NBA",
"city": "New York",
"stadium_canonical_id": "stadium_nba_madison_square_garden",
"conference_id": "nba_eastern",
"division_id": "nba_atlantic",
"primary_color": "#1d428a",
"secondary_color": "#f58426"
},
{
"canonical_id": "team_nba_okc",
"name": "Thunder",
"abbreviation": "OKC",
"sport": "NBA",
"city": "Oklahoma City",
"stadium_canonical_id": "stadium_nba_paycom_center",
"conference_id": "nba_western",
"division_id": "nba_northwest",
"primary_color": "#007ac1",
"secondary_color": "#ef3b24"
},
{
"canonical_id": "team_nba_orl",
"name": "Magic",
"abbreviation": "ORL",
"sport": "NBA",
"city": "Orlando",
"stadium_canonical_id": "stadium_nba_kia_center",
"conference_id": "nba_eastern",
"division_id": "nba_southeast",
"primary_color": "#0150b5",
"secondary_color": "#9ca0a3"
},
{
"canonical_id": "team_nba_phi",
"name": "76ers",
"abbreviation": "PHI",
"sport": "NBA",
"city": "Philadelphia",
"stadium_canonical_id": "stadium_nba_wells_fargo_center",
"conference_id": "nba_eastern",
"division_id": "nba_atlantic",
"primary_color": "#1d428a",
"secondary_color": "#e01234"
},
{
"canonical_id": "team_nba_phx",
"name": "Suns",
"abbreviation": "PHX",
"sport": "NBA",
"city": "Phoenix",
"stadium_canonical_id": "stadium_nba_footprint_center",
"conference_id": "nba_western",
"division_id": "nba_pacific",
"primary_color": "#29127a",
"secondary_color": "#e56020"
},
{
"canonical_id": "team_nba_por",
"name": "Blazers",
"abbreviation": "POR",
"sport": "NBA",
"city": "Portland",
"stadium_canonical_id": "stadium_nba_moda_center",
"conference_id": "nba_western",
"division_id": "nba_northwest",
"primary_color": "#e03a3e",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nba_sac",
"name": "Kings",
"abbreviation": "SAC",
"sport": "NBA",
"city": "Sacramento",
"stadium_canonical_id": "stadium_nba_golden_1_center",
"conference_id": "nba_western",
"division_id": "nba_pacific",
"primary_color": "#5a2d81",
"secondary_color": "#6a7a82"
},
{
"canonical_id": "team_nba_sas",
"name": "Spurs",
"abbreviation": "SAS",
"sport": "NBA",
"city": "San Antonio",
"stadium_canonical_id": "stadium_nba_frost_bank_center",
"conference_id": "nba_western",
"division_id": "nba_southwest",
"primary_color": "#000000",
"secondary_color": "#c4ced4"
},
{
"canonical_id": "team_nba_tor",
"name": "Raptors",
"abbreviation": "TOR",
"sport": "NBA",
"city": "Toronto",
"stadium_canonical_id": "stadium_nba_scotiabank_arena",
"conference_id": "nba_eastern",
"division_id": "nba_atlantic",
"primary_color": "#d91244",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nba_uta",
"name": "Jazz",
"abbreviation": "UTA",
"sport": "NBA",
"city": "Utah",
"stadium_canonical_id": "stadium_nba_delta_center",
"conference_id": "nba_western",
"division_id": "nba_northwest",
"primary_color": "#4e008e",
"secondary_color": "#79a3dc"
},
{
"canonical_id": "team_nba_was",
"name": "Wizards",
"abbreviation": "WAS",
"sport": "NBA",
"city": "Washington",
"stadium_canonical_id": "stadium_nba_capital_one_arena",
"conference_id": "nba_eastern",
"division_id": "nba_southeast",
"primary_color": "#e31837",
"secondary_color": "#002b5c"
},
{
"canonical_id": "team_nfl_ari",
"name": "Cardinals",
"abbreviation": "ARI",
"sport": "NFL",
"city": "Arizona",
"stadium_canonical_id": "stadium_nfl_state_farm_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_west",
"primary_color": "#a40227",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nfl_atl",
"name": "Falcons",
"abbreviation": "ATL",
"sport": "NFL",
"city": "Atlanta",
"stadium_canonical_id": "stadium_nfl_mercedes_benz_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_south",
"primary_color": "#a71930",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nfl_bal",
"name": "Ravens",
"abbreviation": "BAL",
"sport": "NFL",
"city": "Baltimore",
"stadium_canonical_id": "stadium_nfl_mandt_bank_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_north",
"primary_color": "#29126f",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nfl_buf",
"name": "Bills",
"abbreviation": "BUF",
"sport": "NFL",
"city": "Buffalo",
"stadium_canonical_id": "stadium_nfl_highmark_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_east",
"primary_color": "#00338d",
"secondary_color": "#d50a0a"
},
{
"canonical_id": "team_nfl_car",
"name": "Panthers",
"abbreviation": "CAR",
"sport": "NFL",
"city": "Carolina",
"stadium_canonical_id": "stadium_nfl_bank_of_america_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_south",
"primary_color": "#0085ca",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nfl_chi",
"name": "Bears",
"abbreviation": "CHI",
"sport": "NFL",
"city": "Chicago",
"stadium_canonical_id": "stadium_nfl_soldier_field",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_north",
"primary_color": "#0b1c3a",
"secondary_color": "#e64100"
},
{
"canonical_id": "team_nfl_cin",
"name": "Bengals",
"abbreviation": "CIN",
"sport": "NFL",
"city": "Cincinnati",
"stadium_canonical_id": "stadium_nfl_paycor_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_north",
"primary_color": "#fb4f14",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nfl_cle",
"name": "Browns",
"abbreviation": "CLE",
"sport": "NFL",
"city": "Cleveland",
"stadium_canonical_id": "stadium_nfl_huntington_bank_field",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_north",
"primary_color": "#472a08",
"secondary_color": "#ff3c00"
},
{
"canonical_id": "team_nfl_dal",
"name": "Cowboys",
"abbreviation": "DAL",
"sport": "NFL",
"city": "Dallas",
"stadium_canonical_id": "stadium_nfl_att_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_east",
"primary_color": "#002a5c",
"secondary_color": "#b0b7bc"
},
{
"canonical_id": "team_nfl_den",
"name": "Broncos",
"abbreviation": "DEN",
"sport": "NFL",
"city": "Denver",
"stadium_canonical_id": "stadium_nfl_empower_field",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_west",
"primary_color": "#0a2343",
"secondary_color": "#fc4c02"
},
{
"canonical_id": "team_nfl_det",
"name": "Lions",
"abbreviation": "DET",
"sport": "NFL",
"city": "Detroit",
"stadium_canonical_id": "stadium_nfl_ford_field",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_north",
"primary_color": "#0076b6",
"secondary_color": "#bbbbbb"
},
{
"canonical_id": "team_nfl_gb",
"name": "Packers",
"abbreviation": "GB",
"sport": "NFL",
"city": "Green Bay",
"stadium_canonical_id": "stadium_nfl_lambeau_field",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_north",
"primary_color": "#204e32",
"secondary_color": "#ffb612"
},
{
"canonical_id": "team_nfl_hou",
"name": "Texans",
"abbreviation": "HOU",
"sport": "NFL",
"city": "Houston",
"stadium_canonical_id": "stadium_nfl_nrg_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_south",
"primary_color": "#00143f",
"secondary_color": "#c41230"
},
{
"canonical_id": "team_nfl_ind",
"name": "Colts",
"abbreviation": "IND",
"sport": "NFL",
"city": "Indianapolis",
"stadium_canonical_id": "stadium_nfl_lucas_oil_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_south",
"primary_color": "#003b75",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nfl_jax",
"name": "Jaguars",
"abbreviation": "JAX",
"sport": "NFL",
"city": "Jacksonville",
"stadium_canonical_id": "stadium_nfl_everbank_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_south",
"primary_color": "#007487",
"secondary_color": "#d7a22a"
},
{
"canonical_id": "team_nfl_kc",
"name": "Chiefs",
"abbreviation": "KC",
"sport": "NFL",
"city": "Kansas City",
"stadium_canonical_id": "stadium_nfl_arrowhead_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_west",
"primary_color": "#e31837",
"secondary_color": "#ffb612"
},
{
"canonical_id": "team_nfl_lv",
"name": "Raiders",
"abbreviation": "LV",
"sport": "NFL",
"city": "Las Vegas",
"stadium_canonical_id": "stadium_nfl_allegiant_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_west",
"primary_color": "#000000",
"secondary_color": "#a5acaf"
},
{
"canonical_id": "team_nfl_lac",
"name": "Chargers",
"abbreviation": "LAC",
"sport": "NFL",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_nfl_sofi_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_west",
"primary_color": "#0080c6",
"secondary_color": "#ffc20e"
},
{
"canonical_id": "team_nfl_lar",
"name": "Rams",
"abbreviation": "LAR",
"sport": "NFL",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_nfl_sofi_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_west",
"primary_color": "#003594",
"secondary_color": "#ffd100"
},
{
"canonical_id": "team_nfl_mia",
"name": "Dolphins",
"abbreviation": "MIA",
"sport": "NFL",
"city": "Miami",
"stadium_canonical_id": "stadium_nfl_hard_rock_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_east",
"primary_color": "#008e97",
"secondary_color": "#fc4c02"
},
{
"canonical_id": "team_nfl_min",
"name": "Vikings",
"abbreviation": "MIN",
"sport": "NFL",
"city": "Minnesota",
"stadium_canonical_id": "stadium_nfl_us_bank_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_north",
"primary_color": "#4f2683",
"secondary_color": "#ffc62f"
},
{
"canonical_id": "team_nfl_ne",
"name": "Patriots",
"abbreviation": "NE",
"sport": "NFL",
"city": "New England",
"stadium_canonical_id": "stadium_nfl_gillette_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_east",
"primary_color": "#002a5c",
"secondary_color": "#c60c30"
},
{
"canonical_id": "team_nfl_no",
"name": "Saints",
"abbreviation": "NO",
"sport": "NFL",
"city": "New Orleans",
"stadium_canonical_id": "stadium_nfl_caesars_superdome",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_south",
"primary_color": "#d3bc8d",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nfl_nyg",
"name": "Giants",
"abbreviation": "NYG",
"sport": "NFL",
"city": "New York",
"stadium_canonical_id": "stadium_nfl_metlife_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_east",
"primary_color": "#003c7f",
"secondary_color": "#c9243f"
},
{
"canonical_id": "team_nfl_nyj",
"name": "Jets",
"abbreviation": "NYJ",
"sport": "NFL",
"city": "New York",
"stadium_canonical_id": "stadium_nfl_metlife_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_east",
"primary_color": "#115740",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nfl_phi",
"name": "Eagles",
"abbreviation": "PHI",
"sport": "NFL",
"city": "Philadelphia",
"stadium_canonical_id": "stadium_nfl_lincoln_financial_field",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_east",
"primary_color": "#06424d",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nfl_pit",
"name": "Steelers",
"abbreviation": "PIT",
"sport": "NFL",
"city": "Pittsburgh",
"stadium_canonical_id": "stadium_nfl_acrisure_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_north",
"primary_color": "#000000",
"secondary_color": "#ffb612"
},
{
"canonical_id": "team_nfl_sf",
"name": "49ers",
"abbreviation": "SF",
"sport": "NFL",
"city": "San Francisco",
"stadium_canonical_id": "stadium_nfl_levis_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_west",
"primary_color": "#aa0000",
"secondary_color": "#b3995d"
},
{
"canonical_id": "team_nfl_sea",
"name": "Seahawks",
"abbreviation": "SEA",
"sport": "NFL",
"city": "Seattle",
"stadium_canonical_id": "stadium_nfl_lumen_field",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_west",
"primary_color": "#002a5c",
"secondary_color": "#69be28"
},
{
"canonical_id": "team_nfl_tb",
"name": "Buccaneers",
"abbreviation": "TB",
"sport": "NFL",
"city": "Tampa Bay",
"stadium_canonical_id": "stadium_nfl_raymond_james_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_south",
"primary_color": "#bd1c36",
"secondary_color": "#3e3a35"
},
{
"canonical_id": "team_nfl_ten",
"name": "Titans",
"abbreviation": "TEN",
"sport": "NFL",
"city": "Tennessee",
"stadium_canonical_id": "stadium_nfl_nissan_stadium",
"conference_id": "nfl_afc",
"division_id": "nfl_afc_south",
"primary_color": "#4b92db",
"secondary_color": "#002a5c"
},
{
"canonical_id": "team_nfl_was",
"name": "Commanders",
"abbreviation": "WAS",
"sport": "NFL",
"city": "Washington",
"stadium_canonical_id": "stadium_nfl_northwest_stadium",
"conference_id": "nfl_nfc",
"division_id": "nfl_nfc_east",
"primary_color": "#5a1414",
"secondary_color": "#ffb612"
},
{
"canonical_id": "team_nhl_ana",
"name": "Ducks",
"abbreviation": "ANA",
"sport": "NHL",
"city": "Anaheim",
"stadium_canonical_id": "stadium_nhl_honda_center",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#fc4c02",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_bos",
"name": "Bruins",
"abbreviation": "BOS",
"sport": "NHL",
"city": "Boston",
"stadium_canonical_id": "stadium_nhl_td_garden",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#231f20",
"secondary_color": "#fdb71a"
},
{
"canonical_id": "team_nhl_buf",
"name": "Sabres",
"abbreviation": "BUF",
"sport": "NHL",
"city": "Buffalo",
"stadium_canonical_id": "stadium_nhl_keybank_center",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#00468b",
"secondary_color": "#fdb71a"
},
{
"canonical_id": "team_nhl_cgy",
"name": "Flames",
"abbreviation": "CGY",
"sport": "NHL",
"city": "Calgary",
"stadium_canonical_id": "stadium_nhl_scotiabank_saddledome",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#dd1a32",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_car",
"name": "Hurricanes",
"abbreviation": "CAR",
"sport": "NHL",
"city": "Carolina",
"stadium_canonical_id": "stadium_nhl_pnc_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#e30426",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_chi",
"name": "Blackhawks",
"abbreviation": "CHI",
"sport": "NHL",
"city": "Chicago",
"stadium_canonical_id": "stadium_nhl_united_center",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#e31937",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_col",
"name": "Avalanche",
"abbreviation": "COL",
"sport": "NHL",
"city": "Colorado",
"stadium_canonical_id": "stadium_nhl_ball_arena",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#860038",
"secondary_color": "#005ea3"
},
{
"canonical_id": "team_nhl_cbj",
"name": "Blue Jackets",
"abbreviation": "CBJ",
"sport": "NHL",
"city": "Columbus",
"stadium_canonical_id": "stadium_nhl_nationwide_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#002d62",
"secondary_color": "#e31937"
},
{
"canonical_id": "team_nhl_dal",
"name": "Stars",
"abbreviation": "DAL",
"sport": "NHL",
"city": "Dallas",
"stadium_canonical_id": "stadium_nhl_american_airlines_center",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#20864c",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_det",
"name": "Red Wings",
"abbreviation": "DET",
"sport": "NHL",
"city": "Detroit",
"stadium_canonical_id": "stadium_nhl_little_caesars_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#e30526",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nhl_edm",
"name": "Oilers",
"abbreviation": "EDM",
"sport": "NHL",
"city": "Edmonton",
"stadium_canonical_id": "stadium_nhl_rogers_place",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#00205b",
"secondary_color": "#ff4c00"
},
{
"canonical_id": "team_nhl_fla",
"name": "Panthers",
"abbreviation": "FLA",
"sport": "NHL",
"city": "Florida",
"stadium_canonical_id": "stadium_nhl_amerant_bank_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#e51937",
"secondary_color": "#002d62"
},
{
"canonical_id": "team_nhl_la",
"name": "Kings",
"abbreviation": "LA",
"sport": "NHL",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_nhl_cryptocom_arena",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#121212",
"secondary_color": "#a2aaad"
},
{
"canonical_id": "team_nhl_min",
"name": "Wild",
"abbreviation": "MIN",
"sport": "NHL",
"city": "Minnesota",
"stadium_canonical_id": "stadium_nhl_xcel_energy_center",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#124734",
"secondary_color": "#ae122a"
},
{
"canonical_id": "team_nhl_mtl",
"name": "Canadiens",
"abbreviation": "MTL",
"sport": "NHL",
"city": "Montreal",
"stadium_canonical_id": "stadium_nhl_bell_centre",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#c41230",
"secondary_color": "#013a81"
},
{
"canonical_id": "team_nhl_nsh",
"name": "Predators",
"abbreviation": "NSH",
"sport": "NHL",
"city": "Nashville",
"stadium_canonical_id": "stadium_nhl_bridgestone_arena",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#fdba31",
"secondary_color": "#002d62"
},
{
"canonical_id": "team_nhl_njd",
"name": "Devils",
"abbreviation": "NJ",
"sport": "NHL",
"city": "New Jersey",
"stadium_canonical_id": "stadium_nhl_prudential_center",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#e30b2b",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_nyi",
"name": "Islanders",
"abbreviation": "NYI",
"sport": "NHL",
"city": "New York",
"stadium_canonical_id": "stadium_nhl_ubs_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#00529b",
"secondary_color": "#f47d31"
},
{
"canonical_id": "team_nhl_nyr",
"name": "Rangers",
"abbreviation": "NYR",
"sport": "NHL",
"city": "New York",
"stadium_canonical_id": "stadium_nhl_madison_square_garden",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#0056ae",
"secondary_color": "#e51937"
},
{
"canonical_id": "team_nhl_ott",
"name": "Senators",
"abbreviation": "OTT",
"sport": "NHL",
"city": "Ottawa",
"stadium_canonical_id": "stadium_nhl_canadian_tire_centre",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#dd1a32",
"secondary_color": "#b79257"
},
{
"canonical_id": "team_nhl_phi",
"name": "Flyers",
"abbreviation": "PHI",
"sport": "NHL",
"city": "Philadelphia",
"stadium_canonical_id": "stadium_nhl_wells_fargo_center",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#fe5823",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nhl_pit",
"name": "Penguins",
"abbreviation": "PIT",
"sport": "NHL",
"city": "Pittsburgh",
"stadium_canonical_id": "stadium_nhl_ppg_paints_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#000000",
"secondary_color": "#fdb71a"
},
{
"canonical_id": "team_nhl_sj",
"name": "Sharks",
"abbreviation": "SJ",
"sport": "NHL",
"city": "San Jose",
"stadium_canonical_id": "stadium_nhl_sap_center",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#00788a",
"secondary_color": "#070707"
},
{
"canonical_id": "team_nhl_sea",
"name": "Kraken",
"abbreviation": "SEA",
"sport": "NHL",
"city": "Seattle",
"stadium_canonical_id": "stadium_nhl_climate_pledge_arena",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#000d33",
"secondary_color": "#a3dce4"
},
{
"canonical_id": "team_nhl_stl",
"name": "Blues",
"abbreviation": "STL",
"sport": "NHL",
"city": "St. Louis",
"stadium_canonical_id": "stadium_nhl_enterprise_center",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#0070b9",
"secondary_color": "#fdb71a"
},
{
"canonical_id": "team_nhl_tb",
"name": "Lightning",
"abbreviation": "TB",
"sport": "NHL",
"city": "Tampa Bay",
"stadium_canonical_id": "stadium_nhl_amalie_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#003e7e",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nhl_tor",
"name": "Maple Leafs",
"abbreviation": "TOR",
"sport": "NHL",
"city": "Toronto",
"stadium_canonical_id": "stadium_nhl_scotiabank_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_atlantic",
"primary_color": "#003e7e",
"secondary_color": "#ffffff"
},
{
"canonical_id": "team_nhl_ari",
"name": "Club",
"abbreviation": "ARI",
"sport": "NHL",
"city": "Utah",
"stadium_canonical_id": "stadium_nhl_delta_center",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#000000",
"secondary_color": "#7ab2e1"
},
{
"canonical_id": "team_nhl_van",
"name": "Canucks",
"abbreviation": "VAN",
"sport": "NHL",
"city": "Vancouver",
"stadium_canonical_id": "stadium_nhl_rogers_arena",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#003e7e",
"secondary_color": "#008752"
},
{
"canonical_id": "team_nhl_vgk",
"name": "Golden Knights",
"abbreviation": "VGK",
"sport": "NHL",
"city": "Vegas",
"stadium_canonical_id": "stadium_nhl_tmobile_arena",
"conference_id": "nhl_western",
"division_id": "nhl_pacific",
"primary_color": "#344043",
"secondary_color": "#b4975a"
},
{
"canonical_id": "team_nhl_was",
"name": "Capitals",
"abbreviation": "WAS",
"sport": "NHL",
"city": "Washington",
"stadium_canonical_id": "stadium_nhl_capital_one_arena",
"conference_id": "nhl_eastern",
"division_id": "nhl_metropolitan",
"primary_color": "#d71830",
"secondary_color": "#0b1f41"
},
{
"canonical_id": "team_nhl_wpg",
"name": "Jets",
"abbreviation": "WPG",
"sport": "NHL",
"city": "Winnipeg",
"stadium_canonical_id": "stadium_nhl_canada_life_centre",
"conference_id": "nhl_western",
"division_id": "nhl_central",
"primary_color": "#002d62",
"secondary_color": "#c41230"
},
{
"canonical_id": "team_nwsl_bos",
"name": "Boston Legacy FC",
"abbreviation": "BOS",
"sport": "NWSL",
"city": "Boston",
"stadium_canonical_id": "stadium_nwsl_gillette_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#00FF00",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nwsl_chi",
"name": "Chicago Red Stars",
"abbreviation": "CHI",
"sport": "NWSL",
"city": "Chicago",
"stadium_canonical_id": "stadium_nwsl_seatgeek_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#c7102e",
"secondary_color": "#41b6e6"
},
{
"canonical_id": "team_nwsl_den",
"name": "Denver Summit FC",
"abbreviation": "DEN",
"sport": "NWSL",
"city": "Denver",
"stadium_canonical_id": "stadium_nwsl_dicks_sporting_goods_park",
"conference_id": null,
"division_id": null,
"primary_color": "#20604E",
"secondary_color": "#E4B83E"
},
{
"canonical_id": "team_nwsl_hou",
"name": "Houston Dash",
"abbreviation": "HOU",
"sport": "NWSL",
"city": "Houston",
"stadium_canonical_id": "stadium_nwsl_shell_energy_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#ff6900",
"secondary_color": "#8ab7e9"
},
{
"canonical_id": "team_nwsl_kcc",
"name": "Kansas City Current",
"abbreviation": "KCC",
"sport": "NWSL",
"city": "Kansas City",
"stadium_canonical_id": "stadium_nwsl_cpkc_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#cf3339",
"secondary_color": "#62cbc9"
},
{
"canonical_id": "team_nwsl_ang",
"name": "Angel City FC",
"abbreviation": "ANG",
"sport": "NWSL",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_nwsl_bmo_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#202121",
"secondary_color": "#898c8f"
},
{
"canonical_id": "team_nwsl_rgn",
"name": "Racing Louisville",
"abbreviation": "RGN",
"sport": "NWSL",
"city": "Louisville",
"stadium_canonical_id": "stadium_nwsl_lynn_family_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#c5b5f2",
"secondary_color": "#14002f"
},
{
"canonical_id": "team_nwsl_njy",
"name": "NJ/NY Gotham FC",
"abbreviation": "NJY",
"sport": "NWSL",
"city": "New Jersey",
"stadium_canonical_id": "stadium_nwsl_red_bull_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#a9f1fd",
"secondary_color": "#000000"
},
{
"canonical_id": "team_nwsl_ncc",
"name": "North Carolina Courage",
"abbreviation": "NCC",
"sport": "NWSL",
"city": "North Carolina",
"stadium_canonical_id": "stadium_nwsl_wakemed_soccer_park",
"conference_id": null,
"division_id": null,
"primary_color": "#ab0033",
"secondary_color": "#00416b"
},
{
"canonical_id": "team_nwsl_orl",
"name": "Orlando Pride",
"abbreviation": "ORL",
"sport": "NWSL",
"city": "Orlando",
"stadium_canonical_id": "stadium_nwsl_interco_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#c5b5f2",
"secondary_color": "#14002f"
},
{
"canonical_id": "team_nwsl_por",
"name": "Portland Thorns",
"abbreviation": "POR",
"sport": "NWSL",
"city": "Portland",
"stadium_canonical_id": "stadium_nwsl_providence_park",
"conference_id": null,
"division_id": null,
"primary_color": "#000000",
"secondary_color": "#ee202f"
},
{
"canonical_id": "team_nwsl_sdw",
"name": "San Diego Wave",
"abbreviation": "SDW",
"sport": "NWSL",
"city": "San Diego",
"stadium_canonical_id": "stadium_nwsl_snapdragon_stadium",
"conference_id": null,
"division_id": null,
"primary_color": "#032e62",
"secondary_color": "#21c6d9"
},
{
"canonical_id": "team_nwsl_bay",
"name": "Bay FC",
"abbreviation": "BAY",
"sport": "NWSL",
"city": "San Francisco",
"stadium_canonical_id": "stadium_nwsl_paypal_park",
"conference_id": null,
"division_id": null,
"primary_color": "#0d2032",
"secondary_color": "#dfdede"
},
{
"canonical_id": "team_nwsl_sea",
"name": "Seattle Reign",
"abbreviation": "SEA",
"sport": "NWSL",
"city": "Seattle",
"stadium_canonical_id": "stadium_nwsl_lumen_field",
"conference_id": null,
"division_id": null,
"primary_color": "#292431",
"secondary_color": "#2e407a"
},
{
"canonical_id": "team_nwsl_uta",
"name": "Utah Royals",
"abbreviation": "UTA",
"sport": "NWSL",
"city": "Utah",
"stadium_canonical_id": "stadium_nwsl_america_first_field",
"conference_id": null,
"division_id": null,
"primary_color": "#ae122a",
"secondary_color": "#fdb71a"
},
{
"canonical_id": "team_nwsl_wsh",
"name": "Washington Spirit",
"abbreviation": "WSH",
"sport": "NWSL",
"city": "Washington",
"stadium_canonical_id": "stadium_nwsl_audi_field",
"conference_id": null,
"division_id": null,
"primary_color": "#000000",
"secondary_color": "#ede939"
},
{
"canonical_id": "team_wnba_atl",
"name": "Dream",
"abbreviation": "ATL",
"sport": "WNBA",
"city": "Atlanta",
"stadium_canonical_id": "stadium_wnba_gateway_center_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#e31837",
"secondary_color": "#5091cc"
},
{
"canonical_id": "team_wnba_chi",
"name": "Sky",
"abbreviation": "CHI",
"sport": "WNBA",
"city": "Chicago",
"stadium_canonical_id": "stadium_wnba_wintrust_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#5091cd",
"secondary_color": "#ffd520"
},
{
"canonical_id": "team_wnba_con",
"name": "Sun",
"abbreviation": "CON",
"sport": "WNBA",
"city": "Connecticut",
"stadium_canonical_id": "stadium_wnba_mohegan_sun_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#f05023",
"secondary_color": "#0a2240"
},
{
"canonical_id": "team_wnba_dal",
"name": "Wings",
"abbreviation": "DAL",
"sport": "WNBA",
"city": "Dallas",
"stadium_canonical_id": "stadium_wnba_college_park_center",
"conference_id": null,
"division_id": null,
"primary_color": "#002b5c",
"secondary_color": "#c4d600"
},
{
"canonical_id": "team_wnba_gsv",
"name": "Valkyries",
"abbreviation": "GSV",
"sport": "WNBA",
"city": "Golden State",
"stadium_canonical_id": "stadium_wnba_chase_center",
"conference_id": null,
"division_id": null,
"primary_color": "#b38fcf",
"secondary_color": "#000000"
},
{
"canonical_id": "team_wnba_ind",
"name": "Fever",
"abbreviation": "IND",
"sport": "WNBA",
"city": "Indiana",
"stadium_canonical_id": "stadium_wnba_gainbridge_fieldhouse",
"conference_id": null,
"division_id": null,
"primary_color": "#002d62",
"secondary_color": "#e03a3e"
},
{
"canonical_id": "team_wnba_lv",
"name": "Aces",
"abbreviation": "LV",
"sport": "WNBA",
"city": "Las Vegas",
"stadium_canonical_id": "stadium_wnba_michelob_ultra_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#a7a8aa",
"secondary_color": "#000000"
},
{
"canonical_id": "team_wnba_la",
"name": "Sparks",
"abbreviation": "LA",
"sport": "WNBA",
"city": "Los Angeles",
"stadium_canonical_id": "stadium_wnba_cryptocom_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#552583",
"secondary_color": "#fdb927"
},
{
"canonical_id": "team_wnba_min",
"name": "Lynx",
"abbreviation": "MIN",
"sport": "WNBA",
"city": "Minnesota",
"stadium_canonical_id": "stadium_wnba_target_center",
"conference_id": null,
"division_id": null,
"primary_color": "#266092",
"secondary_color": "#79bc43"
},
{
"canonical_id": "team_wnba_ny",
"name": "Liberty",
"abbreviation": "NY",
"sport": "WNBA",
"city": "New York",
"stadium_canonical_id": "stadium_wnba_barclays_center",
"conference_id": null,
"division_id": null,
"primary_color": "#86cebc",
"secondary_color": "#000000"
},
{
"canonical_id": "team_wnba_phx",
"name": "Mercury",
"abbreviation": "PHX",
"sport": "WNBA",
"city": "Phoenix",
"stadium_canonical_id": "stadium_wnba_footprint_center",
"conference_id": null,
"division_id": null,
"primary_color": "#3c286e",
"secondary_color": "#fa4b0a"
},
{
"canonical_id": "team_wnba_sea",
"name": "Storm",
"abbreviation": "SEA",
"sport": "WNBA",
"city": "Seattle",
"stadium_canonical_id": "stadium_wnba_climate_pledge_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#2c5235",
"secondary_color": "#fee11a"
},
{
"canonical_id": "team_wnba_was",
"name": "Mystics",
"abbreviation": "WAS",
"sport": "WNBA",
"city": "Washington",
"stadium_canonical_id": "stadium_wnba_entertainment_sports_arena",
"conference_id": null,
"division_id": null,
"primary_color": "#e03a3e",
"secondary_color": "#002b5c"
}
]