Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Reference Docs

NBA G League Change Log

Find all updates to the NBA G League v8 API and its documentation

Heave Shot Event Type

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

Push Events
Added a heaveevent type in response to a new rule.

End-of-quarter "heave" shots no longer count as a player/team field goal attempt unless the shot is made or blocked by the opposing team. These shots are now represented with heave in the data.
<event id="6a4d2e26-f901-4902-b36b-15eb4f9f2feb" clock="00:00" updated="2024-11-15T06:46:17Z" wall_clock="2024-11-14T00:28:13Z" 
       sequence="1731544093600" home_points="32" away_points="18" clock_decimal="00:00.40" 
       number="174" event_type="heave">
	<description>Toronto misses heave shot</description>
	<attribution name="905" market="Raptors" id="2d0a4879-33d3-4af9-a12f-8081362ff548" team_basket="left" reference="1612709920"/>
	<location coord_x="897" coord_y="127" action_area="backcourt"/>
	<on_court>
		<home name="Skyhawks" market="College Park" id="68b3b75b-6d7f-437f-b450-bcd5d0727fa5" reference="1612709929">
			<player full_name="Joey Hauser" jersey_number="14" id="13631e02-35f7-46d8-976b-55c62b282b05" reference="1641792"/>
			<player full_name="David Singleton" jersey_number="34" id="59eb98bc-eabe-458b-a9bb-22b4182e79e4" reference="1641934"/>
			<player full_name="Jarkel Joiner" jersey_number="1" id="3c5969e4-f562-41e3-b494-12e886f9a643" reference="1641935"/>
			<player full_name="Dominick Barlow" jersey_number="0" id="90f9ca95-1087-4d78-8d49-a651df568180" reference="1631230"/>
			<player full_name="Daeqwon Plowden" jersey_number="29" id="c7c77b49-f6a4-4d27-be55-0b2f29793ee6" reference="1631342"/>
		</home>
		<away name="Toronto" market="Raptors" id="2d0a4879-33d3-4af9-a12f-8081362ff548" reference="1612709920">
			<player full_name="Ulrich Chomche" jersey_number="22" id="5432de37-f600-4177-b814-44bd82f99638" reference="1642279"/>
			<player full_name="Tylor Perry" jersey_number="45" reference="1642465"/>
			<player full_name="Kennedy Chandler" jersey_number="0" id="b707d9b2-f893-4ef2-a27b-777b0aa7b57d" reference="1631113"/>
			<player full_name="Myles Burns" jersey_number="21" id="9f0b3c44-7c6c-4167-8b3b-279e06661d8b" reference="1641947"/>
			<player full_name="Branden Carlson" jersey_number="35" id="dae289ed-2be3-40fb-83bd-5071b6f677b1" reference="1642382"/>
		</away>
	</on_court>
</event>


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


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 Appearances
<team xmlns="http://feed.elasticstats.com/schema/basketball/team-v8.0.xsd" id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" 
      name="Timberwolves" market="Minnesota" alias="MIN" founded="1989" owner="Glen Taylor" general_manager="Tim Connelly" 
      president="Tim Connelly" mascot="Crunch the Wolf" nicknames="Wolves, T-Wolves" sponsor="Aura" 
      championships_won="0" conference_titles="0" division_titles="1" retired_numbers="2" 
      playoff_appearances="12" gleague_affiliate="Iowa Wolves" reference="1610612750">
    <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"/>
{
    "id": "583eca2f-fb46-11e1-82cb-f4ce4684ea4c",
    "name": "Timberwolves",
    "market": "Minnesota",
    "alias": "MIN",
    "founded": 1989,
    "owner": "Glen Taylor",
    "general_manager": "Tim Connelly",
    "president": "Tim Connelly",
    "mascot": "Crunch the Wolf",
    "nicknames": "Wolves, T-Wolves",
    "sponsor": "Aura",
    "championships_won": 0,
    "conference_titles": 0,
    "division_titles": 1,
    "retired_numbers": "2",
    "playoff_appearances": 12,
    "gleague_affiliate": "Iowa Wolves",
    "reference": "1610612750",
    "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": "4353138d-4c22-4396-95d8-5f587d2df25c",
        "name": "NBA",
        "alias": "NBA"
    },
    "conference": {
        "id": "7fe7e212-de01-4f8f-a31d-b9f0a95731e3",
        "name": "WESTERN CONFERENCE",
        "alias": "WESTERN"
    },
    "division": {
        "id": "12bf14ba-eb16-4c6f-8275-e801b6947c1e",
        "name": "Northwest",
        "alias": "NORTHWEST"
    },
    "coaches": [
        {
            "id": "fc135b85-7a10-4df9-b32b-6e23b0ca04a2",
            "full_name": "Chris Finch",
            "first_name": "Chris",
            "last_name": "Finch",
            "position": "Head Coach",
            "reference": "202896"
        }
    ],
    "team_colors": [
        {
            "type": "primary",
            "hex_color": "#0c2340",
            "rgb_color": {
                "red": 12,
                "green": 35,
                "blue": 64
            }
        },
        {
            "type": "secondary",
            "hex_color": "#236192",
            "rgb_color": {
                "red": 35,
                "green": 97,
                "blue": 146
            }
        }
    ],


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 id="035ebd2d-69d9-4d73-a4b3-519f78071975" name="Blue" market="Oklahoma City" alias="OKL">
  <team_colors>
    <team_color type="secondary" hex_color="#ef3b24">
      <rgb_color red="239" green="59" blue="36"/>
    </team_color>
    <team_color type="primary" hex_color="#007ac1">
      <rgb_color red="0" green="122" blue="193"/>
    </team_color>
  </team_colors>
  <venue id="a13af216-4409-5021-8dd5-255cc71bffc3" name="Paycom Center" capacity="18203" address="100 W. Reno Avenue" city="Oklahoma City" state="OK" zip="73102" country="USA">
    <location lat="35.463333" lng="-97.515"/>
  </venue>
</team>

{
  "id": "035ebd2d-69d9-4d73-a4b3-519f78071975",
  "name": "Blue",
  "market": "Oklahoma City",
  "alias": "OKL",
  "team_colors": [
    {
      "type": "secondary",
      "hex_color": "#ef3b24",
      "rgb_color": {
        "red": 239,
        "green": 59,
        "blue": 36
      }
    },
    {
      "type": "primary",
      "hex_color": "#007ac1",
      "rgb_color": {
        "red": 0,
        "green": 122,
        "blue": 193
      }
    }
  ],
  "venue": {
    "id": "a13af216-4409-5021-8dd5-255cc71bffc3",
    "name": "Paycom Center",
    "capacity": 18203,
    "address": "100 W. Reno Avenue",
    "city": "Oklahoma City",
    "state": "OK",
    "zip": "73102",
    "country": "USA",
    "location": {
      "lat": "35.463333",
      "lng": "-97.515"
    }
  }
},



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 NBA G League API.

Use this endpoint to easily retrieve any team within the G League API database.
<league xmlns="http://feed.elasticstats.com/schema/basketball/teams-v7.0.xsd" id="ac79301f-9b1a-4e72-a4cb-230d4418ae08" name="NBA G League" alias="NBDL">
    <teams>
        <team id="2d0a4879-33d3-4af9-a12f-8081362ff548" name="905" alias="RAP" market="Raptors"/>
        <team id="035ebd2d-69d9-4d73-a4b3-519f78071975" name="Blue" alias="OKL" market="Oklahoma City"/>
        <team id="67a79348-041a-45f6-bb12-722d38dc8dbf" name="Blue Coats" alias="DEL" market="Delaware"/>
        <team id="34f6b263-8f03-481a-9e59-0ce0bcd86480" name="Bulls" alias="WCB" market="Windy City"/>
        <team id="132ef7de-e880-4863-bf57-27894ea0f5bb" name="Capitanes" alias="MXC" market="Ciudad de Mexico"/>
        <team id="5902b793-b75b-4707-b065-3a76f0314715" name="Celtics" alias="MNE" market="Maine"/>
        <team id="de15d563-8e6b-4f3d-ba47-9dfb6fc51222" name="Charge" alias="CLC" market="Cleveland"/>
        <team id="80411a5b-5ac0-4297-a19d-2dff8e0b611b" name="Clippers" alias="ONT" market="Ontario"/>
        <team id="452c9579-2fea-4534-8d18-5c701c8912db" name="Cruise" alias="MCC" market="Motor City"/>
        <team id="cefdc308-b8ea-441e-a698-6ef3891cec35" name="Go-Go" alias="CCG" market="Capital City"/>
        <team id="bbeebcb5-0d9b-4992-bcba-cbde3ec60628" name="Gold" alias="GRG" market="Grand Rapids"/>
        <team id="9ea5b326-cd0b-4bc2-bcec-dc174cb22ae9" name="Herd" alias="WIS" market="Wisconsin"/>
        <team id="4e26f748-e98f-412e-9c27-f04b255e7f25" name="Hustle" alias="MHU" market="Memphis"/>
        <team id="314abc8c-9e8e-4ecb-a46e-06db4ae9132f" name="Ignite" alias="GLI" market="G League"/>
        <team id="b971b187-c542-4b76-9548-114acc564e05" name="Kings" alias="STO" market="Stockton"/>
        <team id="4dc54726-0738-413b-98b1-5b90dfe99aae" name="Knicks" alias="WES" market="Westchester"/>
        <team id="0a3d428b-572a-4a94-b716-8c1297c53d8e" name="Lakers" alias="SBL" market="South Bay"/>
        <team id="cb42985c-2c08-4540-8b89-ea4d0b84958e" name="Legends" alias="TEX" market="Texas"/>
        <team id="5335bf84-d1ec-4c85-bc0e-1c36abc091e6" name="Mad Ants" alias="IMA" market="Indiana"/>
        <team id="179339ce-525f-4a2d-8117-a4b33b3daebb" name="Magic" alias="OSC" market="Osceola"/>
        <team id="a542fdd8-369d-4739-85c9-9ebf3be933aa" name="Nets" alias="LIN" market="Long Island"/>
        <team id="1adf6996-af2e-41a2-b158-174b0e4c5a1d" name="Remix" alias="RCR" market="Rip City"/>
        <team id="e8112bd9-3694-4e38-a372-55e6398d488a" name="Skyforce" alias="SXF" market="Sioux Falls"/>
        <team id="68b3b75b-6d7f-437f-b450-bcd5d0727fa5" name="Skyhawks" alias="CPS" market="College Park"/>
        <team id="0f009580-dda8-4080-aa43-5d58a17028f6" name="Spurs" alias="AUS" market="Austin"/>
        <team id="a565062b-f8be-4a7f-b1f1-502057f3b365" name="Squadron" alias="BIR" market="Birmingham"/>
        <team id="f12b109d-a4fa-42f4-83fd-34a82cf65239" name="Stars" alias="SLC" market="Salt Lake City"/>
        <team id="e74de5ce-3e98-4414-afe5-b56a90e527a2" name="Swarm" alias="GBO" market="Greensboro"/>
        <team id="9b8f2022-d45f-43f8-bf02-4914b04f5aa3" name="Vipers" alias="RGV" market="Rio Grande Valley"/>
        <team id="b0a52b1f-878d-4987-9249-026360e0207a" name="Warriors" alias="SCW" market="Santa Cruz"/>
        <team id="36ab932e-ab25-4b82-8133-ea5aed2f6a02" name="Wolves" alias="IWA" market="Iowa"/>
    </teams>
</league>


{
    "league": {
        "id": "ac79301f-9b1a-4e72-a4cb-230d4418ae08",
        "name": "NBA G League",
        "alias": "NBDL"
    },
    "teams": [
        {
            "id": "2d0a4879-33d3-4af9-a12f-8081362ff548",
            "name": "905",
            "alias": "RAP",
            "market": "Raptors"
        },
        {
            "id": "035ebd2d-69d9-4d73-a4b3-519f78071975",
            "name": "Blue",
            "alias": "OKL",
            "market": "Oklahoma City"
        },
        {
            "id": "67a79348-041a-45f6-bb12-722d38dc8dbf",
            "name": "Blue Coats",
            "alias": "DEL",
            "market": "Delaware"
        },
        {
            "id": "34f6b263-8f03-481a-9e59-0ce0bcd86480",
            "name": "Bulls",
            "alias": "WCB",
            "market": "Windy City"
        },
        {
            "id": "132ef7de-e880-4863-bf57-27894ea0f5bb",
            "name": "Capitanes",
            "alias": "MXC",
            "market": "Ciudad de Mexico"
        },
        {
            "id": "5902b793-b75b-4707-b065-3a76f0314715",
            "name": "Celtics",
            "alias": "MNE",
            "market": "Maine"
        },
        {
            "id": "de15d563-8e6b-4f3d-ba47-9dfb6fc51222",
            "name": "Charge",
            "alias": "CLC",
            "market": "Cleveland"
        },
        {
            "id": "80411a5b-5ac0-4297-a19d-2dff8e0b611b",
            "name": "Clippers",
            "alias": "ONT",
            "market": "Ontario"
        },
        {
            "id": "e74de5ce-3e98-4414-afe5-b56a90e527a2",
            "name": "Swarm",
            "alias": "GBO",
            "market": "Greensboro"
        },
        {
            "id": "9b8f2022-d45f-43f8-bf02-4914b04f5aa3",
            "name": "Vipers",
            "alias": "RGV",
            "market": "Rio Grande Valley"
        },
        {
            "id": "b0a52b1f-878d-4987-9249-026360e0207a",
            "name": "Warriors",
            "alias": "SCW",
            "market": "Santa Cruz"
        },
        {
            "id": "36ab932e-ab25-4b82-8133-ea5aed2f6a02",
            "name": "Wolves",
            "alias": "IWA",
            "market": "Iowa"
        }
    ],
    "_comment": "Generation started @ 2024-04-09 21:09:19 UTC ended @ 2024-04-09 21:09:19 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

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


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 NBA v8 API.