Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

WNBA Change Log

Find all updates to the WNBA v8 API and its documentation

Parent Ids

Release DateFeeds AffectedBenefit
09/23/2024Daily Schedule

Game Boxscore

Game Summary

Play-by-Play

Schedule

Series Schedule
Added a standard parent Id (parent_id) to games and series.

Use this Id to group events (like the All-Star game or NBA Finals) across seasons.
{
  "id": "54d776dc-0e88-4c77-8fe0-021d4ed7b250",
  "status": "closed",
  "title": "2024 NBA All-Star Game",
  "coverage": "full",
  "scheduled": "2024-02-19T01:00:00Z",
  "home_points": 211,
  "away_points": 186,
  "neutral_site": true,
  "parent_id": "e4986bda-2f75-4228-8295-44b2449088b1",
  "track_on_court": true,
  "reference": "0032300001",
  "time_zones": {
    "venue": "US/Eastern"
  },
  "venue": {
    "id": "24bb478e-eb31-5f8a-8c8d-07f513169ec1",
    "name": "Gainbridge Fieldhouse",
    "capacity": 20000,
    "address": "125 S. Pennsylvania Street",
    "city": "Indianapolis",
    "state": "IN",
    "zip": "46204",
    "country": "USA",
    "sr_id": "sr:venue:6924",
    "location": {
      "lat": "39.763975",
      "lng": "-86.15542"
    }
  },
  "broadcasts": [
    {
      "network": "TNT",
      "type": "TV",
      "locale": "National",
      "channel": "245"
    },
    {
      "network": "TBS",
      "type": "TV",
      "locale": "National",
      "channel": "247"
    }
  ],
  "home": {
    "name": "East NBA All Stars",
    "alias": "EST",
    "id": "592d3144-895b-43e9-ab15-e84666a845d5",
    "reference": "1610616833"
  },
  "away": {
    "name": "West NBA All Stars",
    "alias": "WST",
    "id": "787ff06f-f0cc-484e-8114-04e0cdc444fa",
    "reference": "1610616834"
  }
},
<series id="a6c5f648-2028-457f-84cd-bf301886648c" parent_id="a8187e6d-8b68-40bc-9767-fe78cbda3311" title="NBA Finals - MIA vs DEN" round="4" start_date="2023-06-01" status="closed">
  <participant name="Heat" seed="8" record="1">
    <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" alias="MIA" market="Miami" reference="1610612748"/>
    <source id="e75bdf18-b87a-4651-b1d6-b90a6d923ce5" title="Eastern Conference - Finals - MIA vs BOS" round="3" outcome="win"/>
  </participant>
  <participant name="Nuggets" seed="1" record="4">
    <team id="583ed102-fb46-11e1-82cb-f4ce4684ea4c" name="Nuggets" alias="DEN" market="Denver" reference="1610612743"/>
    <source id="79030c40-c3e0-4c01-9692-af0d7ce97a45" title="Western Conference - Finals - LAL vs DEN" round="3" outcome="win"/>
  </participant>


Characters Added for Player Names

Release DateBenefit
09/16/2024Each league-specific Basketball API will now display player names containing special characters and diacritical markings. The change aims to ensure an accurate representation of a player’s given name.

Going forward, player names such as Davis Bertans (id: c1bb78ed-4ce7-4e8c-b30c-06f8148d550a) will change to Dāvis Bertāns in each API endpoint.

Ensure that your systems can handle these special characters and diacritics.

Some examples of player names with special characters include:

- Luka Dončić
- Dāvis Bertāns
- Ömer Aşık
- Nikola Ðurišić.
{
  "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7",
  "status": "ACT",
  "full_name": "Luka Dončić",
  "first_name": "Luka",
  "last_name": "Dončić",
  "abbr_name": "L.Dončić",
  "height": 79,
  "weight": 230,
  "position": "F-G",
  "primary_position": "PG",
  "jersey_number": "77",
  "experience": "6",
  "birth_place": "Ljubljana,, SVN",
  "birthdate": "1999-02-28",
  "updated": "2024-09-16T12:56:48Z",
  "sr_id": "sr:player:926008",
  "rookie_year": 2018,
  "reference": "1629029",
  "draft": {
    "team_id": "583ecb8f-fb46-11e1-82cb-f4ce4684ea4c",
    "year": 2018,
    "round": "1",
    "pick": "3"
  }
},
<player id="d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7" status="ACT" full_name="Luka Dončić" 
        first_name="Luka" last_name="Dončić" abbr_name="L.Dončić" height="79" weight="230" 
        position="F-G" primary_position="PG" jersey_number="77" experience="6" birth_place="Ljubljana,, SVN" 
        birthdate="1999-02-28" updated="2024-09-16T12:56:48Z" sr_id="sr:player:926008" rookie_year="2018" 
        reference="1629029">



New On-Demand Simulations

Release DateBenefit
09/09/2024We’re happy to announce expanded on-demand support for REST and push Simulations . This offering allows you to replay select games at your convenience.

How it works:

Request a list of available recordings by league.

For a normal GET game feed:

  • Register a session for the game feed(s) you are interested in playing back.

  • Start your session on your schedule – no more waiting for simulated games to start at a predefined time.

  • Continually call the endpoint for updates as one would during a live game.


For the Push feeds, simply subscribe to the recording and watch the data come through like it would during a live game.

No API Key is needed to use the simulations.

Please note that Legacy Simulations will be retired in early November.

For more details, see our Simulations page including code snippets for how to set up your calls.


Neutral Site Records

Release DateFeeds AffectedBenefit
09/06/2024StandingsAdded data points into the Standings endpoint for neutral site losses, wins, and win_pct.
<league xmlns="http://feed.elasticstats.com/schema/basketball/nba/standings-v4.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <season id="f1162fd1-29c5-4c29-abb4-57b78f16d238" year="2023" type="REG">
        <conference id="7fe7e212-de01-4f8f-a31d-b9f0a95731e3" name="WESTERN CONFERENCE" alias="WESTERN">
            <division id="1d29f94c-9587-494b-a232-feb20a40eb4c" name="Southwest" alias="SOUTHWEST">
                <team id="583ecf50-fb46-11e1-82cb-f4ce4684ea4c" name="Mavericks" market="Dallas" wins="50" losses="32" win_pct="0.61" points_for="117.85" points_against="115.65" point_diff="2.21" sr_id="sr:team:3411" reference="1610612742">
                    <games-behind league="14.0" conference="7.0" division="0.0"/>
                    <streak>
                        <loss length="2"/>
                    </streak>
                    <calc_rank div_rank="1" conf_rank="5"/>
                    <records>
                        <atlantic wins="6" losses="4" win_pct="0.6"/>
                        <below_500 wins="27" losses="8" win_pct="0.771"/>
                        <central wins="3" losses="7" win_pct="0.3"/>
                        <conference wins="31" losses="21" win_pct="0.596"/>
                        <division wins="11" losses="5" win_pct="0.688"/>
                        <equal_rebounds wins="1" losses="1" win_pct="0.5"/>
                        <equal_turnovers wins="3" losses="2" win_pct="0.6"/>
                        <fewer_turnovers wins="30" losses="15" win_pct="0.667"/>
                        <home wins="25" losses="16" win_pct="0.61"/>
                        <last_10 wins="7" losses="3" win_pct="0.7"/>
                        <last_10_home wins="7" losses="3" win_pct="0.7"/>
                        <last_10_road wins="7" losses="3" win_pct="0.7"/>
                        <leads_field_goal_pct wins="37" losses="3" win_pct="0.925"/>
                        <leads_rebounds wins="22" losses="8" win_pct="0.733"/>
                        <neutral wins="0" losses="0" win_pct="0.0"/>
                        <northwest wins="10" losses="9" win_pct="0.526"/>
                        <opponent_fewer_turnovers wins="17" losses="15" win_pct="0.531"/>
                        <opponent_leads_field_goal_pct wins="13" losses="29" win_pct="0.31"/>
                        <opponent_leads_rebounds wins="27" losses="23" win_pct="0.54"/>
                        <opponent_scores_100_or_more wins="41" losses="32" win_pct="0.562"/>
                        <over_500 wins="23" losses="24" win_pct="0.489"/>
                        <overtime wins="1" losses="0" win_pct="1.0"/>
                        <pacific wins="10" losses="7" win_pct="0.588"/>
                        <road wins="25" losses="16" win_pct="0.61"/>
                        <scores_100_or_more wins="50" losses="25" win_pct="0.667"/>
                        <southeast wins="10" losses="0" win_pct="1.0"/>
                        <southwest wins="11" losses="5" win_pct="0.688"/>
                        <ten_points wins="31" losses="21" win_pct="0.596"/>
                        <three_points wins="5" losses="2" win_pct="0.714"/>
                    </records>
                </team>
{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "season": {
        "id": "f1162fd1-29c5-4c29-abb4-57b78f16d238",
        "year": 2023,
        "type": "REG"
    },
    "conferences": [
        {
            "id": "7fe7e212-de01-4f8f-a31d-b9f0a95731e3",
            "name": "WESTERN CONFERENCE",
            "alias": "WESTERN",
            "divisions": [
                {
                    "id": "1d29f94c-9587-494b-a232-feb20a40eb4c",
                    "name": "Southwest",
                    "alias": "SOUTHWEST",
                    "teams": [
                        {
                            "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
                            "name": "Mavericks",
                            "market": "Dallas",
                            "wins": 50,
                            "losses": 32,
                            "win_pct": 0.61,
                            "points_for": 117.85,
                            "points_against": 115.65,
                            "point_diff": 2.21,
                            "sr_id": "sr:team:3411",
                            "reference": "1610612742",
                            "games_behind": {
                                "league": 14.0,
                                "conference": 7.0,
                                "division": 0.0
                            },
                            "streak": {
                                "kind": "loss",
                                "length": 2
                            },
                            "calc_rank": {
                                "div_rank": 1,
                                "conf_rank": 5
                            },
                            "records": [
                                {
                                    "record_type": "atlantic",
                                    "wins": 6,
                                    "losses": 4,
                                    "win_pct": 0.6
                                },
                                {
                                    "record_type": "below_500",
                                    "wins": 27,
                                    "losses": 8,
                                    "win_pct": 0.771
                                },
                                {
                                    "record_type": "central",
                                    "wins": 3,
                                    "losses": 7,
                                    "win_pct": 0.3
                                },
                                {
                                    "record_type": "conference",
                                    "wins": 31,
                                    "losses": 21,
                                    "win_pct": 0.596
                                },
                                {
                                    "record_type": "division",
                                    "wins": 11,
                                    "losses": 5,
                                    "win_pct": 0.688
                                },
                                {
                                    "record_type": "equal_rebounds",
                                    "wins": 1,
                                    "losses": 1,
                                    "win_pct": 0.5
                                },
                                {
                                    "record_type": "equal_turnovers",
                                    "wins": 3,
                                    "losses": 2,
                                    "win_pct": 0.6
                                },
                                {
                                    "record_type": "fewer_turnovers",
                                    "wins": 30,
                                    "losses": 15,
                                    "win_pct": 0.667
                                },
                                {
                                    "record_type": "home",
                                    "wins": 25,
                                    "losses": 16,
                                    "win_pct": 0.61
                                },
                                {
                                    "record_type": "last_10",
                                    "wins": 7,
                                    "losses": 3,
                                    "win_pct": 0.7
                                },
                                {
                                    "record_type": "last_10_home",
                                    "wins": 7,
                                    "losses": 3,
                                    "win_pct": 0.7
                                },
                                {
                                    "record_type": "last_10_road",
                                    "wins": 7,
                                    "losses": 3,
                                    "win_pct": 0.7
                                },
                                {
                                    "record_type": "leads_field_goal_pct",
                                    "wins": 37,
                                    "losses": 3,
                                    "win_pct": 0.925
                                },
                                {
                                    "record_type": "leads_rebounds",
                                    "wins": 22,
                                    "losses": 8,
                                    "win_pct": 0.733
                                },
                                {
                                    "record_type": "neutral",
                                    "wins": 0,
                                    "losses": 0,
                                    "win_pct": 0.0
                                },
                                {
                                    "record_type": "northwest",
                                    "wins": 10,
                                    "losses": 9,
                                    "win_pct": 0.526
                                },
                                {
                                    "record_type": "opponent_fewer_turnovers",
                                    "wins": 17,
                                    "losses": 15,
                                    "win_pct": 0.531
                                },
                                {
                                    "record_type": "opponent_leads_field_goal_pct",
                                    "wins": 13,
                                    "losses": 29,
                                    "win_pct": 0.31
                                },
                                {
                                    "record_type": "opponent_leads_rebounds",
                                    "wins": 27,
                                    "losses": 23,
                                    "win_pct": 0.54
                                },
                                {
                                    "record_type": "opponent_scores_100_or_more",
                                    "wins": 41,
                                    "losses": 32,
                                    "win_pct": 0.562
                                },
                                {
                                    "record_type": "overtime",
                                    "wins": 1,
                                    "losses": 0,
                                    "win_pct": 1.0
                                },
                                {
                                    "record_type": "over_500",
                                    "wins": 23,
                                    "losses": 24,
                                    "win_pct": 0.489
                                },
                                {
                                    "record_type": "pacific",
                                    "wins": 10,
                                    "losses": 7,
                                    "win_pct": 0.588
                                },
                                {
                                    "record_type": "road",
                                    "wins": 25,
                                    "losses": 16,
                                    "win_pct": 0.61
                                },
                                {
                                    "record_type": "scores_100_or_more",
                                    "wins": 50,
                                    "losses": 25,
                                    "win_pct": 0.667
                                },
                                {
                                    "record_type": "southeast",
                                    "wins": 10,
                                    "losses": 0,
                                    "win_pct": 1.0
                                },
                                {
                                    "record_type": "southwest",
                                    "wins": 11,
                                    "losses": 5,
                                    "win_pct": 0.688
                                },
                                {
                                    "record_type": "ten_points",
                                    "wins": 31,
                                    "losses": 21,
                                    "win_pct": 0.596
                                },
                                {
                                    "record_type": "three_points",
                                    "wins": 5,
                                    "losses": 2,
                                    "win_pct": 0.714
                                }
                            ]
                        },


Daily Injuries Endpoint

Release DateFeeds AffectedBenefit
08/30/2024Daily InjuriesWe've created a new Daily Injuries endpoint, which provides details for all injuries updated on a given date.

Injuries will be available by day in this new endpoint. This allows for better tracking over time, whereas our existing Injuries endpoint shows a snapshot of all active player injuries.
<league xmlns="http://feed.elasticstats.com/schema/basketball/daily-injuries-v8.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <daily_injuries date="2024-03-20">
        <team id="583ecefd-fb46-11e1-82cb-f4ce4684ea4c" name="Bucks" market="Milwaukee" sr_id="sr:team:3410" reference="1610612749">
            <player id="fc036630-debc-44bf-9663-03c3fbd3045c" full_name="MarJon Beauchamp" first_name="MarJon" last_name="Beauchamp" position="F" primary_position="SF" jersey_number="3" sr_id="sr:player:2299173" reference="1630699">
                <injury id="0811fc9c-d6f6-4d86-acc2-95158c5569c3" comment="The Bucks have listed Beauchamp as PROBABLE for Wednesday's game (Mar. 20) against the Celtics." desc="Ankle" status="Day To Day" start_date="2024-03-11" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583ecfa8-fb46-11e1-82cb-f4ce4684ea4c" name="Suns" market="Phoenix" sr_id="sr:team:3416" reference="1610612756">
            <player id="6395ff32-c9b6-4ad0-8f0f-dce474274725" full_name="Bol Bol" first_name="Bol" last_name="Bol" position="C-F" primary_position="PF" jersey_number="11" sr_id="sr:player:1491398" reference="1629626">
                <injury id="0dc890c5-dba7-4789-97dd-99aa2d7546c7" comment="The Suns have listed Bol as PROBABLE for Wednesday's game (Mar. 20) against the 76ers." desc="Ankle" status="Day To Day" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583ec825-fb46-11e1-82cb-f4ce4684ea4c" name="Warriors" market="Golden State" sr_id="sr:team:3428" reference="1610612744">
            <player id="5e5099d1-4a58-43f2-8d03-f2ae5dd49337" full_name="Draymond Green" first_name="Draymond" last_name="Green" position="F" primary_position="PF" jersey_number="23" sr_id="sr:player:608020" reference="203110">
                <injury id="117e08c1-9102-451a-8f00-56dfacc7a2c3" comment="The Warriors have listed Green as QUESTIONABLE for Wednesday's game (Mar. 20) against the Grizzlies." desc="Back" status="Day To Day" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
            <player id="a316cf6a-693d-4c6a-b0d9-ebf80e73e832" full_name="Moses Moody" first_name="Moses" last_name="Moody" position="G" primary_position="SG" jersey_number="4" sr_id="sr:player:2077831" reference="1630541">
                <injury id="f10991eb-75ee-4418-8402-ca6903faff87" comment="The Warriors have listed Moody as QUESTIONABLE for Wednesday's game (Mar. 20) against the Grizzlies." desc="Knee" status="Day To Day" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583ed056-fb46-11e1-82cb-f4ce4684ea4c" name="Trail Blazers" market="Portland" sr_id="sr:team:3414" reference="1610612757">
            <player id="632adcc4-97f1-4e67-a132-e0b79f013c67" full_name="Anfernee Simons" first_name="Anfernee" last_name="Simons" position="G" primary_position="SG" jersey_number="1" sr_id="sr:player:1479148" reference="1629014">
                <injury id="28013efe-4db9-4f3c-990c-73841c638a28" comment="THe Trail Blazers listed Simons as QUESTIONABLE for Wednesday's (Mar. 20) game against the Clippers. " desc="Knee" status="Day To Day" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583ece50-fb46-11e1-82cb-f4ce4684ea4c" name="Jazz" market="Utah" sr_id="sr:team:3434" reference="1610612762">
            <player id="28a2e698-9f33-4d4d-9a5d-9bea66ee42a1" full_name="John Collins" first_name="John" last_name="Collins" position="F-C" primary_position="PF" jersey_number="20" sr_id="sr:player:1141198" reference="1628381">
                <injury id="28550d1b-1495-4fd0-932d-e34b9a98004e" comment="The Jazz have listed Collins as QUESTIONABLE for Wednesday's game (Mar. 20) against the Thunder." desc="Face" status="Day To Day" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
            <player id="583d7994-36f9-4a9a-b527-c18704406981" full_name="Lauri Markkanen" first_name="Lauri" last_name="Markkanen" position="F-C" primary_position="PF" jersey_number="23" sr_id="sr:player:1141204" reference="1628374">
                <injury id="a3b888da-1700-4226-b61e-fd7581c7a500" comment="The Jazz have listed Markkanen as OUT for Wednesday's game (Mar. 20) against the Thunder." desc="Rest-Injury Maintenance" status="Out" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583eccfa-fb46-11e1-82cb-f4ce4684ea4c" name="Celtics" market="Boston" sr_id="sr:team:3422" reference="1610612738">
            <player id="ffc5579c-783f-4d62-80ab-3c3dcb05a27d" full_name="Jaylen Brown" first_name="Jaylen" last_name="Brown" position="G-F" primary_position="SF" jersey_number="7" sr_id="sr:player:996297" reference="1627759">
                <injury id="5e2501f0-22a0-42cb-8e91-99f311d99abe" comment="The Celtics have listed Brown as QUESTIONABLE for Wednesday's game (Mar. 20) against the Bucks." desc="Ankle" status="Day To Day" start_date="2024-03-19" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" sr_id="sr:team:3435" reference="1610612748">
            <player id="d31856fa-e1ff-4617-ab8b-a3ed79bfb27d" full_name="Nikola Jovic" first_name="Nikola" last_name="Jovic" position="F" primary_position="PF" jersey_number="5" sr_id="sr:player:2088167" reference="1631107">
                <injury id="7ac95094-dad6-4d7b-ad46-672b852c1edb" comment="The Heat have listed Jovic as QUESTIONABLE for Wednesday's game (Mar. 20) against the Cavaliers." desc="Hamstring" status="Day To Day" start_date="2024-03-16" update_date="2024-03-20"/>
            </player>
            <player id="0e163d44-67a7-4107-9421-5333600166bb" full_name="Jimmy Butler" first_name="Jimmy" last_name="Butler" position="F" primary_position="SF" jersey_number="22" sr_id="sr:player:607444" reference="202710">
                <injury id="bafd0506-ced7-481c-94f8-fb97e564f5d7" comment="The Heat have listed Butler as QUESTIONABLE for Wednesday's game (Mar. 20) against the Cavaliers." desc="Foot" status="Day To Day" start_date="2024-03-16" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583eca88-fb46-11e1-82cb-f4ce4684ea4c" name="Grizzlies" market="Memphis" sr_id="sr:team:3415" reference="1610612763">
            <player id="266cd359-f378-45c6-957e-6e21378e5219" full_name="Santi Aldama" first_name="Santi" last_name="Aldama" position="F" primary_position="PF" jersey_number="7" sr_id="sr:player:1876228" reference="1630583">
                <injury id="c52d7155-d0a3-4793-b257-cd44a40d6a74" comment="The Grizzlies have listed Aldama as QUESTIONABLE for Wednesday's game (Mar. 20) against the Warriors." desc="Elbow" status="Day To Day" start_date="2024-03-20" update_date="2024-03-20"/>
            </player>
        </team>
        <team id="583ec8d4-fb46-11e1-82cb-f4ce4684ea4c" name="Wizards" market="Washington" sr_id="sr:team:3431" reference="1610612764">
            <player id="4fae86e2-4f99-4247-af85-d917b4389d31" full_name="Kyle Kuzma" first_name="Kyle" last_name="Kuzma" position="F" primary_position="PF" jersey_number="33" sr_id="sr:player:1142582" reference="1628398">
                <injury id="fb625421-5660-4a37-9d65-61e272472f2f" comment="Kuzma did not play in Tuesday's (Mar. 19) game against the Rockets." desc="Shoulder" status="Day To Day" start_date="2024-03-17" update_date="2024-03-20"/>
            </player>
        </team>
    </daily_injuries>
</league>


{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "date": "2024-03-20",
    "teams": [
        {
            "id": "583ecefd-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Bucks",
            "market": "Milwaukee",
            "sr_id": "sr:team:3410",
            "reference": "1610612749",
            "players": [
                {
                    "id": "fc036630-debc-44bf-9663-03c3fbd3045c",
                    "full_name": "MarJon Beauchamp",
                    "first_name": "MarJon",
                    "last_name": "Beauchamp",
                    "position": "F",
                    "primary_position": "SF",
                    "jersey_number": "3",
                    "sr_id": "sr:player:2299173",
                    "reference": "1630699",
                    "injuries": [
                        {
                            "id": "0811fc9c-d6f6-4d86-acc2-95158c5569c3",
                            "comment": "The Bucks have listed Beauchamp as PROBABLE for Wednesday's game (Mar. 20) against the Celtics.",
                            "desc": "Ankle",
                            "status": "Day To Day",
                            "start_date": "2024-03-11",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583ecfa8-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Suns",
            "market": "Phoenix",
            "sr_id": "sr:team:3416",
            "reference": "1610612756",
            "players": [
                {
                    "id": "6395ff32-c9b6-4ad0-8f0f-dce474274725",
                    "full_name": "Bol Bol",
                    "first_name": "Bol",
                    "last_name": "Bol",
                    "position": "C-F",
                    "primary_position": "PF",
                    "jersey_number": "11",
                    "sr_id": "sr:player:1491398",
                    "reference": "1629626",
                    "injuries": [
                        {
                            "id": "0dc890c5-dba7-4789-97dd-99aa2d7546c7",
                            "comment": "The Suns have listed Bol as PROBABLE for Wednesday's game (Mar. 20) against the 76ers.",
                            "desc": "Ankle",
                            "status": "Day To Day",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583ec825-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Warriors",
            "market": "Golden State",
            "sr_id": "sr:team:3428",
            "reference": "1610612744",
            "players": [
                {
                    "id": "5e5099d1-4a58-43f2-8d03-f2ae5dd49337",
                    "full_name": "Draymond Green",
                    "first_name": "Draymond",
                    "last_name": "Green",
                    "position": "F",
                    "primary_position": "PF",
                    "jersey_number": "23",
                    "sr_id": "sr:player:608020",
                    "reference": "203110",
                    "injuries": [
                        {
                            "id": "117e08c1-9102-451a-8f00-56dfacc7a2c3",
                            "comment": "The Warriors have listed Green as QUESTIONABLE for Wednesday's game (Mar. 20) against the Grizzlies.",
                            "desc": "Back",
                            "status": "Day To Day",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                },
                {
                    "id": "a316cf6a-693d-4c6a-b0d9-ebf80e73e832",
                    "full_name": "Moses Moody",
                    "first_name": "Moses",
                    "last_name": "Moody",
                    "position": "G",
                    "primary_position": "SG",
                    "jersey_number": "4",
                    "sr_id": "sr:player:2077831",
                    "reference": "1630541",
                    "injuries": [
                        {
                            "id": "f10991eb-75ee-4418-8402-ca6903faff87",
                            "comment": "The Warriors have listed Moody as QUESTIONABLE for Wednesday's game (Mar. 20) against the Grizzlies.",
                            "desc": "Knee",
                            "status": "Day To Day",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583ed056-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Trail Blazers",
            "market": "Portland",
            "sr_id": "sr:team:3414",
            "reference": "1610612757",
            "players": [
                {
                    "id": "632adcc4-97f1-4e67-a132-e0b79f013c67",
                    "full_name": "Anfernee Simons",
                    "first_name": "Anfernee",
                    "last_name": "Simons",
                    "position": "G",
                    "primary_position": "SG",
                    "jersey_number": "1",
                    "sr_id": "sr:player:1479148",
                    "reference": "1629014",
                    "injuries": [
                        {
                            "id": "28013efe-4db9-4f3c-990c-73841c638a28",
                            "comment": "THe Trail Blazers listed Simons as QUESTIONABLE for Wednesday's (Mar. 20) game against the Clippers. ",
                            "desc": "Knee",
                            "status": "Day To Day",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583ece50-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Jazz",
            "market": "Utah",
            "sr_id": "sr:team:3434",
            "reference": "1610612762",
            "players": [
                {
                    "id": "28a2e698-9f33-4d4d-9a5d-9bea66ee42a1",
                    "full_name": "John Collins",
                    "first_name": "John",
                    "last_name": "Collins",
                    "position": "F-C",
                    "primary_position": "PF",
                    "jersey_number": "20",
                    "sr_id": "sr:player:1141198",
                    "reference": "1628381",
                    "injuries": [
                        {
                            "id": "28550d1b-1495-4fd0-932d-e34b9a98004e",
                            "comment": "The Jazz have listed Collins as QUESTIONABLE for Wednesday's game (Mar. 20) against the Thunder.",
                            "desc": "Face",
                            "status": "Day To Day",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                },
                {
                    "id": "583d7994-36f9-4a9a-b527-c18704406981",
                    "full_name": "Lauri Markkanen",
                    "first_name": "Lauri",
                    "last_name": "Markkanen",
                    "position": "F-C",
                    "primary_position": "PF",
                    "jersey_number": "23",
                    "sr_id": "sr:player:1141204",
                    "reference": "1628374",
                    "injuries": [
                        {
                            "id": "a3b888da-1700-4226-b61e-fd7581c7a500",
                            "comment": "The Jazz have listed Markkanen as OUT for Wednesday's game (Mar. 20) against the Thunder.",
                            "desc": "Rest-Injury Maintenance",
                            "status": "Out",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Celtics",
            "market": "Boston",
            "sr_id": "sr:team:3422",
            "reference": "1610612738",
            "players": [
                {
                    "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d",
                    "full_name": "Jaylen Brown",
                    "first_name": "Jaylen",
                    "last_name": "Brown",
                    "position": "G-F",
                    "primary_position": "SF",
                    "jersey_number": "7",
                    "sr_id": "sr:player:996297",
                    "reference": "1627759",
                    "injuries": [
                        {
                            "id": "5e2501f0-22a0-42cb-8e91-99f311d99abe",
                            "comment": "The Celtics have listed Brown as QUESTIONABLE for Wednesday's game (Mar. 20) against the Bucks.",
                            "desc": "Ankle",
                            "status": "Day To Day",
                            "start_date": "2024-03-19",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Heat",
            "market": "Miami",
            "sr_id": "sr:team:3435",
            "reference": "1610612748",
            "players": [
                {
                    "id": "d31856fa-e1ff-4617-ab8b-a3ed79bfb27d",
                    "full_name": "Nikola Jovic",
                    "first_name": "Nikola",
                    "last_name": "Jovic",
                    "position": "F",
                    "primary_position": "PF",
                    "jersey_number": "5",
                    "sr_id": "sr:player:2088167",
                    "reference": "1631107",
                    "injuries": [
                        {
                            "id": "7ac95094-dad6-4d7b-ad46-672b852c1edb",
                            "comment": "The Heat have listed Jovic as QUESTIONABLE for Wednesday's game (Mar. 20) against the Cavaliers.",
                            "desc": "Hamstring",
                            "status": "Day To Day",
                            "start_date": "2024-03-16",
                            "update_date": "2024-03-20"
                        }
                    ]
                },
                {
                    "id": "0e163d44-67a7-4107-9421-5333600166bb",
                    "full_name": "Jimmy Butler",
                    "first_name": "Jimmy",
                    "last_name": "Butler",
                    "position": "F",
                    "primary_position": "SF",
                    "jersey_number": "22",
                    "sr_id": "sr:player:607444",
                    "reference": "202710",
                    "injuries": [
                        {
                            "id": "bafd0506-ced7-481c-94f8-fb97e564f5d7",
                            "comment": "The Heat have listed Butler as QUESTIONABLE for Wednesday's game (Mar. 20) against the Cavaliers.",
                            "desc": "Foot",
                            "status": "Day To Day",
                            "start_date": "2024-03-16",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583eca88-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Grizzlies",
            "market": "Memphis",
            "sr_id": "sr:team:3415",
            "reference": "1610612763",
            "players": [
                {
                    "id": "266cd359-f378-45c6-957e-6e21378e5219",
                    "full_name": "Santi Aldama",
                    "first_name": "Santi",
                    "last_name": "Aldama",
                    "position": "F",
                    "primary_position": "PF",
                    "jersey_number": "7",
                    "sr_id": "sr:player:1876228",
                    "reference": "1630583",
                    "injuries": [
                        {
                            "id": "c52d7155-d0a3-4793-b257-cd44a40d6a74",
                            "comment": "The Grizzlies have listed Aldama as QUESTIONABLE for Wednesday's game (Mar. 20) against the Warriors.",
                            "desc": "Elbow",
                            "status": "Day To Day",
                            "start_date": "2024-03-20",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        },
        {
            "id": "583ec8d4-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Wizards",
            "market": "Washington",
            "sr_id": "sr:team:3431",
            "reference": "1610612764",
            "players": [
                {
                    "id": "4fae86e2-4f99-4247-af85-d917b4389d31",
                    "full_name": "Kyle Kuzma",
                    "first_name": "Kyle",
                    "last_name": "Kuzma",
                    "position": "F",
                    "primary_position": "PF",
                    "jersey_number": "33",
                    "sr_id": "sr:player:1142582",
                    "reference": "1628398",
                    "injuries": [
                        {
                            "id": "fb625421-5660-4a37-9d65-61e272472f2f",
                            "comment": "Kuzma did not play in Tuesday's (Mar. 19) game against the Rockets.",
                            "desc": "Shoulder",
                            "status": "Day To Day",
                            "start_date": "2024-03-17",
                            "update_date": "2024-03-20"
                        }
                    ]
                }
            ]
        }
    ]
}


Broadcast Info by Game

Release DateFeeds AffectedBenefit
08/26/2024Game Boxscore

Game Summary

Play-by-Play
We've added broadcast data for select Game endpoints. With this update, you will no longer have to parse the Schedule feeds for game broadcast info.

Each game feed will now include the following broadcast info (when applicable): Channel (ex. 206), Locale (ex. Home, Away, National, International), Network (ex. ESPN+, and Type (ex. TV, Internet)

See below for sample data.
<broadcasts>
  <broadcast network="ESPN" type="TV" locale="National" channel="206"/>
  <broadcast network="NBCS-BOS" type="TV" locale="Away" channel="630"/>
</broadcasts>
{
  "id": "bc7f6c81-d31d-4d00-8b06-f7852de50472",
  "status": "closed",
  "coverage": "full",
  "scheduled": "2023-11-11T18:00:00+00:00",
  "conference_game": false,
  "attendance": 847,
  "clock": "00:00",
  "half": 2,
  "track_on_court": false,
  "entry_mode": "LDE",
  "clock_decimal": "00:00",
  "broadcasts": [
    {
      "type": "Internet",
      "network": "ESPN+"
    },
	  {
     "network": "TNT",
     "type": "TV",
     "locale": "National",
     "channel": "245"
    }
  ],


Play-in Berth Clinch Status

Release DateFeeds AffectedBenefit
08/22/2024RankingsWe've added a new clinched play_in_berth status to the Rankings endpoint.

This status denotes a team has secured at least the play-in game.
<conference id="3960cfac-7361-4b30-bc25-8d393de6f62f" name="EASTERN CONFERENCE" alias="EASTERN">
  <division id="582d6502-9a93-4a8d-8785-69374d732875" name="Atlantic" alias="ATLANTIC">
    <team id="583eccfa-fb46-11e1-82cb-f4ce4684ea4c" name="Celtics" market="Boston" sr_id="sr:team:3422" reference="1610612738">
      <rank conference="1" division="1" clinched="conference"/>
    </team>
    <team id="583ec70e-fb46-11e1-82cb-f4ce4684ea4c" name="Knicks" market="New York" sr_id="sr:team:3421" reference="1610612752">
      <rank conference="2" division="2" clinched="playoff_berth"/>
    </team>
    <team id="583ec87d-fb46-11e1-82cb-f4ce4684ea4c" name="76ers" market="Philadelphia" sr_id="sr:team:3420" reference="1610612755">
      <rank conference="7" division="3" clinched="play_in_berth"/>
    </team>
    <team id="583ec9d6-fb46-11e1-82cb-f4ce4684ea4c" name="Nets" market="Brooklyn" sr_id="sr:team:3436" reference="1610612751">
      <rank conference="11" division="4" clinched="eliminated"/>
    </team>
    <team id="583ecda6-fb46-11e1-82cb-f4ce4684ea4c" name="Raptors" market="Toronto" sr_id="sr:team:3433" reference="1610612761">
      <rank conference="12" division="5" clinched="eliminated"/>
    </team>


Event Creation Timestamp

Release DateFeeds AffectedBenefit
08/22/2024Play-by-Play

Push Events
We've added a created timestamp value for all events in a game.

Use this value to record exactly when each event was created in our database (ex. 2024-06-18T00:38:34Z).
"events": [
  {
    "id": "21ff5433-b9fe-4623-b34b-6452e86de3ec",
    "event_type": "lineupchange",
    "sequence": 1718671114093,
    "number": 5002,
    "clock_fraction": 0,
    "clock": "12:00",
    "clock_decimal": "12:00",
    "created": "2024-06-18T00:38:34Z",
    "updated": "2024-08-05T20:43:53Z",
    "wall_clock": "2024-06-18T00:38:34Z",
    "description": "Mavericks lineup change (Derrick Jones Jr., P.J. Washington, Luka Doncic, Kyrie Irving, Daniel Gafford)",
    "attribution": {
      "name": "Mavericks",
      "market": "Dallas",
      "reference": "1610612742",
      "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "right"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    }
  },
  {
    "id": "494f17ed-b345-4182-8b37-a8886b184850",
    "event_type": "lineupchange",
    "sequence": 1718671114095,
    "number": 5002,
    "clock_fraction": 0,
    "clock": "12:00",
    "clock_decimal": "12:00",
    "created": "2024-06-18T00:38:34Z",
    "updated": "2024-08-05T20:43:51Z",
    "wall_clock": "2024-06-18T00:38:34Z",
    "description": "Celtics lineup change (Al Horford, Jayson Tatum, Jrue Holiday, Derrick White, Jaylen Brown)",
    "attribution": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "left"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    }
  },
  {
    "id": "114d1d84-0f86-4c42-bf66-af79e12e2d4f",
    "event_type": "opentip",
    "sequence": 1718671116500,
    "number": 4,
    "clock_fraction": 0,
    "clock": "12:00",
    "clock_decimal": "12:00",
    "created": "2024-06-18T00:38:36Z",
    "updated": "2024-08-05T20:43:48Z",
    "wall_clock": "2024-06-18T00:38:36Z",
    "description": "Daniel Gafford vs. Al Horford (Jaylen Brown gains possession)",
    "attribution": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "left"
    },
    "possession": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    }
  },
  {
    "id": "ed40ae31-f06c-45d7-8725-b52751411e8e",
    "event_type": "twopointmade",
    "sequence": 1718671132200,
    "number": 7,
    "clock_fraction": 0,
    "clock": "11:40",
    "clock_decimal": "11:40",
    "created": "2024-06-18T00:38:53Z",
    "updated": "2024-08-05T20:43:45Z",
    "wall_clock": "2024-06-18T00:38:52Z",
    "description": "Jrue Holiday makes two point driving layup (Jayson Tatum assists)",
    "qualifiers": [
      {
        "qualifier": "pointsinthepaint"
      }
    ],
    "attribution": {
      "name": "Celtics",
      "market": "Boston",
      "reference": "1610612738",
      "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
      "team_basket": "left"
    },
    "location": {
      "coord_x": 74,
      "coord_y": 295,
      "action_area": "underbasket"
    },
    "possession": {
      "name": "Mavericks",
      "market": "Dallas",
      "reference": "1610612742",
      "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c"
    },
    "on_court": {
      "home": {
        "name": "Celtics",
        "market": "Boston",
        "reference": "1610612738",
        "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Al Horford",
            "jersey_number": "42",
            "reference": "201143",
            "id": "cf3a87ec-c2f7-42e8-9698-6f8b2ba916a9"
          },
          {
            "full_name": "Jayson Tatum",
            "jersey_number": "0",
            "reference": "1628369",
            "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
          },
          {
            "full_name": "Jrue Holiday",
            "jersey_number": "4",
            "reference": "201950",
            "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
          },
          {
            "full_name": "Derrick White",
            "jersey_number": "9",
            "reference": "1628401",
            "id": "9bcd5cff-4a1c-4454-89b6-a5899b0c6bcc"
          },
          {
            "full_name": "Jaylen Brown",
            "jersey_number": "7",
            "reference": "1627759",
            "id": "ffc5579c-783f-4d62-80ab-3c3dcb05a27d"
          }
        ]
      },
      "away": {
        "name": "Mavericks",
        "market": "Dallas",
        "reference": "1610612742",
        "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
        "players": [
          {
            "full_name": "Derrick Jones Jr.",
            "jersey_number": "55",
            "reference": "1627884",
            "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d"
          },
          {
            "full_name": "P.J. Washington",
            "jersey_number": "25",
            "reference": "1629023",
            "id": "6d7f4f2f-7ea7-4c56-8082-dfdce67f5487"
          },
          {
            "full_name": "Luka Doncic",
            "jersey_number": "77",
            "reference": "1629029",
            "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7"
          },
          {
            "full_name": "Kyrie Irving",
            "jersey_number": "11",
            "reference": "202681",
            "id": "dd146010-902b-4ad7-b98c-650d0363a2f0"
          },
          {
            "full_name": "Daniel Gafford",
            "jersey_number": "21",
            "reference": "1629655",
            "id": "52cd8137-c791-4569-ad70-433e25d34882"
          }
        ]
      }
    },
    "statistics": [
      {
        "type": "fieldgoal",
        "made": true,
        "shot_type": "layup",
        "shot_type_desc": "driving",
        "shot_distance": 1.01,
        "points": 2,
        "team": {
          "name": "Celtics",
          "market": "Boston",
          "reference": "1610612738",
          "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c"
        },
        "player": {
          "full_name": "Jrue Holiday",
          "jersey_number": "4",
          "reference": "201950",
          "id": "65700e81-3aa0-49a9-8a94-004f2cfb64e5"
        }
      },
      {
        "type": "assist",
        "team": {
          "name": "Celtics",
          "market": "Boston",
          "reference": "1610612738",
          "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c"
        },
        "player": {
          "full_name": "Jayson Tatum",
          "jersey_number": "0",
          "reference": "1628369",
          "id": "98136da3-452f-49dc-a794-1ee9c76443f2"
        }
      }
    ]
  },


Added Language Translations

Release DateFeeds AffectedBenefit
06/11/2024All feeds with teams, players,
and play-by-play descriptions.
We added language translations for all feeds with teams, players, and play-by-play descriptions.

The following languages are now available:

- Brazilian Portuguese
- English
- French
- Russian
- Simplified Chinese
- Spanish


'Midrange' and 'At Rim' Field Goals

Release DateFeeds AffectedBenefit
05/06/2024Game Summary

League Leaders

Player Profile

Seasonal Statistics

Series Statistics

Push Statistics
We added the following data points for field goals at midrange and at the rim. These are available at the game and season level.

- Field Goals Made at Rim (field_goals_at_rim_made)

- Field Goals Attempted at Rim (field_goals_at_rim_att)
- Field Goal Percentage at Rim (field_goals_at_rim_pct)
- Field Goals Made at Midrange (field_goals_at_midrange_made)
- Field Goals Attempted at Midrange (field_goals_at_midrange_att)
- Field Goal Percentage at Midrange (field_goals_at_midrange_pct)
<team name="Timberwolves" alias="MIN" market="Minnesota" id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" points="122" bonus="true" sr_id="sr:team:3426" remaining_timeouts="2" reference="1610612750" home="true">
  <record wins="30" losses="11"/>
  <scoring>
    <quarter number="1" sequence="1" points="28"/>
    <quarter number="2" sequence="2" points="44"/>
    <quarter number="3" sequence="3" points="25"/>
    <quarter number="4" sequence="4" points="25"/>
  </scoring>
  <statistics minutes="4:00:00" field_goals_made="45" field_goals_att="82" field_goals_pct="54.9" three_points_made="15" three_points_att="37" three_points_pct="40.5" two_points_made="30" two_points_att="45" two_points_pct="66.7" blocked_att="1" free_throws_made="17" free_throws_att="24" free_throws_pct="70.8" offensive_rebounds="8" defensive_rebounds="40" assists="30" steals="9" blocks="7" assists_turnover_ratio="1.88" personal_fouls="23" ejections="0" foulouts="1" points="122" fast_break_pts="20" second_chance_pts="8" team_turnovers="2" points_off_turnovers="27" team_rebounds="5" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" coach_tech_fouls="0" points_in_paint="56" team_offensive_rebounds="4" team_defensive_rebounds="1" total_rebounds="53" total_turnovers="18" personal_rebounds="48" player_turnovers="16" field_goals_at_rim_made="20" field_goals_at_rim_att="24" field_goals_at_rim_pct="83.3" field_goals_at_midrange_made="1" field_goals_at_midrange_att="5" field_goals_at_midrange_pct="20.0" bench_points="34" biggest_lead="31" effective_fg_pct="64.0" efficiency="155" efficiency_game_score="107.1" fouls_drawn="23" offensive_fouls="4" pls_min="21" points_in_paint_att="39" points_in_paint_made="28" points_in_paint_pct="71.8" total_fouls="23" true_shooting_att="92.56" true_shooting_pct="65.9" coach_ejections="0" defensive_rating="92.9333824070666" offensive_rating="118.954758190328" points_against="101" possessions="102.56" opponent_possessions="108.68" time_leading="45:04" defensive_points_per_possession="0.98" offensive_points_per_possession="1.19" team_fouls="0" second_chance_att="4" second_chance_made="2" second_chance_pct="50.0" fast_break_att="13" fast_break_made="9" fast_break_pct="69.2">
"home": {
  "name": "Timberwolves",
  "alias": "MIN",
  "market": "Minnesota",
  "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
  "points": 122,
  "bonus": true,
  "sr_id": "sr:team:3426",
  "remaining_timeouts": 2,
  "reference": "1610612750",
  "record": {
    "wins": 30,
    "losses": 11
  },
  "scoring": [
    {
      "type": "quarter",
      "number": 1,
      "sequence": 1,
      "points": 28
    },
    {
      "type": "quarter",
      "number": 2,
      "sequence": 2,
      "points": 44
    },
    {
      "type": "quarter",
      "number": 3,
      "sequence": 3,
      "points": 25
    },
    {
      "type": "quarter",
      "number": 4,
      "sequence": 4,
      "points": 25
    }
  ],
  "statistics": {
    "minutes": "4:00:00",
    "field_goals_made": 45,
    "field_goals_att": 82,
    "field_goals_pct": 54.9,
    "three_points_made": 15,
    "three_points_att": 37,
    "three_points_pct": 40.5,
    "two_points_made": 30,
    "two_points_att": 45,
    "two_points_pct": 66.7,
    "blocked_att": 1,
    "free_throws_made": 17,
    "free_throws_att": 24,
    "free_throws_pct": 70.8,
    "offensive_rebounds": 8,
    "defensive_rebounds": 40,
    "assists": 30,
    "steals": 9,
    "blocks": 7,
    "assists_turnover_ratio": 1.88,
    "personal_fouls": 23,
    "ejections": 0,
    "foulouts": 1,
    "points": 122,
    "fast_break_pts": 20,
    "second_chance_pts": 8,
    "team_turnovers": 2,
    "points_off_turnovers": 27,
    "team_rebounds": 5,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "coach_tech_fouls": 0,
    "points_in_paint": 56,
    "team_offensive_rebounds": 4,
    "team_defensive_rebounds": 1,
    "total_rebounds": 53,
    "total_turnovers": 18,
    "personal_rebounds": 48,
    "player_turnovers": 16,
    "field_goals_at_rim_made": 20,
    "field_goals_at_rim_att": 24,
    "field_goals_at_rim_pct": 83.3,
    "field_goals_at_midrange_made": 1,
    "field_goals_at_midrange_att": 5,
    "field_goals_at_midrange_pct": 20.0,
    "bench_points": 34,
    "biggest_lead": 31,
    "effective_fg_pct": 64.0,
    "efficiency": 155,
    "efficiency_game_score": 107.1,
    "fouls_drawn": 23,
    "offensive_fouls": 4,
    "pls_min": 21,
    "points_in_paint_att": 39,
    "points_in_paint_made": 28,
    "points_in_paint_pct": 71.8,
    "total_fouls": 23,
    "true_shooting_att": 92.56,
    "true_shooting_pct": 65.9,
    "coach_ejections": 0,
    "defensive_rating": 92.9333824070666,
    "offensive_rating": 118.954758190328,
    "points_against": 101,
    "possessions": 102.56,
    "opponent_possessions": 108.68,
    "time_leading": "45:04",
    "defensive_points_per_possession": 0.98,
    "offensive_points_per_possession": 1.19,
    "team_fouls": 0,
    "second_chance_att": 4,
    "second_chance_made": 2,
    "second_chance_pct": 50.0,
    "fast_break_att": 13,
    "fast_break_made": 9,
    "fast_break_pct": 69.2,
    "most_unanswered": {
      "points": 12,
      "own_score": 72,
      "opp_score": 44
    },


Team Seasonal Stats

Release DateFeeds AffectedBenefit
05/06/2024Seasonal Statistics

Series Statistics
Added the below seasonal statistics for teams in the NBA, WNBA, and G League APIs.

- Possessions (possessions)

- Opponent Possessions (opponent_possessions)
- Offensive Rating (offensive_rating)
- Defensive Rating (defensive_rating)
- Net Rating (net_rating)
<team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" sr_id="sr:team:3426" reference="1610612750">
  <team_records>
    <overall>
      <total games_played="82" minutes="19805.0" field_goals_made="3383" field_goals_att="6974" field_goals_pct="0.485" two_points_made="2346" two_points_att="4293" two_points_pct="0.546" three_points_made="1037" three_points_att="2681" three_points_pct="0.387" blocked_att="371" free_throws_made="1461" free_throws_att="1881" free_throws_pct="0.777" offensive_rebounds="770" defensive_rebounds="2807" rebounds="3577" assists="2184" turnovers="1095" assists_turnover_ratio="1.99" steals="647" blocks="497" personal_fouls="1544" tech_fouls="75" points="9264" fast_break_pts="1016" flagrant_fouls="5" points_off_turnovers="1391" second_chance_pts="1107" ejections="2" foulouts="19" efficiency="11063" points_in_paint="4162" team_offensive_rebounds="482" team_defensive_rebounds="163" team_rebounds="645" team_turnovers="67" total_rebounds="4222" total_turnovers="1162" true_shooting_att="7801.64" true_shooting_pct="0.594" field_goals_at_rim_made="1327" field_goals_at_rim_att="1909" field_goals_at_rim_pct="0.695" field_goals_at_midrange_made="261" field_goals_at_midrange_att="654" field_goals_at_midrange_pct="0.399" points_in_paint_made="2081" points_in_paint_att="3613" points_in_paint_pct="0.576" effective_fg_pct="0.559" bench_points="2651" fouls_drawn="1631" offensive_fouls="139" team_tech_fouls="21" defensive_assists="0" fast_break_att="663" fast_break_made="384" fast_break_pct="0.579" technical_other="0" coach_ejections="0" points_against="8735" second_chance_att="771" second_chance_made="420" second_chance_pct="0.545" coach_tech_fouls="7" team_fouls="28" total_fouls="1572" possessions="8193.64" opponent_possessions="8226.36" offensive_rating="113.06" defensive_rating="106.18" net_rating="6.88"/>
      <average fast_break_pts="12.39" points_off_turnovers="16.96" second_chance_pts="13.5" minutes="241.5" points="113.0" off_rebounds="9.39" def_rebounds="34.23" rebounds="43.62" assists="26.6" steals="7.89" blocks="6.06" turnovers="13.35" personal_fouls="18.83" flagrant_fouls="0.06" blocked_att="4.52" field_goals_made="41.26" field_goals_att="85.05" three_points_made="12.65" three_points_att="32.7" free_throws_made="17.82" free_throws_att="22.94" two_points_made="28.61" two_points_att="52.35" points_in_paint="50.76" efficiency="134.91" true_shooting_att="95.14" points_in_paint_att="44.06" points_in_paint_made="25.38" bench_points="32.33" fouls_drawn="19.89" offensive_fouls="1.7" fast_break_att="8.09" fast_break_made="4.68" second_chance_att="9.4" second_chance_made="5.12"/>
    </overall>
    <opponents>
      <total games_played="82" minutes="19805.0" field_goals_made="3198" field_goals_att="7114" field_goals_pct="0.45" two_points_made="2261" two_points_att="4469" two_points_pct="0.506" three_points_made="937" three_points_att="2645" three_points_pct="0.354" blocked_att="497" free_throws_made="1402" free_throws_att="1794" free_throws_pct="0.781" offensive_rebounds="843" defensive_rebounds="2555" rebounds="3398" assists="2008" turnovers="1113" assists_turnover_ratio="1.8" steals="616" blocks="371" personal_fouls="1630" tech_fouls="49" points="8735" fast_break_pts="1086" flagrant_fouls="2" points_off_turnovers="1343" second_chance_pts="1042" ejections="2" foulouts="9" efficiency="9707" points_in_paint="3778" team_offensive_rebounds="494" team_defensive_rebounds="205" team_rebounds="699" team_turnovers="53" total_rebounds="4097" total_turnovers="1166" true_shooting_att="7903.36" true_shooting_pct="0.553" field_goals_at_rim_made="1145" field_goals_at_rim_att="1736" field_goals_at_rim_pct="0.66" field_goals_at_midrange_made="365" field_goals_at_midrange_att="912" field_goals_at_midrange_pct="0.4" points_in_paint_made="1889" points_in_paint_att="3535" points_in_paint_pct="0.534" effective_fg_pct="0.515" bench_points="2541" fouls_drawn="1546" offensive_fouls="130" team_tech_fouls="16" defensive_assists="0" fast_break_att="745" fast_break_made="422" fast_break_pct="0.566" technical_other="0" coach_ejections="0" points_against="9264" second_chance_att="866" second_chance_made="400" second_chance_pct="0.462" coach_tech_fouls="3" team_fouls="19" total_fouls="1649" possessions="8226.36" opponent_possessions="8193.64" offensive_rating="106.18" defensive_rating="113.06" net_rating="-6.88"/>
      <average fast_break_pts="13.24" points_off_turnovers="16.38" second_chance_pts="12.71" minutes="241.5" points="106.5" off_rebounds="10.28" def_rebounds="31.16" rebounds="41.44" assists="24.5" steals="7.51" blocks="4.52" turnovers="13.57" personal_fouls="19.88" flagrant_fouls="0.02" blocked_att="6.06" field_goals_made="39.0" field_goals_att="86.76" three_points_made="11.43" three_points_att="32.26" free_throws_made="17.1" free_throws_att="21.88" two_points_made="27.57" two_points_att="54.5" points_in_paint="46.07" efficiency="118.38" true_shooting_att="96.38" points_in_paint_att="43.11" points_in_paint_made="23.04" bench_points="30.99" fouls_drawn="18.85" offensive_fouls="1.59" fast_break_att="9.09" fast_break_made="5.15" second_chance_att="10.56" second_chance_made="4.88"/>
    </opponents>
  </team_records>
{
    "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
    "name": "Timberwolves",
    "market": "Minnesota",
    "sr_id": "sr:team:3426",
    "reference": "1610612750",
    "season": {
        "id": "f1162fd1-29c5-4c29-abb4-57b78f16d238",
        "year": 2023,
        "type": "REG"
    },
    "own_record": {
        "total": {
            "games_played": 82,
            "minutes": 19805.0,
            "field_goals_made": 3383,
            "field_goals_att": 6974,
            "field_goals_pct": 0.485,
            "two_points_made": 2346,
            "two_points_att": 4293,
            "two_points_pct": 0.546,
            "three_points_made": 1037,
            "three_points_att": 2681,
            "three_points_pct": 0.387,
            "blocked_att": 371,
            "free_throws_made": 1461,
            "free_throws_att": 1881,
            "free_throws_pct": 0.777,
            "offensive_rebounds": 770,
            "defensive_rebounds": 2807,
            "rebounds": 3577,
            "assists": 2184,
            "turnovers": 1095,
            "assists_turnover_ratio": 1.99,
            "steals": 647,
            "blocks": 497,
            "personal_fouls": 1544,
            "tech_fouls": 75,
            "points": 9264,
            "fast_break_pts": 1016,
            "flagrant_fouls": 5,
            "points_off_turnovers": 1391,
            "second_chance_pts": 1107,
            "ejections": 2,
            "foulouts": 19,
            "efficiency": 11063,
            "points_in_paint": 4162,
            "team_offensive_rebounds": 482,
            "team_defensive_rebounds": 163,
            "team_rebounds": 645,
            "team_turnovers": 67,
            "total_rebounds": 4222,
            "total_turnovers": 1162,
            "true_shooting_att": 7801.64,
            "true_shooting_pct": 0.594,
            "field_goals_at_rim_made": 1327,
            "field_goals_at_rim_att": 1909,
            "field_goals_at_rim_pct": 0.695,
            "field_goals_at_midrange_made": 261,
            "field_goals_at_midrange_att": 654,
            "field_goals_at_midrange_pct": 0.399,
            "points_in_paint_made": 2081,
            "points_in_paint_att": 3613,
            "points_in_paint_pct": 0.576,
            "effective_fg_pct": 0.559,
            "bench_points": 2651,
            "fouls_drawn": 1631,
            "offensive_fouls": 139,
            "team_tech_fouls": 21,
            "defensive_assists": 0,
            "fast_break_att": 663,
            "fast_break_made": 384,
            "fast_break_pct": 0.579,
            "technical_other": 0,
            "coach_ejections": 0,
            "points_against": 8735,
            "second_chance_att": 771,
            "second_chance_made": 420,
            "second_chance_pct": 0.545,
            "coach_tech_fouls": 7,
            "team_fouls": 28,
            "total_fouls": 1572,
            "possessions": 8193.64,
            "opponent_possessions": 8226.36,
            "offensive_rating": 113.06,
            "defensive_rating": 106.18,
            "net_rating": 6.88
        },
        "average": {
            "fast_break_pts": 12.39,
            "points_off_turnovers": 16.96,
            "second_chance_pts": 13.5,
            "minutes": 241.5,
            "points": 113.0,
            "off_rebounds": 9.39,
            "def_rebounds": 34.23,
            "rebounds": 43.62,
            "assists": 26.6,
            "steals": 7.89,
            "blocks": 6.06,
            "turnovers": 13.35,
            "personal_fouls": 18.83,
            "flagrant_fouls": 0.06,
            "blocked_att": 4.52,
            "field_goals_made": 41.26,
            "field_goals_att": 85.05,
            "three_points_made": 12.65,
            "three_points_att": 32.7,
            "free_throws_made": 17.82,
            "free_throws_att": 22.94,
            "two_points_made": 28.61,
            "two_points_att": 52.35,
            "points_in_paint": 50.76,
            "efficiency": 134.91,
            "true_shooting_att": 95.14,
            "points_in_paint_att": 44.06,
            "points_in_paint_made": 25.38,
            "bench_points": 32.33,
            "fouls_drawn": 19.89,
            "offensive_fouls": 1.7,
            "fast_break_att": 8.09,
            "fast_break_made": 4.68,
            "second_chance_att": 9.4,
            "second_chance_made": 5.12
        }
    },
    "opponents": {
        "total": {
            "games_played": 82,
            "minutes": 19805.0,
            "field_goals_made": 3198,
            "field_goals_att": 7114,
            "field_goals_pct": 0.45,
            "two_points_made": 2261,
            "two_points_att": 4469,
            "two_points_pct": 0.506,
            "three_points_made": 937,
            "three_points_att": 2645,
            "three_points_pct": 0.354,
            "blocked_att": 497,
            "free_throws_made": 1402,
            "free_throws_att": 1794,
            "free_throws_pct": 0.781,
            "offensive_rebounds": 843,
            "defensive_rebounds": 2555,
            "rebounds": 3398,
            "assists": 2008,
            "turnovers": 1113,
            "assists_turnover_ratio": 1.8,
            "steals": 616,
            "blocks": 371,
            "personal_fouls": 1630,
            "tech_fouls": 49,
            "points": 8735,
            "fast_break_pts": 1086,
            "flagrant_fouls": 2,
            "points_off_turnovers": 1343,
            "second_chance_pts": 1042,
            "ejections": 2,
            "foulouts": 9,
            "efficiency": 9707,
            "points_in_paint": 3778,
            "team_offensive_rebounds": 494,
            "team_defensive_rebounds": 205,
            "team_rebounds": 699,
            "team_turnovers": 53,
            "total_rebounds": 4097,
            "total_turnovers": 1166,
            "true_shooting_att": 7903.36,
            "true_shooting_pct": 0.553,
            "field_goals_at_rim_made": 1145,
            "field_goals_at_rim_att": 1736,
            "field_goals_at_rim_pct": 0.66,
            "field_goals_at_midrange_made": 365,
            "field_goals_at_midrange_att": 912,
            "field_goals_at_midrange_pct": 0.4,
            "points_in_paint_made": 1889,
            "points_in_paint_att": 3535,
            "points_in_paint_pct": 0.534,
            "effective_fg_pct": 0.515,
            "bench_points": 2541,
            "fouls_drawn": 1546,
            "offensive_fouls": 130,
            "team_tech_fouls": 16,
            "defensive_assists": 0,
            "fast_break_att": 745,
            "fast_break_made": 422,
            "fast_break_pct": 0.566,
            "technical_other": 0,
            "coach_ejections": 0,
            "points_against": 9264,
            "second_chance_att": 866,
            "second_chance_made": 400,
            "second_chance_pct": 0.462,
            "coach_tech_fouls": 3,
            "team_fouls": 19,
            "total_fouls": 1649,
            "possessions": 8226.36,
            "opponent_possessions": 8193.64,
            "offensive_rating": 106.18,
            "defensive_rating": 113.06,
            "net_rating": -6.88
        },
        "average": {
            "fast_break_pts": 13.24,
            "points_off_turnovers": 16.38,
            "second_chance_pts": 12.71,
            "minutes": 241.5,
            "points": 106.5,
            "off_rebounds": 10.28,
            "def_rebounds": 31.16,
            "rebounds": 41.44,
            "assists": 24.5,
            "steals": 7.51,
            "blocks": 4.52,
            "turnovers": 13.57,
            "personal_fouls": 19.88,
            "flagrant_fouls": 0.02,
            "blocked_att": 6.06,
            "field_goals_made": 39.0,
            "field_goals_att": 86.76,
            "three_points_made": 11.43,
            "three_points_att": 32.26,
            "free_throws_made": 17.1,
            "free_throws_att": 21.88,
            "two_points_made": 27.57,
            "two_points_att": 54.5,
            "points_in_paint": 46.07,
            "efficiency": 118.38,
            "true_shooting_att": 96.38,
            "points_in_paint_att": 43.11,
            "points_in_paint_made": 23.04,
            "bench_points": 30.99,
            "fouls_drawn": 18.85,
            "offensive_fouls": 1.59,
            "fast_break_att": 9.09,
            "fast_break_made": 5.15,
            "second_chance_att": 10.56,
            "second_chance_made": 4.88
        }
    },



Usage Percentage

Release DateFeeds AffectedBenefit
05/06/2024Player Profile

Seasonal Statistics

Series Statistics
We added Usage Percentage (usage_pct) as a seasonal player statistic.

Usage Percentage represents an estimate of the percentage of team plays used by a player while they are on the floor.
<season id="f1162fd1-29c5-4c29-abb4-57b78f16d238" year="2023" type="REG">
  <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" reference="1610612750">
    <statistics>
      <total games_played="62" games_started="62" minutes="2026.0" field_goals_made="479" field_goals_att="951" field_goals_pct="0.504" two_points_made="343" two_points_att="624" two_points_pct="0.55" three_points_made="136" three_points_att="327" three_points_pct="0.416" blocked_att="67" free_throws_made="255" free_throws_att="292" free_throws_pct="0.873" offensive_rebounds="94" defensive_rebounds="421" rebounds="515" assists="189" turnovers="177" assists_turnover_ratio="1.07" steals="43" blocks="41" personal_fouls="204" tech_fouls="-1" points="1349" flagrant_fouls="0" ejections="0" foulouts="7" tech_fouls_non_unsportsmanlike="1" true_shooting_att="1079.48" true_shooting_pct="0.625" efficiency="1451" field_goals_at_rim_made="182" field_goals_at_rim_att="280" field_goals_at_rim_pct="0.65" field_goals_at_midrange_made="34" field_goals_at_midrange_att="84" field_goals_at_midrange_pct="0.405" usage_pct="27.61" points_off_turnovers="192" points_in_paint="614" points_in_paint_made="307" points_in_paint_att="534" points_in_paint_pct="0.575" effective_fg_pct="0.575" double_doubles="22" triple_doubles="0" fouls_drawn="262" offensive_fouls="52" fast_break_pts="67" fast_break_att="37" fast_break_made="25" fast_break_pct="0.676" coach_ejections="0" second_chance_pct="0.542" second_chance_pts="155" second_chance_att="96" second_chance_made="52" minus="4517" plus="4838" coach_tech_fouls="0"/>
      <average minutes="32.7" points="21.8" off_rebounds="1.52" def_rebounds="6.79" rebounds="8.31" assists="3.0" steals="0.69" blocks="0.66" turnovers="2.85" personal_fouls="3.29" flagrant_fouls="0.0" blocked_att="1.08" field_goals_made="7.73" field_goals_att="15.34" three_points_made="2.19" three_points_att="5.27" free_throws_made="4.11" free_throws_att="4.71" two_points_made="5.53" two_points_att="10.06" efficiency="23.4" true_shooting_att="17.41" points_off_turnovers="3.1" points_in_paint_made="4.95" points_in_paint_att="8.61" points_in_paint="9.9" fouls_drawn="4.23" offensive_fouls="0.84" fast_break_pts="1.08" fast_break_att="0.6" fast_break_made="0.4" second_chance_pts="2.5" second_chance_att="1.55" second_chance_made="0.84"/>
    </statistics>
  </team>
</season>
"seasons": [
  {
    "id": "f1162fd1-29c5-4c29-abb4-57b78f16d238",
    "year": 2023,
    "type": "REG",
    "teams": [
      {
        "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
        "name": "Timberwolves",
        "market": "Minnesota",
        "alias": "MIN",
        "reference": "1610612750",
        "total": {
          "games_played": 62,
          "games_started": 62,
          "minutes": 2026.0,
          "field_goals_made": 479,
          "field_goals_att": 951,
          "field_goals_pct": 0.504,
          "two_points_made": 343,
          "two_points_att": 624,
          "two_points_pct": 0.55,
          "three_points_made": 136,
          "three_points_att": 327,
          "three_points_pct": 0.416,
          "blocked_att": 67,
          "free_throws_made": 255,
          "free_throws_att": 292,
          "free_throws_pct": 0.873,
          "offensive_rebounds": 94,
          "defensive_rebounds": 421,
          "rebounds": 515,
          "assists": 189,
          "turnovers": 177,
          "assists_turnover_ratio": 1.07,
          "steals": 43,
          "blocks": 41,
          "personal_fouls": 204,
          "tech_fouls": -1,
          "points": 1349,
          "flagrant_fouls": 0,
          "ejections": 0,
          "foulouts": 7,
          "tech_fouls_non_unsportsmanlike": 1,
          "true_shooting_att": 1079.48,
          "true_shooting_pct": 0.625,
          "efficiency": 1451,
          "field_goals_at_rim_made": 182,
          "field_goals_at_rim_att": 280,
          "field_goals_at_rim_pct": 0.65,
          "field_goals_at_midrange_made": 34,
          "field_goals_at_midrange_att": 84,
          "field_goals_at_midrange_pct": 0.405,
          "usage_pct": 27.61,
          "points_off_turnovers": 192,
          "points_in_paint": 614,
          "points_in_paint_made": 307,
          "points_in_paint_att": 534,
          "points_in_paint_pct": 0.575,
          "effective_fg_pct": 0.575,
          "double_doubles": 22,
          "triple_doubles": 0,
          "fouls_drawn": 262,
          "offensive_fouls": 52,
          "fast_break_pts": 67,
          "fast_break_att": 37,
          "fast_break_made": 25,
          "fast_break_pct": 0.676,
          "coach_ejections": 0,
          "second_chance_pct": 0.542,
          "second_chance_pts": 155,
          "second_chance_att": 96,
          "second_chance_made": 52,
          "minus": 4517,
          "plus": 4838,
          "coach_tech_fouls": 0
        },
        "average": {
          "minutes": 32.7,
          "points": 21.8,
          "off_rebounds": 1.52,
          "def_rebounds": 6.79,
          "rebounds": 8.31,
          "assists": 3.0,
          "steals": 0.69,
          "blocks": 0.66,
          "turnovers": 2.85,
          "personal_fouls": 3.29,
          "flagrant_fouls": 0.0,
          "blocked_att": 1.08,
          "field_goals_made": 7.73,
          "field_goals_att": 15.34,
          "three_points_made": 2.19,
          "three_points_att": 5.27,
          "free_throws_made": 4.11,
          "free_throws_att": 4.71,
          "two_points_made": 5.53,
          "two_points_att": 10.06,
          "efficiency": 23.4,
          "true_shooting_att": 17.41,
          "points_off_turnovers": 3.1,
          "points_in_paint_made": 4.95,
          "points_in_paint_att": 8.61,
          "points_in_paint": 9.9,
          "fouls_drawn": 4.23,
          "offensive_fouls": 0.84,
          "fast_break_pts": 1.08,
          "fast_break_att": 0.6,
          "fast_break_made": 0.4,
          "second_chance_pts": 2.5,
          "second_chance_att": 1.55,
          "second_chance_made": 0.84
        }
      }
    ]
  },



Team Total Turnovers by Period

Release DateFeeds AffectedBenefit
05/06/2024Game SummaryWe added Team Total Turnovers (total_turnovers) at the team period level.
<periods>
  <period type="REG" id="67953749-7053-4737-a461-9c0c1a9d76aa" number="1" sequence="1" minutes="1:00:00" field_goals_made="11" field_goals_att="20" field_goals_pct="55.0" three_points_made="5" three_points_att="12" three_points_pct="41.7" two_points_made="6" two_points_att="8" two_points_pct="75.0" blocked_att="0" free_throws_made="1" free_throws_att="1" free_throws_pct="100.0" offensive_rebounds="0" defensive_rebounds="9" rebounds="9" assists="8" turnovers="5" steals="2" blocks="2" assists_turnover_ratio="1.6" personal_fouls="6" offensive_fouls="1" points="28" fast_break_pts="0" second_chance_pts="0" team_turnovers="0" points_off_turnovers="10" team_rebounds="1" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="4" effective_fg_pct="67.5" bench_points="7" points_in_paint="12" points_in_paint_att="7" points_in_paint_made="6" points_in_paint_pct="85.7" true_shooting_att="20.44" true_shooting_pct="68.5" biggest_lead="11" fouls_drawn="4" total_turnovers="5" efficiency="33" efficiency_game_score="22.7" team_defensive_rebounds="0" team_offensive_rebounds="1" total_fouls="6" total_rebounds="10" defensive_rating="88.2352941176471" offensive_rating="110.062893081761" points_against="24" possessions="25.44" opponent_possessions="27.2" time_leading="9:04" defensive_points_per_possession="0.94" offensive_points_per_possession="1.1" team_fouls="0" second_chance_att="0" second_chance_made="0" second_chance_pct="0.0" fast_break_att="2" fast_break_made="0" fast_break_pct="0.0"/>
  <period type="REG" id="19d24075-e210-4c41-9b5e-e7f02f00e980" number="2" sequence="2" minutes="1:00:00" field_goals_made="16" field_goals_att="24" field_goals_pct="66.7" three_points_made="9" three_points_att="15" three_points_pct="60.0" two_points_made="7" two_points_att="9" two_points_pct="77.8" blocked_att="0" free_throws_made="3" free_throws_att="4" free_throws_pct="75.0" offensive_rebounds="2" defensive_rebounds="10" rebounds="12" assists="13" turnovers="2" steals="2" blocks="1" assists_turnover_ratio="6.5" personal_fouls="3" offensive_fouls="1" points="44" fast_break_pts="10" second_chance_pts="3" team_turnovers="0" points_off_turnovers="5" team_rebounds="2" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="24" effective_fg_pct="85.4" bench_points="11" points_in_paint="12" points_in_paint_att="8" points_in_paint_made="6" points_in_paint_pct="75.0" true_shooting_att="25.76" true_shooting_pct="85.4" biggest_lead="28" fouls_drawn="5" total_turnovers="2" efficiency="63" efficiency_game_score="46.2" team_defensive_rebounds="1" team_offensive_rebounds="1" total_fouls="3" total_rebounds="14" defensive_rating="77.2797527047914" offensive_rating="170.807453416149" points_against="20" possessions="25.76" opponent_possessions="25.88" time_leading="12:00" defensive_points_per_possession="0.78" offensive_points_per_possession="1.71" team_fouls="0" second_chance_att="0" second_chance_made="0" second_chance_pct="0.0" fast_break_att="4" fast_break_made="4" fast_break_pct="100.0"/>
  <period type="REG" id="f60af69f-bd10-4e5a-b9ed-0df46e8aad57" number="3" sequence="3" minutes="1:00:00" field_goals_made="10" field_goals_att="19" field_goals_pct="52.6" three_points_made="1" three_points_att="5" three_points_pct="20.0" two_points_made="9" two_points_att="14" two_points_pct="64.3" blocked_att="0" free_throws_made="4" free_throws_att="5" free_throws_pct="80.0" offensive_rebounds="3" defensive_rebounds="13" rebounds="16" assists="4" turnovers="7" steals="3" blocks="4" assists_turnover_ratio="0.57" personal_fouls="5" offensive_fouls="1" points="25" fast_break_pts="6" second_chance_pts="4" team_turnovers="1" points_off_turnovers="4" team_rebounds="0" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="1" effective_fg_pct="55.3" bench_points="6" points_in_paint="16" points_in_paint_att="11" points_in_paint_made="8" points_in_paint_pct="72.7" true_shooting_att="21.2" true_shooting_pct="59.0" biggest_lead="31" fouls_drawn="5" total_turnovers="8" efficiency="35" efficiency_game_score="20.9" team_defensive_rebounds="0" team_offensive_rebounds="0" total_fouls="5" total_rebounds="16" defensive_rating="83.4492350486787" offensive_rating="95.4198473282443" points_against="24" possessions="26.2" opponent_possessions="28.76" time_leading="12:00" defensive_points_per_possession="0.92" offensive_points_per_possession="0.95" team_fouls="0" second_chance_att="2" second_chance_made="2" second_chance_pct="100.0" fast_break_att="5" fast_break_made="3" fast_break_pct="60.0"/>
  <period type="REG" id="3d4e5cfc-eacb-4e69-b544-b911ce7b4f29" number="4" sequence="4" minutes="1:00:00" field_goals_made="8" field_goals_att="19" field_goals_pct="42.1" three_points_made="0" three_points_att="5" three_points_pct="0.0" two_points_made="8" two_points_att="14" two_points_pct="57.1" blocked_att="1" free_throws_made="9" free_throws_att="14" free_throws_pct="64.3" offensive_rebounds="3" defensive_rebounds="8" rebounds="11" assists="5" turnovers="2" steals="2" blocks="0" assists_turnover_ratio="2.5" personal_fouls="9" offensive_fouls="1" points="25" fast_break_pts="4" second_chance_pts="1" team_turnovers="1" points_off_turnovers="8" team_rebounds="2" flagrant_fouls="0" player_tech_fouls="0" team_tech_fouls="0" pls_min="-8" effective_fg_pct="42.1" bench_points="10" points_in_paint="16" points_in_paint_att="13" points_in_paint_made="8" points_in_paint_pct="61.5" true_shooting_att="25.16" true_shooting_pct="49.7" biggest_lead="29" fouls_drawn="9" total_turnovers="3" efficiency="24" efficiency_game_score="17.3" team_defensive_rebounds="0" team_offensive_rebounds="2" total_fouls="9" total_rebounds="13" defensive_rating="122.950819672131" offensive_rating="99.3640699523052" points_against="33" possessions="25.16" opponent_possessions="26.84" time_leading="12:00" defensive_points_per_possession="1.31" offensive_points_per_possession="0.99" team_fouls="0" second_chance_att="2" second_chance_made="0" second_chance_pct="0.0" fast_break_att="2" fast_break_made="2" fast_break_pct="100.0"/>
</periods>
"periods": [
  {
    "type": "REG",
    "id": "67953749-7053-4737-a461-9c0c1a9d76aa",
    "number": 1,
    "sequence": 1,
    "minutes": "1:00:00",
    "field_goals_made": 11,
    "field_goals_att": 20,
    "field_goals_pct": 55.0,
    "three_points_made": 5,
    "three_points_att": 12,
    "three_points_pct": 41.7,
    "two_points_made": 6,
    "two_points_att": 8,
    "two_points_pct": 75.0,
    "blocked_att": 0,
    "free_throws_made": 1,
    "free_throws_att": 1,
    "free_throws_pct": 100.0,
    "offensive_rebounds": 0,
    "defensive_rebounds": 9,
    "rebounds": 9,
    "assists": 8,
    "turnovers": 5,
    "steals": 2,
    "blocks": 2,
    "assists_turnover_ratio": 1.6,
    "personal_fouls": 6,
    "offensive_fouls": 1,
    "points": 28,
    "fast_break_pts": 0,
    "second_chance_pts": 0,
    "team_turnovers": 0,
    "points_off_turnovers": 10,
    "team_rebounds": 1,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": 4,
    "effective_fg_pct": 67.5,
    "bench_points": 7,
    "points_in_paint": 12,
    "points_in_paint_att": 7,
    "points_in_paint_made": 6,
    "points_in_paint_pct": 85.7,
    "true_shooting_att": 20.44,
    "true_shooting_pct": 68.5,
    "biggest_lead": 11,
    "fouls_drawn": 4,
    "total_turnovers": 5,
    "efficiency": 33,
    "efficiency_game_score": 22.7,
    "team_defensive_rebounds": 0,
    "team_offensive_rebounds": 1,
    "total_fouls": 6,
    "total_rebounds": 10,
    "defensive_rating": 88.2352941176471,
    "offensive_rating": 110.062893081761,
    "points_against": 24,
    "possessions": 25.44,
    "opponent_possessions": 27.2,
    "time_leading": "9:04",
    "defensive_points_per_possession": 0.94,
    "offensive_points_per_possession": 1.1,
    "team_fouls": 0,
    "second_chance_att": 0,
    "second_chance_made": 0,
    "second_chance_pct": 0.0,
    "fast_break_att": 2,
    "fast_break_made": 0,
    "fast_break_pct": 0.0
  },
  {
    "type": "REG",
    "id": "19d24075-e210-4c41-9b5e-e7f02f00e980",
    "number": 2,
    "sequence": 2,
    "minutes": "1:00:00",
    "field_goals_made": 16,
    "field_goals_att": 24,
    "field_goals_pct": 66.7,
    "three_points_made": 9,
    "three_points_att": 15,
    "three_points_pct": 60.0,
    "two_points_made": 7,
    "two_points_att": 9,
    "two_points_pct": 77.8,
    "blocked_att": 0,
    "free_throws_made": 3,
    "free_throws_att": 4,
    "free_throws_pct": 75.0,
    "offensive_rebounds": 2,
    "defensive_rebounds": 10,
    "rebounds": 12,
    "assists": 13,
    "turnovers": 2,
    "steals": 2,
    "blocks": 1,
    "assists_turnover_ratio": 6.5,
    "personal_fouls": 3,
    "offensive_fouls": 1,
    "points": 44,
    "fast_break_pts": 10,
    "second_chance_pts": 3,
    "team_turnovers": 0,
    "points_off_turnovers": 5,
    "team_rebounds": 2,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": 24,
    "effective_fg_pct": 85.4,
    "bench_points": 11,
    "points_in_paint": 12,
    "points_in_paint_att": 8,
    "points_in_paint_made": 6,
    "points_in_paint_pct": 75.0,
    "true_shooting_att": 25.76,
    "true_shooting_pct": 85.4,
    "biggest_lead": 28,
    "fouls_drawn": 5,
    "total_turnovers": 2,
    "efficiency": 63,
    "efficiency_game_score": 46.2,
    "team_defensive_rebounds": 1,
    "team_offensive_rebounds": 1,
    "total_fouls": 3,
    "total_rebounds": 14,
    "defensive_rating": 77.2797527047914,
    "offensive_rating": 170.807453416149,
    "points_against": 20,
    "possessions": 25.76,
    "opponent_possessions": 25.88,
    "time_leading": "12:00",
    "defensive_points_per_possession": 0.78,
    "offensive_points_per_possession": 1.71,
    "team_fouls": 0,
    "second_chance_att": 0,
    "second_chance_made": 0,
    "second_chance_pct": 0.0,
    "fast_break_att": 4,
    "fast_break_made": 4,
    "fast_break_pct": 100.0
  },
  {
    "type": "REG",
    "id": "f60af69f-bd10-4e5a-b9ed-0df46e8aad57",
    "number": 3,
    "sequence": 3,
    "minutes": "1:00:00",
    "field_goals_made": 10,
    "field_goals_att": 19,
    "field_goals_pct": 52.6,
    "three_points_made": 1,
    "three_points_att": 5,
    "three_points_pct": 20.0,
    "two_points_made": 9,
    "two_points_att": 14,
    "two_points_pct": 64.3,
    "blocked_att": 0,
    "free_throws_made": 4,
    "free_throws_att": 5,
    "free_throws_pct": 80.0,
    "offensive_rebounds": 3,
    "defensive_rebounds": 13,
    "rebounds": 16,
    "assists": 4,
    "turnovers": 7,
    "steals": 3,
    "blocks": 4,
    "assists_turnover_ratio": 0.57,
    "personal_fouls": 5,
    "offensive_fouls": 1,
    "points": 25,
    "fast_break_pts": 6,
    "second_chance_pts": 4,
    "team_turnovers": 1,
    "points_off_turnovers": 4,
    "team_rebounds": 0,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": 1,
    "effective_fg_pct": 55.3,
    "bench_points": 6,
    "points_in_paint": 16,
    "points_in_paint_att": 11,
    "points_in_paint_made": 8,
    "points_in_paint_pct": 72.7,
    "true_shooting_att": 21.2,
    "true_shooting_pct": 59.0,
    "biggest_lead": 31,
    "fouls_drawn": 5,
    "total_turnovers": 8,
    "efficiency": 35,
    "efficiency_game_score": 20.9,
    "team_defensive_rebounds": 0,
    "team_offensive_rebounds": 0,
    "total_fouls": 5,
    "total_rebounds": 16,
    "defensive_rating": 83.4492350486787,
    "offensive_rating": 95.4198473282443,
    "points_against": 24,
    "possessions": 26.2,
    "opponent_possessions": 28.76,
    "time_leading": "12:00",
    "defensive_points_per_possession": 0.92,
    "offensive_points_per_possession": 0.95,
    "team_fouls": 0,
    "second_chance_att": 2,
    "second_chance_made": 2,
    "second_chance_pct": 100.0,
    "fast_break_att": 5,
    "fast_break_made": 3,
    "fast_break_pct": 60.0
  },
  {
    "type": "REG",
    "id": "3d4e5cfc-eacb-4e69-b544-b911ce7b4f29",
    "number": 4,
    "sequence": 4,
    "minutes": "1:00:00",
    "field_goals_made": 8,
    "field_goals_att": 19,
    "field_goals_pct": 42.1,
    "three_points_made": 0,
    "three_points_att": 5,
    "three_points_pct": 0.0,
    "two_points_made": 8,
    "two_points_att": 14,
    "two_points_pct": 57.1,
    "blocked_att": 1,
    "free_throws_made": 9,
    "free_throws_att": 14,
    "free_throws_pct": 64.3,
    "offensive_rebounds": 3,
    "defensive_rebounds": 8,
    "rebounds": 11,
    "assists": 5,
    "turnovers": 2,
    "steals": 2,
    "blocks": 0,
    "assists_turnover_ratio": 2.5,
    "personal_fouls": 9,
    "offensive_fouls": 1,
    "points": 25,
    "fast_break_pts": 4,
    "second_chance_pts": 1,
    "team_turnovers": 1,
    "points_off_turnovers": 8,
    "team_rebounds": 2,
    "flagrant_fouls": 0,
    "player_tech_fouls": 0,
    "team_tech_fouls": 0,
    "pls_min": -8,
    "effective_fg_pct": 42.1,
    "bench_points": 10,
    "points_in_paint": 16,
    "points_in_paint_att": 13,
    "points_in_paint_made": 8,
    "points_in_paint_pct": 61.5,
    "true_shooting_att": 25.16,
    "true_shooting_pct": 49.7,
    "biggest_lead": 29,
    "fouls_drawn": 9,
    "total_turnovers": 3,
    "efficiency": 24,
    "efficiency_game_score": 17.3,
    "team_defensive_rebounds": 0,
    "team_offensive_rebounds": 2,
    "total_fouls": 9,
    "total_rebounds": 13,
    "defensive_rating": 122.950819672131,
    "offensive_rating": 99.3640699523052,
    "points_against": 33,
    "possessions": 25.16,
    "opponent_possessions": 26.84,
    "time_leading": "12:00",
    "defensive_points_per_possession": 1.31,
    "offensive_points_per_possession": 0.99,
    "team_fouls": 0,
    "second_chance_att": 2,
    "second_chance_made": 0,
    "second_chance_pct": 0.0,
    "fast_break_att": 2,
    "fast_break_made": 2,
    "fast_break_pct": 100.0
  }
]


Team Profile Info

Release DateFeeds AffectedBenefit
05/06/2024League Hierarchy

Team Profile
Added the following profile info for teams.

- Year Founded

- Owner(s)
- General Manager
- Team President
- Team Mascot
- Team Nicknames
- Team Sponsor
- Championships Won
- Championship Seasons
- Conference Titles
- Retired Numbers
- Playoff Appearance
<team id="6f017f37-be96-4bdc-b6d3-0a0429c72e89" name="Lynx" market="Minnesota" alias="MIN" 
      franchise_id="b41d23fe-1741-43ff-a8bf-abb484cc9a10" sr_id="sr:team:3440" founded="1999" 
      owner="Glen Taylor, Alex Rodriguez, and Marc Lore" general_manager="Clare Duwelius" 
      president="Carley Knox" mascot="Prowl" sponsor="Mayo Clinic" championships_won="4" 
      championship_seasons="2011, 2013, 2015, 2017" conference_titles="4" retired_numbers="13, 32, 33, 34" 
      playoff_appearances="14">
{
  "id": "6f017f37-be96-4bdc-b6d3-0a0429c72e89",
  "name": "Lynx",
  "market": "Minnesota",
  "alias": "MIN",
  "franchise_id": "b41d23fe-1741-43ff-a8bf-abb484cc9a10",
  "sr_id": "sr:team:3440",
  "founded": 1999,
  "owner": "Glen Taylor, Alex Rodriguez, and Marc Lore",
  "general_manager": "Clare Duwelius",
  "president": "Carley Knox",
  "mascot": "Prowl",
  "sponsor": "Mayo Clinic",
  "championships_won": 4,
  "championship_seasons": "2011, 2013, 2015, 2017",
  "conference_titles": 4,
  "retired_numbers": "13, 32, 33, 34",
  "playoff_appearances": 14,
  "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
      }
    }
  ],
  "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"
    }
  }
},


Rescinded Technical Foul

Release DateFeeds AffectedBenefit
04/29/2024Play-by-PlayAdded a rescinded boolean value to events to signify when a technical foul has been rescinded by the league.
<event id="2ef6cc5d-1f44-477c-87bc-1b3e9d7d6b0c" clock="00:01" updated="2024-04-22T19:56:32Z" 
       sequence="1712520852700" home_points="25" away_points="41" clock_decimal="00:01.90" 
       rescinded="true" event_type="technicalfoul">
  <description>Luka Doncic rescinded technical foul.</description>
  <attribution name="Mavericks" market="Dallas" id="583ecf50-fb46-11e1-82cb-f4ce4684ea4c" team_basket="right" sr_id="sr:team:3411" reference="1610612742"/>
  <possession name="Rockets" market="Houston" id="583ecb3a-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3412" reference="1610612745"/>
  <on_court>
    <home name="Mavericks" market="Dallas" id="583ecf50-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3411" reference="1610612742">
      <player full_name="Maxi Kleber" jersey_number="42" id="3ef70a50-cd0d-4148-a1ad-ca830a1a9046" sr_id="sr:player:921210" reference="1628467"/>
      <player full_name="Luka Doncic" jersey_number="77" id="d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7" sr_id="sr:player:926008" reference="1629029"/>
      <player full_name="Derrick Jones Jr." jersey_number="55" id="54cf6e06-9172-44b8-8d3b-ea1b6926553d" sr_id="sr:player:1075216" reference="1627884"/>
      <player full_name="Tim Hardaway Jr." jersey_number="10" id="35cd1338-c56b-4247-b53c-264585c59883" sr_id="sr:player:608188" reference="203501"/>
      <player full_name="Jaden Hardy" jersey_number="1" id="a8d25a06-b47e-4a08-a945-7bf0dd945584" sr_id="sr:player:2299171" reference="1630702"/>
    </home>
    <away name="Rockets" market="Houston" id="583ecb3a-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3412" reference="1610612745">
      <player full_name="Dillon Brooks" jersey_number="9" id="72a6489b-ad35-4f06-8a4f-a68ea1052f7b" sr_id="sr:player:1171432" reference="1628415"/>
      <player full_name="Jeff Green" jersey_number="32" id="b9155864-4192-4ad7-8652-57a0844c87b3" sr_id="sr:player:607318" reference="201145"/>
      <player full_name="Reggie Bullock Jr." jersey_number="25" id="42fa4c2c-6520-4d04-a753-cfe4a5c5e2e1" sr_id="sr:player:608190" reference="203493"/>
      <player full_name="Jalen Green" jersey_number="4" id="9a331092-35db-456c-a44a-d5b80a02ebe9" sr_id="sr:player:2195912" reference="1630224"/>
      <player full_name="Aaron Holiday" jersey_number="0" id="877eb456-2827-475f-b858-2bc00480e24f" sr_id="sr:player:1159900" reference="1628988"/>
    </away>
  </on_court>
</event>

{
  "id": "2ef6cc5d-1f44-477c-87bc-1b3e9d7d6b0c",
  "clock": "00:01",
  "updated": "2024-04-22T19:56:32Z",
  "description": "Luka Doncic rescinded technical foul.",
  "sequence": 1712520852700,
  "home_points": 25,
  "away_points": 41,
  "clock_decimal": "00:01.90",
  "rescinded": true,
  "event_type": "technicalfoul",
  "attribution": {
    "name": "Mavericks",
    "market": "Dallas",
    "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
    "team_basket": "right",
    "sr_id": "sr:team:3411",
    "reference": "1610612742"
  },
  "possession": {
    "name": "Rockets",
    "market": "Houston",
    "id": "583ecb3a-fb46-11e1-82cb-f4ce4684ea4c",
    "sr_id": "sr:team:3412",
    "reference": "1610612745"
  },
  "on_court": {
    "home": {
      "name": "Mavericks",
      "market": "Dallas",
      "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
      "sr_id": "sr:team:3411",
      "reference": "1610612742",
      "players": [
        {
          "full_name": "Maxi Kleber",
          "jersey_number": "42",
          "id": "3ef70a50-cd0d-4148-a1ad-ca830a1a9046",
          "sr_id": "sr:player:921210",
          "reference": "1628467"
        },
        {
          "full_name": "Luka Doncic",
          "jersey_number": "77",
          "id": "d2ee92e9-3e72-45eb-b156-2dc5adc1e6f7",
          "sr_id": "sr:player:926008",
          "reference": "1629029"
        },
        {
          "full_name": "Derrick Jones Jr.",
          "jersey_number": "55",
          "id": "54cf6e06-9172-44b8-8d3b-ea1b6926553d",
          "sr_id": "sr:player:1075216",
          "reference": "1627884"
        },
        {
          "full_name": "Tim Hardaway Jr.",
          "jersey_number": "10",
          "id": "35cd1338-c56b-4247-b53c-264585c59883",
          "sr_id": "sr:player:608188",
          "reference": "203501"
        },
        {
          "full_name": "Jaden Hardy",
          "jersey_number": "1",
          "id": "a8d25a06-b47e-4a08-a945-7bf0dd945584",
          "sr_id": "sr:player:2299171",
          "reference": "1630702"
        }
      ]
    },
    "away": {
      "name": "Rockets",
      "market": "Houston",
      "id": "583ecb3a-fb46-11e1-82cb-f4ce4684ea4c",
      "sr_id": "sr:team:3412",
      "reference": "1610612745",
      "players": [
        {
          "full_name": "Dillon Brooks",
          "jersey_number": "9",
          "id": "72a6489b-ad35-4f06-8a4f-a68ea1052f7b",
          "sr_id": "sr:player:1171432",
          "reference": "1628415"
        },
        {
          "full_name": "Jeff Green",
          "jersey_number": "32",
          "id": "b9155864-4192-4ad7-8652-57a0844c87b3",
          "sr_id": "sr:player:607318",
          "reference": "201145"
        },
        {
          "full_name": "Reggie Bullock Jr.",
          "jersey_number": "25",
          "id": "42fa4c2c-6520-4d04-a753-cfe4a5c5e2e1",
          "sr_id": "sr:player:608190",
          "reference": "203493"
        },
        {
          "full_name": "Jalen Green",
          "jersey_number": "4",
          "id": "9a331092-35db-456c-a44a-d5b80a02ebe9",
          "sr_id": "sr:player:2195912",
          "reference": "1630224"
        },
        {
          "full_name": "Aaron Holiday",
          "jersey_number": "0",
          "id": "877eb456-2827-475f-b858-2bc00480e24f",
          "sr_id": "sr:player:1159900",
          "reference": "1628988"
        }
      ]
    }
  }
},


Season Info by Game

Release DateFeeds AffectedBenefit
04/29/2024Game Boxscore

Game Summary

Play-by-Play
Added season info to game endpoints so you may easily reference a game's season affiliation.

Season data points include: id, name, type, and year
<game xmlns="http://feed.elasticstats.com/schema/basketball/game-v8.0.xsd" id="e0909055-9886-437c-b638-f8014666c212" title="Game 4" status="closed" coverage="full" scheduled="2024-04-29T01:30:00+00:00" duration="2:48" attendance="17071" lead_changes="23" times_tied="21" clock="00:00" quarter="4" track_on_court="true" reference="0042300164" entry_mode="WEBSOCKET" sr_id="sr:match:49324853" clock_decimal="00:00" home_team="583ecfa8-fb46-11e1-82cb-f4ce4684ea4c" away_team="583eca2f-fb46-11e1-82cb-f4ce4684ea4c">
    <season id="8905ddd2-e5f0-4734-b9ef-c9c3452b72d2" year="2023" type="PST" name="Post-season"/>
{
    "id": "e0909055-9886-437c-b638-f8014666c212",
    "title": "Game 4",
    "status": "closed",
    "coverage": "full",
    "scheduled": "2024-04-29T01:30:00+00:00",
    "duration": "2:48",
    "attendance": 17071,
    "lead_changes": 23,
    "times_tied": 21,
    "clock": "00:00",
    "quarter": 4,
    "track_on_court": true,
    "reference": "0042300164",
    "entry_mode": "WEBSOCKET",
    "sr_id": "sr:match:49324853",
    "clock_decimal": "00:00",
    "time_zones": {
        "venue": "US/Arizona",
        "home": "US/Arizona",
        "away": "US/Central"
    },
    "season": {
        "id": "8905ddd2-e5f0-4734-b9ef-c9c3452b72d2",
        "year": 2023,
        "type": "PST",
        "name": "Post-season"
    },


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
            }
        }
    ],


TBD vs. TBD Support

Release DateFeeds AffectedBenefit
04/11/2024Daily Schedule

Schedule

Series Schedule
We are introducing support for Team TBD as a placeholder team.

This means you will now be able to obtain scheduled future games with known dates, even when one or both participants are yet to be determined.

See below for sample data.
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v5.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <season-schedule id="851f97e4-c830-4590-88e9-e1286383148c" year="2023" type="PIT">
        <series id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
                <game id="adafa13c-68d5-4127-bad0-48f46dc3485d" status="time-tbd" coverage="full" scheduled="2024-04-17T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          </home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          </away>
                </game>
            </games>
        </series>
        <series id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
                <game id="34fbb07b-8985-45e8-b0e0-00a717230b90" status="time-tbd" coverage="full" scheduled="2024-04-16T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a" title="Western Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Western Conference - Play-in Round - #8 vs #7" record="0">
                <source id="6171e123-afe8-4c67-b198-a33a29e7a572" title="Western Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Western Conference - Play-in Round - #10 vs #9" record="0">
                <source id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
                <game id="75da7f44-61fd-4590-b97a-074d863b20a7" status="time-tbd" coverage="full" scheduled="2024-04-19T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8" title="Western Conference - Play-in Round - #10 vs #9" round="1" start_date="2024-04-17" status="scheduled">
            <games>
                <game id="658de491-08be-4279-a8a7-6f98f1637e70" status="time-tbd" coverage="full" scheduled="2024-04-17T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" start_date="2024-04-16" status="scheduled">
            <games>
                <game id="bd80d85f-28e4-4ae9-8dea-97b14951e8c2" status="time-tbd" coverage="full" scheduled="2024-04-16T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
        <series id="ec633fa3-3c1c-4560-98ac-5f75850d70e1" title="Eastern Conference - Play-in Round - TBD vs TBD" round="1" start_date="2024-04-19" status="scheduled">
            <participant name="Eastern Conference - Play-in Round - #8 vs #7" record="0">
                <source id="ca09ddfd-fe0c-4914-8847-da15e23d251b" title="Eastern Conference - Play-in Round - #8 vs #7" round="1" outcome="loss"/>
            </participant>
            <participant name="Eastern Conference - Play-in Round - #10 vs #9" record="0">
                <source id="4d8021ed-288b-4585-ad97-f82e6bc1ddf5" title="Eastern Conference - Play-in Round - #10 vs #9" round="1" outcome="win"/>
            </participant>
            <games>
                <game id="b1c9bbbe-feb8-43e8-8226-4df5f013c0ff" status="time-tbd" coverage="full" scheduled="2024-04-19T17:00:00+00:00" neutral_site="false" track_on_court="true" home_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" away_team="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
                    <time_zones/>
                    <home name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</home>
                    <away name="Team TBD" alias="TBD" id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6">
          					</away>
                </game>
            </games>
        </series>
    </season-schedule>
</league>


{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "season": {
        "id": "851f97e4-c830-4590-88e9-e1286383148c",
        "year": 2023,
        "type": "PIT"
    },
    "series": [
        {
            "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
            "title": "Eastern Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "adafa13c-68d5-4127-bad0-48f46dc3485d",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-17T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
            "title": "Western Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "34fbb07b-8985-45e8-b0e0-00a717230b90",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-16T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "6f9c0c8d-0cc2-4c14-bc8c-5b0de7942b1a",
            "title": "Western Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Western Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "6171e123-afe8-4c67-b198-a33a29e7a572",
                        "title": "Western Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Western Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
                        "title": "Western Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": [
                {
                    "id": "75da7f44-61fd-4590-b97a-074d863b20a7",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-19T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "bf5f0c02-ba3e-4cbc-94e4-c3c1d5864ad8",
            "title": "Western Conference - Play-in Round - #10 vs #9",
            "round": 1,
            "start_date": "2024-04-17",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "658de491-08be-4279-a8a7-6f98f1637e70",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-17T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
            "title": "Eastern Conference - Play-in Round - #8 vs #7",
            "round": 1,
            "start_date": "2024-04-16",
            "status": "scheduled",
            "participants": [],
            "games": [
                {
                    "id": "bd80d85f-28e4-4ae9-8dea-97b14951e8c2",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-16T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        },
        {
            "id": "ec633fa3-3c1c-4560-98ac-5f75850d70e1",
            "title": "Eastern Conference - Play-in Round - TBD vs TBD",
            "round": 1,
            "start_date": "2024-04-19",
            "status": "scheduled",
            "participants": [
                {
                    "name": "Eastern Conference - Play-in Round - #8 vs #7",
                    "record": 0,
                    "source": {
                        "id": "ca09ddfd-fe0c-4914-8847-da15e23d251b",
                        "title": "Eastern Conference - Play-in Round - #8 vs #7",
                        "round": 1,
                        "outcome": "loss"
                    }
                },
                {
                    "name": "Eastern Conference - Play-in Round - #10 vs #9",
                    "record": 0,
                    "source": {
                        "id": "4d8021ed-288b-4585-ad97-f82e6bc1ddf5",
                        "title": "Eastern Conference - Play-in Round - #10 vs #9",
                        "round": 1,
                        "outcome": "win"
                    }
                }
            ],
            "games": [
                {
                    "id": "b1c9bbbe-feb8-43e8-8226-4df5f013c0ff",
                    "status": "time-tbd",
                    "coverage": "full",
                    "scheduled": "2024-04-19T17:00:00+00:00",
                    "neutral_site": false,
                    "track_on_court": true,
                    "home": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    },
                    "away": {
                        "name": "Team TBD",
                        "alias": "TBD",
                        "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6"
                    }
                }
            ]
        }
    ]
}


Teams Endpoint

Release DateFeeds AffectedBenefit
04/09/2024TeamsWe added a new Teams endpoint to the WNBA API.

Use this endpoint to easily retrieve any team within the WNBA API database.
<league xmlns="http://feed.elasticstats.com/schema/basketball/teams-v7.0.xsd" id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA">
    <teams>
        <team id="445dd038-f82e-4d33-936c-f480f11079ba" name="36ers" alias="ADL" market="Adelaide"/>
        <team id="583ec87d-fb46-11e1-82cb-f4ce4684ea4c" name="76ers" alias="PHI" market="Philadelphia"/>
        <team id="7c2943d4-0438-434e-abbb-6b2e9acb1b87" name="Baloncesto" alias="RMD" market="Madrid"/>
        <team id="94c1a8d8-fc5f-470f-8807-80c4686d3986" name="Barry" alias="BAR" market="Team"/>
        <team id="e3568832-fb2e-4b12-9858-71e6a91d51fd" name="Breakers" alias="NZB" market="New Zealand"/>
        <team id="583ecefd-fb46-11e1-82cb-f4ce4684ea4c" name="Bucks" alias="MIL" market="Milwaukee"/>
        <team id="076e6e4e-db27-4974-8df5-c4afca57b516" name="Bullets" alias="BNE" market="Brisbane"/>
        <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" alias="CHI" market="Chicago"/>
        <team id="583ec773-fb46-11e1-82cb-f4ce4684ea4c" name="Cavaliers" alias="CLE" market="Cleveland"/>
        <team id="583eccfa-fb46-11e1-82cb-f4ce4684ea4c" name="Celtics" alias="BOS" market="Boston"/>
        <team id="583ecdfb-fb46-11e1-82cb-f4ce4684ea4c" name="Clippers" alias="LAC" market="LA"/>
        <team id="d64e9292-0b2b-4c21-a623-fcadad5496f5" name="Detlef" alias="DLF" market="Team"/>
        <team id="5e527e87-3873-45b6-b25a-ea3417a9ac1f" name="Ducks" alias="BJD" market="Beijing"/>
        <team id="592d3144-895b-43e9-ab15-e84666a845d5" name="East NBA All Stars" alias="EST"/>
        <team id="575588a6-6e2e-4129-a8c6-ed2fd6fee32d" name="Flamengo" alias="FLA" market="Flamengo"/>
        <team id="0164819d-9edd-4397-8edf-692ef3275435" name="Franca" alias="FRA" market="Franca"/>
        <team id="9501f713-da56-4126-9d64-b689a6143200" name="Giannis" alias="GNS" market="Team"/>
        <team id="583eca88-fb46-11e1-82cb-f4ce4684ea4c" name="Grizzlies" alias="MEM" market="Memphis"/>
        <team id="520d6b2a-af1e-4f35-b51e-4264ec6ab878" name="Haifa" alias="MAC" market="Maccabi"/>
        <team id="583ecb8f-fb46-11e1-82cb-f4ce4684ea4c" name="Hawks" alias="ATL" market="Atlanta"/>
        <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" alias="MIA" market="Miami"/>
        <team id="583ec97e-fb46-11e1-82cb-f4ce4684ea4c" name="Hornets" alias="CHA" market="Charlotte"/>
        <team id="aa98f081-3622-49bc-863d-2d647712543b" name="Isiah" alias="IAH" market="Team"/>
        <team id="739e187c-5d96-477d-a2fb-5f40439138fc" name="Jalen" alias="JAL" market="Team"/>
        <team id="583ece50-fb46-11e1-82cb-f4ce4684ea4c" name="Jazz" alias="UTA" market="Utah"/>
        <team id="583ed0ac-fb46-11e1-82cb-f4ce4684ea4c" name="Kings" alias="SAC" market="Sacramento"/>
        <team id="72f294e0-397d-472e-953c-b37eac9010db" name="Kings" alias="SYD" market="Sydney"/>
        <team id="583ec70e-fb46-11e1-82cb-f4ce4684ea4c" name="Knicks" alias="NYK" market="New York"/>
        <team id="583ecae2-fb46-11e1-82cb-f4ce4684ea4c" name="Lakers" alias="LAL" market="Los Angeles"/>
        <team id="9a1f6434-9dcb-4613-aa9b-5ff3a2de5eba" name="LeBron" alias="LBN" market="Team"/>
        <team id="c60455d9-3549-4054-8ea0-ed9dba2607fa" name="Long-Lions" alias="GUA" market="Guangzhou"/>
        <team id="583ed157-fb46-11e1-82cb-f4ce4684ea4c" name="Magic" alias="ORL" market="Orlando"/>
        <team id="583ecf50-fb46-11e1-82cb-f4ce4684ea4c" name="Mavericks" alias="DAL" market="Dallas"/>
        <team id="583ec9d6-fb46-11e1-82cb-f4ce4684ea4c" name="Nets" alias="BKN" market="Brooklyn"/>
        <team id="583ed102-fb46-11e1-82cb-f4ce4684ea4c" name="Nuggets" alias="DEN" market="Denver"/>
        <team id="583ec7cd-fb46-11e1-82cb-f4ce4684ea4c" name="Pacers" alias="IND" market="Indiana"/>
        <team id="849c6b54-2cdc-4242-b194-7f7edd2ee341" name="Pau" alias="PAU" market="Team"/>
        <team id="5a6bb22b-40bf-4626-8342-4cb39dcafa0d" name="Payton" alias="PAY" market="Team"/>
        <team id="583ecc9a-fb46-11e1-82cb-f4ce4684ea4c" name="Pelicans" alias="NOP" market="New Orleans"/>
        <team id="583ec928-fb46-11e1-82cb-f4ce4684ea4c" name="Pistons" alias="DET" market="Detroit"/>
        <team id="1943b687-8f7c-4a85-af80-fabfa15d75d3" name="Ra'anana" alias="MRA" market="Maccabi"/>
        <team id="583ecda6-fb46-11e1-82cb-f4ce4684ea4c" name="Raptors" alias="TOR" market="Toronto"/>
        <team id="583ecb3a-fb46-11e1-82cb-f4ce4684ea4c" name="Rockets" alias="HOU" market="Houston"/>
        <team id="6b2d9651-4ff1-4f38-b5c4-5ce46fabc0b8" name="San Lorenzo" alias="SLA" market="Buenas Aires"/>
        <team id="f129a9c9-c5d5-4701-8115-a921e3b5b2c1" name="Sharks" alias="SDS" market="Shanghai"/>
        <team id="583ecd4f-fb46-11e1-82cb-f4ce4684ea4c" name="Spurs" alias="SAS" market="San Antonio"/>
        <team id="583ecfa8-fb46-11e1-82cb-f4ce4684ea4c" name="Suns" alias="PHX" market="Phoenix"/>
        <team id="907dc4e5-6957-4d19-b7d4-b1b7003b91e6" name="TBD" alias="TBD" market="Team"/>
        <team id="ead65d00-f2eb-45fe-90c5-3db78fe1a904" name="Taipans" alias="CNS" market="Cairns"/>
        <team id="2674a061-2cb1-4a0b-b0b6-e237ff267f45" name="Tamika" alias="TAM" market="Team"/>
        <team id="40c84241-d030-4816-bf9b-80df3514c354" name="Team Durant East" alias="DRT"/>
        <team id="cb51f332-f19a-4941-b0c0-d02d74d9c49f" name="Team LeBron East" alias="LBN"/>
        <team id="1d12f1f2-fb48-4f6a-8424-4a2cccdf1b18" name="Team Stephen West" alias="STP"/>
        <team id="fa69b5b1-3861-47e9-8d6b-366000133ef9" name="Team USA" alias="USA"/>
        <team id="0eae5d80-a7a7-4921-9d1a-f8bad67756fd" name="Team World" alias="WLD"/>
        <team id="583ecfff-fb46-11e1-82cb-f4ce4684ea4c" name="Thunder" alias="OKC" market="Oklahoma City"/>
        <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" alias="MIN" market="Minnesota"/>
        <team id="583ed056-fb46-11e1-82cb-f4ce4684ea4c" name="Trail Blazers" alias="POR" market="Portland"/>
        <team id="3bf4047b-ef03-42d4-848e-84bc7307958d" name="United" alias="MEL" market="Melbourne"/>
        <team id="583ec825-fb46-11e1-82cb-f4ce4684ea4c" name="Warriors" alias="GSW" market="Golden State"/>
        <team id="787ff06f-f0cc-484e-8114-04e0cdc444fa" name="West NBA All Stars" alias="WST"/>
        <team id="37d929d8-758f-4db7-bb94-10eb42048fbe" name="Wildcats" alias="PER" market="Perth"/>
        <team id="583ec8d4-fb46-11e1-82cb-f4ce4684ea4c" name="Wizards" alias="WAS" market="Washington"/>
        <team id="5ecf6864-4141-4093-a2df-d47f357ebbe9" name="Worthy" alias="WOR" market="Team"/>
    </teams>
</league>
{
    "league": {
        "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "teams": [
        {
            "id": "445dd038-f82e-4d33-936c-f480f11079ba",
            "name": "36ers",
            "alias": "ADL",
            "market": "Adelaide"
        },
        {
            "id": "583ec87d-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "76ers",
            "alias": "PHI",
            "market": "Philadelphia"
        },
        {
            "id": "7c2943d4-0438-434e-abbb-6b2e9acb1b87",
            "name": "Baloncesto",
            "alias": "RMD",
            "market": "Madrid"
        },
        {
            "id": "94c1a8d8-fc5f-470f-8807-80c4686d3986",
            "name": "Barry",
            "alias": "BAR",
            "market": "Team"
        },
        {
            "id": "e3568832-fb2e-4b12-9858-71e6a91d51fd",
            "name": "Breakers",
            "alias": "NZB",
            "market": "New Zealand"
        },
        {
            "id": "583ecefd-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Bucks",
            "alias": "MIL",
            "market": "Milwaukee"
        },
        {
            "id": "076e6e4e-db27-4974-8df5-c4afca57b516",
            "name": "Bullets",
            "alias": "BNE",
            "market": "Brisbane"
        },
        {
            "id": "583ec5fd-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Bulls",
            "alias": "CHI",
            "market": "Chicago"
        },
        {
            "id": "583ec773-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Cavaliers",
            "alias": "CLE",
            "market": "Cleveland"
        },
        {
            "id": "583eccfa-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Celtics",
            "alias": "BOS",
            "market": "Boston"
        },
        {
            "id": "583ecdfb-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Clippers",
            "alias": "LAC",
            "market": "LA"
        },
        {
            "id": "d64e9292-0b2b-4c21-a623-fcadad5496f5",
            "name": "Detlef",
            "alias": "DLF",
            "market": "Team"
        },
        {
            "id": "5e527e87-3873-45b6-b25a-ea3417a9ac1f",
            "name": "Ducks",
            "alias": "BJD",
            "market": "Beijing"
        },
        {
            "id": "592d3144-895b-43e9-ab15-e84666a845d5",
            "name": "East NBA All Stars",
            "alias": "EST"
        },
        {
            "id": "575588a6-6e2e-4129-a8c6-ed2fd6fee32d",
            "name": "Flamengo",
            "alias": "FLA",
            "market": "Flamengo"
        },
        {
            "id": "0164819d-9edd-4397-8edf-692ef3275435",
            "name": "Franca",
            "alias": "FRA",
            "market": "Franca"
        },
        {
            "id": "9501f713-da56-4126-9d64-b689a6143200",
            "name": "Giannis",
            "alias": "GNS",
            "market": "Team"
        },
        {
            "id": "583eca88-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Grizzlies",
            "alias": "MEM",
            "market": "Memphis"
        },
        {
            "id": "520d6b2a-af1e-4f35-b51e-4264ec6ab878",
            "name": "Haifa",
            "alias": "MAC",
            "market": "Maccabi"
        },
        {
            "id": "583ecb8f-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Hawks",
            "alias": "ATL",
            "market": "Atlanta"
        },
        {
            "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Heat",
            "alias": "MIA",
            "market": "Miami"
        },
        {
            "id": "583ec97e-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Hornets",
            "alias": "CHA",
            "market": "Charlotte"
        },
        {
            "id": "aa98f081-3622-49bc-863d-2d647712543b",
            "name": "Isiah",
            "alias": "IAH",
            "market": "Team"
        },
        {
            "id": "739e187c-5d96-477d-a2fb-5f40439138fc",
            "name": "Jalen",
            "alias": "JAL",
            "market": "Team"
        },
        {
            "id": "583ece50-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Jazz",
            "alias": "UTA",
            "market": "Utah"
        },
        {
            "id": "583ed0ac-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Kings",
            "alias": "SAC",
            "market": "Sacramento"
        },
        {
            "id": "72f294e0-397d-472e-953c-b37eac9010db",
            "name": "Kings",
            "alias": "SYD",
            "market": "Sydney"
        },
        {
            "id": "583ec70e-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Knicks",
            "alias": "NYK",
            "market": "New York"
        },
        {
            "id": "583ecae2-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Lakers",
            "alias": "LAL",
            "market": "Los Angeles"
        },
        {
            "id": "9a1f6434-9dcb-4613-aa9b-5ff3a2de5eba",
            "name": "LeBron",
            "alias": "LBN",
            "market": "Team"
        },
        {
            "id": "c60455d9-3549-4054-8ea0-ed9dba2607fa",
            "name": "Long-Lions",
            "alias": "GUA",
            "market": "Guangzhou"
        },
        {
            "id": "583ed157-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Magic",
            "alias": "ORL",
            "market": "Orlando"
        },
        {
            "id": "583ecf50-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Mavericks",
            "alias": "DAL",
            "market": "Dallas"
        },
        {
            "id": "583ec9d6-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Nets",
            "alias": "BKN",
            "market": "Brooklyn"
        },
        {
            "id": "583ed102-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Nuggets",
            "alias": "DEN",
            "market": "Denver"
        },
        {
            "id": "583ec7cd-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Pacers",
            "alias": "IND",
            "market": "Indiana"
        },
        {
            "id": "849c6b54-2cdc-4242-b194-7f7edd2ee341",
            "name": "Pau",
            "alias": "PAU",
            "market": "Team"
        },
        {
            "id": "5a6bb22b-40bf-4626-8342-4cb39dcafa0d",
            "name": "Payton",
            "alias": "PAY",
            "market": "Team"
        },
        {
            "id": "583ecc9a-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Pelicans",
            "alias": "NOP",
            "market": "New Orleans"
        },
        {
            "id": "583ec928-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Pistons",
            "alias": "DET",
            "market": "Detroit"
        },
        {
            "id": "1943b687-8f7c-4a85-af80-fabfa15d75d3",
            "name": "Ra'anana",
            "alias": "MRA",
            "market": "Maccabi"
        },
        {
            "id": "583ecda6-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Raptors",
            "alias": "TOR",
            "market": "Toronto"
        },
        {
            "id": "583ecb3a-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Rockets",
            "alias": "HOU",
            "market": "Houston"
        },
        {
            "id": "6b2d9651-4ff1-4f38-b5c4-5ce46fabc0b8",
            "name": "San Lorenzo",
            "alias": "SLA",
            "market": "Buenas Aires"
        },
        {
            "id": "f129a9c9-c5d5-4701-8115-a921e3b5b2c1",
            "name": "Sharks",
            "alias": "SDS",
            "market": "Shanghai"
        },
        {
            "id": "583ecd4f-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Spurs",
            "alias": "SAS",
            "market": "San Antonio"
        },
        {
            "id": "583ecfa8-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Suns",
            "alias": "PHX",
            "market": "Phoenix"
        },
        {
            "id": "907dc4e5-6957-4d19-b7d4-b1b7003b91e6",
            "name": "TBD",
            "alias": "TBD",
            "market": "Team"
        },
        {
            "id": "ead65d00-f2eb-45fe-90c5-3db78fe1a904",
            "name": "Taipans",
            "alias": "CNS",
            "market": "Cairns"
        },
        {
            "id": "2674a061-2cb1-4a0b-b0b6-e237ff267f45",
            "name": "Tamika",
            "alias": "TAM",
            "market": "Team"
        },
        {
            "id": "40c84241-d030-4816-bf9b-80df3514c354",
            "name": "Team Durant East",
            "alias": "DRT"
        },
        {
            "id": "cb51f332-f19a-4941-b0c0-d02d74d9c49f",
            "name": "Team LeBron East",
            "alias": "LBN"
        },
        {
            "id": "1d12f1f2-fb48-4f6a-8424-4a2cccdf1b18",
            "name": "Team Stephen West",
            "alias": "STP"
        },
        {
            "id": "fa69b5b1-3861-47e9-8d6b-366000133ef9",
            "name": "Team USA",
            "alias": "USA"
        },
        {
            "id": "0eae5d80-a7a7-4921-9d1a-f8bad67756fd",
            "name": "Team World",
            "alias": "WLD"
        },
        {
            "id": "583ecfff-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Thunder",
            "alias": "OKC",
            "market": "Oklahoma City"
        },
        {
            "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Timberwolves",
            "alias": "MIN",
            "market": "Minnesota"
        },
        {
            "id": "583ed056-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Trail Blazers",
            "alias": "POR",
            "market": "Portland"
        },
        {
            "id": "3bf4047b-ef03-42d4-848e-84bc7307958d",
            "name": "United",
            "alias": "MEL",
            "market": "Melbourne"
        },
        {
            "id": "583ec825-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Warriors",
            "alias": "GSW",
            "market": "Golden State"
        },
        {
            "id": "787ff06f-f0cc-484e-8114-04e0cdc444fa",
            "name": "West NBA All Stars",
            "alias": "WST"
        },
        {
            "id": "37d929d8-758f-4db7-bb94-10eb42048fbe",
            "name": "Wildcats",
            "alias": "PER",
            "market": "Perth"
        },
        {
            "id": "583ec8d4-fb46-11e1-82cb-f4ce4684ea4c",
            "name": "Wizards",
            "alias": "WAS",
            "market": "Washington"
        },
        {
            "id": "5ecf6864-4141-4093-a2df-d47f357ebbe9",
            "name": "Worthy",
            "alias": "WOR",
            "market": "Team"
        }
    ],
    "_comment": "Generation started @ 2024-04-09 15:20:55 UTC ended @ 2024-04-09 15:20:55 UTC"
}


Player Preseason Stats

Release DateFeeds AffectedBenefit
02/08/2024Player ProfileAdded preseason and postseason statistics to player profiles.


Player Status

Release DateFeeds
Affected
Benefit
01/03/2024Player Profile

Team Profile
Added DUP (Duplicate) as a valid player status.

Players marked as status="DUP" can be ignored in the data.


Technical Foul Update

Release DateFeeds
Affected
Benefit
12/19/2023Game Boxscore

Game Summary

League
Leaders

Play-by-Play

Player Profile

Push Events

Push Statistics

Seasonal
Statistics

Series Statistics
Added support for non-unsportsmanlike technical fouls to accurately reflect the number of technicals that lead to a player ejection.

This update includes:

- A new event_type of technicalfoulnonunsportsmanlike in the Play-by-Play endpoint.- A tech_fouls_non_unsportsmanlike player attribute at the game and season level. This attribute will account for non-unsportsmanlike technical fouls and will be handled in the same manner as the existing tech_fouls attribute within the API.
{
  "id": "703e6960-62af-4495-92f2-d68a4effcc2f",
    "event_type": "technicalfoulnonunsportsmanlike",
      "sequence": 1702084422300,
        "number": 13,
          "clock_fraction": 0,
            "clock": "11:25",
              "clock_decimal": "11:25",
                "updated": "2023-12-09T05:02:56Z",
                  "wall_clock": "2023-12-09T01:13:42Z",
                    "description": "Cavaliers technical foul (Defensive three second)",
                      "qualifiers":
                      [
                        {
                          "qualifier": "1freethrow"
                        }
                      ],
                        "attribution":
                        {
                          "name": "Cavaliers",
                            "market": "Cleveland",
                              "reference": "1610612739",
                                "id": "583ec773-fb46-11e1-82cb-f4ce4684ea4c",
                                  "team_basket": "left"
                        },
                          "possession":
                          {
                            "name": "Heat",
                              "market": "Miami",
                                "reference": "1610612748",
                                  "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c"
                          },
                            "on_court":
                            {
                              "home":
                              {
                                "name": "Heat",
                                  "market": "Miami",
                                    "reference": "1610612748",
                                      "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
                                        "players":
                                        [
                                          {
                                            "full_name": "Caleb Martin",
                                            "jersey_number": "16",
                                            "reference": "1628997",
                                            "id": "566685c7-ff63-439a-8888-5278904835fa"
                                          },
                                          {
                                            "full_name": "Orlando Robinson",
                                            "jersey_number": "25",
                                            "reference": "1631115",
                                            "id": "cbceca06-325c-492c-a995-873ec07bc64e"
                                          },
                                          {
                                            "full_name": "Kyle Lowry",
                                            "jersey_number": "7",
                                            "reference": "200768",
                                            "id": "8c090758-6baa-468d-82fd-d47e17d5091b"
                                          },
                                          {
                                            "full_name": "Jimmy Butler",
                                            "jersey_number": "22",
                                            "reference": "202710",
                                            "id": "0e163d44-67a7-4107-9421-5333600166bb"
                                          },
                                          {
                                            "full_name": "Duncan Robinson",
                                            "jersey_number": "55",
                                            "reference": "1629130",
                                            "id": "18d35316-9f40-408c-abcc-ab49e06ef8e8"
                                          }
                                        ]
                              },
                                "away":
                                {
                                  "name": "Cavaliers",
                                    "market": "Cleveland",
                                      "reference": "1610612739",
                                        "id": "583ec773-fb46-11e1-82cb-f4ce4684ea4c",
                                          "players":
                                          [
                                            {
                                              "full_name": "Max Strus",
                                              "jersey_number": "1",
                                              "reference": "1629622",
                                              "id": "f6aff1dc-15b9-4c89-a2fb-746f4cf78890"
                                            },
                                            {
                                              "full_name": "Darius Garland",
                                              "jersey_number": "10",
                                              "reference": "1629636",
                                              "id": "b79b88e1-35ef-4947-8a61-f6ec631a1e15"
                                            },
                                            {
                                              "full_name": "Dean Wade",
                                              "jersey_number": "32",
                                              "reference": "1629731",
                                              "id": "bbeecf0c-62c6-4211-991d-2afaf2403623"
                                            },
                                            {
                                              "full_name": "Donovan Mitchell",
                                              "jersey_number": "45",
                                              "reference": "1628378",
                                              "id": "b6dde96e-3748-4cbe-86d2-798d5dffb3c0"
                                            },
                                            {
                                              "full_name": "Jarrett Allen",
                                              "jersey_number": "31",
                                              "reference": "1628386",
                                              "id": "a3fff5c7-19b6-4dac-bd75-11b944bea505"
                                            }
                                          ]
                                }
                            },
                              "statistics":
                              [
                                {
                                  "type": "technicalfoulnonunsportsmanlike",
                                  "team":
                                  {
                                    "name": "Cavaliers",
                                    "market": "Cleveland",
                                    "reference": "1610612739",
                                    "id": "583ec773-fb46-11e1-82cb-f4ce4684ea4c"
                                  }
                                }
                              ]
},
{
    "full_name": "Josh Richardson",
    "first_name": "Josh",
    "last_name": "Richardson",
    "position": "G",
    "primary_position": "SG",
    "jersey_number": "0",
    "reference": "1626196",
    "id": "ef11cca9-6605-44e8-943e-193c7b821465",
    "played": true,
    "active": true,
    "on_court": false,
    "statistics":
    {
        "minutes": "30:44",
        "field_goals_made": 6,
        "field_goals_att": 11,
        "field_goals_pct": 54.5,
        "effective_fg_pct": 77.3,
        "three_points_made": 5,
        "three_points_att": 7,
        "three_points_pct": 71.4,
        "two_points_made": 1,
        "two_points_att": 4,
        "two_points_pct": 25.0,
        "blocked_att": 0,
        "free_throws_made": 0,
        "free_throws_att": 0,
        "free_throws_pct": 0.0,
        "offensive_rebounds": 0,
        "defensive_rebounds": 1,
        "rebounds": 1,
        "assists": 2,
        "turnovers": 1,
        "steals": 1,
        "blocks": 0,
        "assists_turnover_ratio": 2.0,
        "fouls_drawn": 2,
        "personal_fouls": 3,
        "offensive_fouls": 1,
        "tech_fouls": 2,
        "tech_fouls_non_unsportsmanlike": 1,
        "flagrant_fouls": 0,
        "pls_min": 7,
        "points": 17,
        "second_chance_pts": 0,
        "points_off_turnovers": 0,
        "points_in_paint": 2,
        "points_in_paint_att": 3,
        "points_in_paint_made": 1,
        "points_in_paint_pct": 33.3,
        "field_goals_at_rim_att": 2,
        "field_goals_at_rim_made": 1,
        "field_goals_at_rim_pct": 50.0,
        "field_goals_at_midrange_att": 1,
        "field_goals_at_midrange_made": 0,
        "field_goals_at_midrange_pct": 0.0,
        "double_double": false,
        "triple_double": false,
        "efficiency": 11,
        "efficiency_game_score": 12.2,
        "true_shooting_att": 11.0,
        "true_shooting_pct": 77.3,
        "defensive_rating": 117.282856319918,
        "coach_ejections": 0,
        "offensive_rating": 131.986169276803,
        "fast_break_pts": 2,
        "fast_break_att": 1,
        "fast_break_made": 1,
        "fast_break_pct": 100.0,
        "second_chance_att": 1,
        "second_chance_made": 0,
        "second_chance_pct": 0.0,
        "minus": 65,
        "plus": 72,
        "defensive_rebounds_pct": 3.71858377736839,
        "offensive_rebounds_pct": 0.0,
        "rebounds_pct": 1.77477862101673,
        "steals_pct": 1.57060054957233,
        "turnovers_pct": 8.33333333333333,
        "coach_tech_fouls": 0,
        "periods":
        [
            {
                "id": "f0f60103-052f-417a-8cf9-8ea9741b2a6f",
                "sequence": 1,
                "number": 1,
                "type": "REG",
                "minutes": "5:39",
                "field_goals_made": 3,
                "field_goals_att": 3,
                "field_goals_pct": 100.0,
                "effective_fg_pct": 133.3,
                "three_points_made": 2,
                "three_points_att": 2,
                "three_points_pct": 100.0,
                "two_points_made": 1,
                "two_points_att": 1,
                "two_points_pct": 100.0,
                "blocked_att": 0,
                "free_throws_made": 0,
                "free_throws_att": 0,
                "free_throws_pct": 0.0,
                "offensive_rebounds": 0,
                "defensive_rebounds": 0,
                "rebounds": 0,
                "assists": 0,
                "turnovers": 1,
                "steals": 1,
                "blocks": 0,
                "assists_turnover_ratio": 0.0,
                "fouls_drawn": 0,
                "personal_fouls": 1,
                "flagrant_fouls": 0,
                "tech_fouls": 0,
                "tech_fouls_non_unsportsmanlike": 0,
                "offensive_fouls": 1,
                "pls_min": 11,
                "points": 8,
                "second_chance_pts": 0,
                "points_off_turnovers": 0,
                "points_in_paint": 2,
                "points_in_paint_att": 1,
                "points_in_paint_made": 1,
                "points_in_paint_pct": 100.0,
                "field_goals_at_rim_att": 1,
                "field_goals_at_rim_made": 1,
                "field_goals_at_rim_pct": 100.0,
                "field_goals_at_midrange_att": 0,
                "field_goals_at_midrange_made": 0,
                "field_goals_at_midrange_pct": 0.0,
                "efficiency": 7,
                "efficiency_game_score": 6.7,
                "true_shooting_att": 3.0,
                "true_shooting_pct": 133.3,
                "defensive_rating": 61.9029068963205,
                "offensive_rating": -2225.06630263416,
                "fast_break_pts": 2,
                "fast_break_att": 1,
                "fast_break_made": 1,
                "fast_break_pct": 100.0,
                "second_chance_att": 0,
                "second_chance_made": 0,
                "second_chance_pct": 0.0,
                "minus": 5,
                "plus": 16,
                "defensive_rebounds_pct": 0.0,
                "offensive_rebounds_pct": 0.0,
                "rebounds_pct": 0.0,
                "steals_pct": 7.77413545135335,
                "turnovers_pct": 25.0
            },
            {
                "id": "ff615485-f1ef-4890-b324-01273705ba72",
                "sequence": 2,
                "number": 2,
                "type": "REG",
                "minutes": "9:56",
                "field_goals_made": 3,
                "field_goals_att": 5,
                "field_goals_pct": 60.0,
                "effective_fg_pct": 90.0,
                "three_points_made": 3,
                "three_points_att": 4,
                "three_points_pct": 75.0,
                "two_points_made": 0,
                "two_points_att": 1,
                "two_points_pct": 0.0,
                "blocked_att": 0,
                "free_throws_made": 0,
                "free_throws_att": 0,
                "free_throws_pct": 0.0,
                "offensive_rebounds": 0,
                "defensive_rebounds": 0,
                "rebounds": 0,
                "assists": 1,
                "turnovers": 0,
                "steals": 0,
                "blocks": 0,
                "assists_turnover_ratio": 0.0,
                "fouls_drawn": 1,
                "personal_fouls": 1,
                "flagrant_fouls": 0,
                "tech_fouls": 0,
                "tech_fouls_non_unsportsmanlike": 0,
                "offensive_fouls": 0,
                "pls_min": -8,
                "points": 9,
                "second_chance_pts": 0,
                "points_off_turnovers": 0,
                "points_in_paint": 0,
                "points_in_paint_att": 1,
                "points_in_paint_made": 0,
                "points_in_paint_pct": 0.0,
                "field_goals_at_rim_att": 0,
                "field_goals_at_rim_made": 0,
                "field_goals_at_rim_pct": 0.0,
                "field_goals_at_midrange_att": 0,
                "field_goals_at_midrange_made": 0,
                "field_goals_at_midrange_pct": 0.0,
                "efficiency": 8,
                "efficiency_game_score": 7.0,
                "true_shooting_att": 5.0,
                "true_shooting_pct": 90.0,
                "defensive_rating": 155.44283141196,
                "offensive_rating": 148.483244141445,
                "fast_break_pts": 0,
                "fast_break_att": 0,
                "fast_break_made": 0,
                "fast_break_pct": 0.0,
                "second_chance_att": 0,
                "second_chance_made": 0,
                "second_chance_pct": 0.0,
                "minus": 29,
                "plus": 21,
                "defensive_rebounds_pct": 0.0,
                "offensive_rebounds_pct": 0.0,
                "rebounds_pct": 0.0,
                "steals_pct": 0.0,
                "turnovers_pct": 0.0
            },
            {
                "id": "1ee26f39-344c-49ca-a6e5-2627a19fe8ec",
                "sequence": 3,
                "number": 3,
                "type": "REG",
                "minutes": "8:43",
                "field_goals_made": 0,
                "field_goals_att": 1,
                "field_goals_pct": 0.0,
                "effective_fg_pct": 0.0,
                "three_points_made": 0,
                "three_points_att": 0,
                "three_points_pct": 0.0,
                "two_points_made": 0,
                "two_points_att": 1,
                "two_points_pct": 0.0,
                "blocked_att": 0,
                "free_throws_made": 0,
                "free_throws_att": 0,
                "free_throws_pct": 0.0,
                "offensive_rebounds": 0,
                "defensive_rebounds": 1,
                "rebounds": 1,
                "assists": 0,
                "turnovers": 0,
                "steals": 0,
                "blocks": 0,
                "assists_turnover_ratio": 0.0,
                "fouls_drawn": 0,
                "personal_fouls": 1,
                "flagrant_fouls": 0,
                "tech_fouls": 1,
                "tech_fouls_non_unsportsmanlike": 1,
                "offensive_fouls": 0,
                "pls_min": 3,
                "points": 0,
                "second_chance_pts": 0,
                "points_off_turnovers": 0,
                "points_in_paint": 0,
                "points_in_paint_att": 1,
                "points_in_paint_made": 0,
                "points_in_paint_pct": 0.0,
                "field_goals_at_rim_att": 1,
                "field_goals_at_rim_made": 0,
                "field_goals_at_rim_pct": 0.0,
                "field_goals_at_midrange_att": 0,
                "field_goals_at_midrange_made": 0,
                "field_goals_at_midrange_pct": 0.0,
                "efficiency": -3,
                "efficiency_game_score": -0.8,
                "true_shooting_att": 1.0,
                "true_shooting_pct": 0.0,
                "defensive_rating": 146.59421169855,
                "offensive_rating": 0.0,
                "fast_break_pts": 0,
                "fast_break_att": 0,
                "fast_break_made": 0,
                "fast_break_pct": 0.0,
                "second_chance_att": 0,
                "second_chance_made": 0,
                "second_chance_pct": 0.0,
                "minus": 19,
                "plus": 22,
                "defensive_rebounds_pct": 19.6667577164709,
                "offensive_rebounds_pct": 0.0,
                "rebounds_pct": 8.60420650095602,
                "steals_pct": 0.0,
                "turnovers_pct": 0.0
            },
            {
                "id": "2f66c01b-a57d-4f59-88f4-abf11c668044",
                "sequence": 4,
                "number": 4,
                "type": "REG",
                "minutes": "6:26",
                "field_goals_made": 0,
                "field_goals_att": 2,
                "field_goals_pct": 0.0,
                "effective_fg_pct": 0.0,
                "three_points_made": 0,
                "three_points_att": 1,
                "three_points_pct": 0.0,
                "two_points_made": 0,
                "two_points_att": 1,
                "two_points_pct": 0.0,
                "blocked_att": 0,
                "free_throws_made": 0,
                "free_throws_att": 0,
                "free_throws_pct": 0.0,
                "offensive_rebounds": 0,
                "defensive_rebounds": 0,
                "rebounds": 0,
                "assists": 1,
                "turnovers": 0,
                "steals": 0,
                "blocks": 0,
                "assists_turnover_ratio": 0.0,
                "fouls_drawn": 1,
                "personal_fouls": 0,
                "flagrant_fouls": 0,
                "tech_fouls": 1,
                "tech_fouls_non_unsportsmanlike": 0,
                "offensive_fouls": 0,
                "pls_min": 1,
                "points": 0,
                "second_chance_pts": 0,
                "points_off_turnovers": 0,
                "points_in_paint": 0,
                "points_in_paint_att": 0,
                "points_in_paint_made": 0,
                "points_in_paint_pct": 0.0,
                "field_goals_at_rim_att": 0,
                "field_goals_at_rim_made": 0,
                "field_goals_at_rim_pct": 0.0,
                "field_goals_at_midrange_att": 1,
                "field_goals_at_midrange_made": 0,
                "field_goals_at_midrange_pct": 0.0,
                "efficiency": -1,
                "efficiency_game_score": -0.7,
                "true_shooting_att": 2.0,
                "true_shooting_pct": 0.0,
                "defensive_rating": 109.872527067485,
                "offensive_rating": 34.4498311309343,
                "fast_break_pts": 0,
                "fast_break_att": 0,
                "fast_break_made": 0,
                "fast_break_pct": 0.0,
                "second_chance_att": 1,
                "second_chance_made": 0,
                "second_chance_pct": 0.0,
                "minus": 12,
                "plus": 13,
                "defensive_rebounds_pct": 0.0,
                "offensive_rebounds_pct": 0.0,
                "rebounds_pct": 0.0,
                "steals_pct": 0.0,
                "turnovers_pct": 0.0
            }
        ]
    }
},


Commissioner's Cup Support

Release DateFeeds AffectedBenefit
05/02/2023Daily Schedule
Schedule
Added a cc_cup Boolean value to the schedule endpoints to denote a game which counts towards the Commissioner’s Cup standings.


Venue Latitude & Longitude

Release DateFeeds AffectedUpdate
04/06/2023Daily Schedule
Game Summary
League Hierarchy
Schedule
Series Schedule
Team Profile
Added latitude and longitude coordinates for all league venues.


Turnover Stat Updates

Release DateFeeds AffectedUpdate
04/06/2023Game Summary
Push Statistics
Seasonal Statistics
Series Statistics
Added and updated turnover statistics in order to better distinguish important player and team turnovers.

Statistics include:
  • player_turnovers – Number of turnovers attributed to players in a game (this appears under turnovers in previous API versions)
  • team_turnovers – Number of turnovers attributed to a team in a game
  • total_turnovers – Number of total turnovers in a game (player_turnovers + team_turnovers)


Rebound Stat Updates

Release DateFeeds AffectedUpdate
04/06/2023Game Summary
Push Statistics
Seasonal Statistics
Series Statistics
Added and updated rebound statistics in order to better distinguish important player and team rebounds.

Statistics include:
  • personal_rebounds – Number of rebounds attributed to players in a game (this appears under rebounds in previous API versions)
  • team_rebounds – Number of rebounds attributed to a team in a game
  • total_rebounds – Number of total rebounds in a game (personal_rebounds + team_rebounds)


New Shot Type Descriptions

Release DateFeeds AffectedUpdate
04/06/2023Play-by-PlayAdded several new shot type descriptions for all games in the Play-by-Play endpoint.


Timeouts Remaining

Release DateFeeds AffectedUpdate
04/06/2023Game Boxscore
Game Summary
Play-by-Play
Added the number of timeouts remaining for each team in the game endpoints. Each game will now include a remaining_timeouts attribute under team (Boxscore/Summary) or home/away (PBP).


API Release

Release DateFeeds AffectedUpdate
04/06/2023AllInitial release of WNBA v8 API.