Release Log
Coverage MatrixDocumentationRelease LogLog InContact Us

Basketball APIs

Team Colors

Release DateFeeds AffectedBenefit
04/26/2024League Hierarchy

Team Profile
Added team RGB primary and secondary colors for all teams.
<team xmlns="http://feed.elasticstats.com/schema/basketball/team-v8.0.xsd" id="6f017f37-be96-4bdc-b6d3-0a0429c72e89" name="Lynx" market="Minnesota" alias="MIN" founded="1999" sr_id="sr:team:3440">
    <venue id="7aed802e-3562-5b73-af1b-3859529f9b95" name="Target Center" capacity="19356" address="600 First Avenue North" city="Minneapolis" state="MN" zip="55403" country="USA" sr_id="sr:venue:6930">
        <location lat="44.979444" lng="-93.276111"/>
    </venue>
    <hierarchy>
        <league id="59c24590-0adb-4b3d-80a8-10450f83f4a1" name="WNBA" alias="WNBA"/>
        <conference id="d95b23c8-dee5-4142-ac4a-2b4ab05beebc" name="WESTERN CONFERENCE" alias="WESTERN-W"/>
    </hierarchy>
    <coaches>
        <coach id="c589c101-d7ab-4c7c-b5b9-eab5405d0583" full_name="Cheryl Reeve" first_name="Cheryl" last_name="Reeve" position="Head Coach" experience="11"/>
    </coaches>
    <team_colors>
        <team_color type="secondary" hex_color="#266092">
            <rgb_color red="38" green="96" blue="146"/>
        </team_color>
        <team_color type="primary" hex_color="#0c233f">
            <rgb_color red="12" green="35" blue="63"/>
        </team_color>
    </team_colors>
{
    "id": "6f017f37-be96-4bdc-b6d3-0a0429c72e89",
    "name": "Lynx",
    "market": "Minnesota",
    "alias": "MIN",
    "founded": 1999,
    "sr_id": "sr:team:3440",
    "venue": {
        "id": "7aed802e-3562-5b73-af1b-3859529f9b95",
        "name": "Target Center",
        "capacity": 19356,
        "address": "600 First Avenue North",
        "city": "Minneapolis",
        "state": "MN",
        "zip": "55403",
        "country": "USA",
        "sr_id": "sr:venue:6930",
        "location": {
            "lat": "44.979444",
            "lng": "-93.276111"
        }
    },
    "league": {
        "id": "59c24590-0adb-4b3d-80a8-10450f83f4a1",
        "name": "WNBA",
        "alias": "WNBA"
    },
    "conference": {
        "id": "d95b23c8-dee5-4142-ac4a-2b4ab05beebc",
        "name": "WESTERN CONFERENCE",
        "alias": "WESTERN-W"
    },
    "coaches": [
        {
            "id": "c589c101-d7ab-4c7c-b5b9-eab5405d0583",
            "full_name": "Cheryl Reeve",
            "first_name": "Cheryl",
            "last_name": "Reeve",
            "position": "Head Coach",
            "experience": "11"
        }
    ],
    "team_colors": [
        {
            "type": "secondary",
            "hex_color": "#266092",
            "rgb_color": {
                "red": 38,
                "green": 96,
                "blue": 146
            }
        },
        {
            "type": "primary",
            "hex_color": "#0c233f",
            "rgb_color": {
                "red": 12,
                "green": 35,
                "blue": 63
            }
        }
    ],

Update applies to: WNBA v8, NCAAMB v8, NCAAWB v8, NBA G League v8