Hockey APIs
July 16th, 2024
Team Profile Info & Team Colors
Release Date | Feeds Affected | Benefit |
---|---|---|
07/16/2024 | Team Profile | Added the following profile info for teams. - Year Founded - Owner(s) - General Manager - Team President - Team Mascot - Team Nicknames - Team Sponsor - Fight Song (NCAA only) - Championships Won - Championship Seasons - Presidents' Trophies - Conference Titles - Division Titles - Playoff Appearances - Minor League Affiliate (NHL only) - Team Colors |
<team id="4418464d-0f24-11e2-8525-18a905767e44" name="Panthers" market="Florida" alias="FLA" sr_id="sr:team:3687" founded="1993" owner="Vincent Viola" general_manager="Bill Zito" president="Matthew Caldwell" mascot="Stanley C. Panther" sponsor="Autonation" minorleague_affiliate="Charlotte Checkers, Florida Everblades" reference="13">
<venue id="7cc8e88f-9196-4dbc-aa6a-d6f1a0550673" name="Amerant Bank Arena" capacity="19250" address="1 Panther Parkway" city="Sunrise" state="FL" zip="33323" country="USA" time_zone="US/Eastern" sr_id="sr:venue:6004"/>
<team_colors>
<team_color type="secondary">
<rgb_color red="185" green="151" blue="91"/>
</team_color>
<team_color type="primary">
<rgb_color red="200" green="16" blue="46"/>
</team_color>
</team_colors>
</team>
<team id="4417d3cb-0f24-11e2-8525-18a905767e44" name="Lightning" market="Tampa Bay" alias="TB" sr_id="sr:team:3694" founded="1992" owner="Jeffrey Vinik" general_manager="Julien BriseBois" president="Steve Griggs" mascot="ThunderBug" nicknames="Bolts" minorleague_affiliate="Syracuse Crunch, Orlando Solar Bears" reference="14">
<venue id="05aa49b2-f72d-4d42-ab30-f219d32ed97b" name="Amalie Arena" capacity="19092" address="401 Channelside Drive" city="Tampa" state="FL" zip="33602" country="USA" time_zone="US/Eastern" sr_id="sr:venue:6036"/>
<team_colors>
<team_color type="primary">
<rgb_color red="0" green="40" blue="104"/>
</team_color>
<team_color type="secondary">
<rgb_color red="255" green="255" blue="255"/>
</team_color>
</team_colors>
</team>
"teams": [
{
"id": "4418464d-0f24-11e2-8525-18a905767e44",
"name": "Panthers",
"market": "Florida",
"alias": "FLA",
"sr_id": "sr:team:3687",
"founded": 1993,
"owner": "Vincent Viola",
"general_manager": "Bill Zito",
"president": "Matthew Caldwell",
"mascot": "Stanley C. Panther",
"sponsor": "Autonation",
"minorleague_affiliate": "Charlotte Checkers, Florida Everblades",
"reference": "13",
"venue": {
"id": "7cc8e88f-9196-4dbc-aa6a-d6f1a0550673",
"name": "Amerant Bank Arena",
"capacity": 19250,
"address": "1 Panther Parkway",
"city": "Sunrise",
"state": "FL",
"zip": "33323",
"country": "USA",
"time_zone": "US/Eastern",
"sr_id": "sr:venue:6004"
},
"team_colors": [
{
"type": "secondary",
"rgb_color": {
"red": 185,
"green": 151,
"blue": 91
}
},
{
"type": "primary",
"rgb_color": {
"red": 200,
"green": 16,
"blue": 46
}
}
]
},
{
"id": "4417d3cb-0f24-11e2-8525-18a905767e44",
"name": "Lightning",
"market": "Tampa Bay",
"alias": "TB",
"sr_id": "sr:team:3694",
"founded": 1992,
"owner": "Jeffrey Vinik",
"general_manager": "Julien BriseBois",
"president": "Steve Griggs",
"mascot": "ThunderBug",
"nicknames": "Bolts",
"minorleague_affiliate": "Syracuse Crunch, Orlando Solar Bears",
"reference": "14",
"venue": {
"id": "05aa49b2-f72d-4d42-ab30-f219d32ed97b",
"name": "Amalie Arena",
"capacity": 19092,
"address": "401 Channelside Drive",
"city": "Tampa",
"state": "FL",
"zip": "33602",
"country": "USA",
"time_zone": "US/Eastern",
"sr_id": "sr:venue:6036"
},
"team_colors": [
{
"type": "primary",
"rgb_color": {
"red": 0,
"green": 40,
"blue": 104
}
},
{
"type": "secondary",
"rgb_color": {
"red": 255,
"green": 255,
"blue": 255
}
}
]
},
Update applies to: NHL v7, NCAA Men's Hockey v3