Release Log
Coverage MatrixDocumentationChange LogLog InContact Us
Release Log

MLB API

Team Information

Release DateFeeds AffectedBenefit
03/08/2024Team ProfileAdded the following data for MLB teams:

- Championship Seasons
- Championships Won
- Conference Titles
- Division Titles
- Fight Song
- General Manager
- Mascot
- Minor League Affiliate
- Nicknames
- Owner
- Playoff Appearances
- President
- Retired Numbers
- Sponsor
- Team Color Type
- Team Hex Color
- Team RGB Colors (Red, Green, Blue)
<team xmlns="http://feed.elasticstats.com/schema/baseball/v7/team.xsd" name="Twins" 
market="Minnesota" abbr="MIN" id="aa34e0ed-f342-4ec6-b774-c79b47b60e2d" founded="1901" 
owner="Pohlad family" general_manager="Thad Levine" president="Joe Pohlad" 
mascot="T.C. Bear" nicknames="Twinkies, Nats, Grifs, Little Piranhas, Bomba Squad" 
fight_song="We're Gonna Win Twins" championships_won="3" championship_seasons="1924, 1987, 1991" 
conference_titles="6" division_titles="13" retired_numbers="3, 6, 7, 10, 14, 28, 29, 34, 36, 42" 
playoff_appearances="18" minorleague_affiliate="St. Paul Saints">
    <team_colors>
        <team_color type="primary" hex_color="#e31e34">
            <rgb_color red="227" green="30" blue="52"/>
        </team_color>
        <team_color type="secondary" hex_color="#091f40">
            <rgb_color red="9" green="31" blue="64"/>
        </team_color>
    </team_colors>
{
    "name": "Twins",
    "market": "Minnesota",
    "abbr": "MIN",
    "id": "aa34e0ed-f342-4ec6-b774-c79b47b60e2d",
    "founded": 1901,
    "owner": "Pohlad family",
    "general_manager": "Thad Levine",
    "president": "Joe Pohlad",
    "mascot": "T.C. Bear",
    "nicknames": "Twinkies, Nats, Grifs, Little Piranhas, Bomba Squad",
    "fight_song": "We're Gonna Win Twins",
    "championships_won": 3,
    "championship_seasons": "1924, 1987, 1991",
    "conference_titles": 6,
    "division_titles": 13,
    "retired_numbers": "3, 6, 7, 10, 14, 28, 29, 34, 36, 42",
    "playoff_appearances": 18,
    "minorleague_affiliate": "St. Paul Saints",
    "team_colors": [
        {
            "type": "primary",
            "hex_color": "#e31e34",
            "rgb_color": {
                "red": 227,
                "green": 30,
                "blue": 52
            }
        },

Update applies to: MLB v7