Integration GuidesReference Docs
Coverage MatrixDocumentationChange LogLog InContact Us
Integration Guides

Historical Data

Learn how to access Sportradar's historical NBA statistics.

Data Availability

Sportradar's NBA API provides data going back to the 2013 season. In 2017 we transitioned to using official NBA data.

Play in Tournament coverage is available starting with the 2019 season. In-Season Tournament coverage begins with the 2023 season.

Data is ingested from the NBA and converted to Sportradar’s US API Format.


Data Updates

We are always enhancing our datasets, and as a result, you may notice certain stats are unavailable in past years or versions.

When new data points are added, they are typically available in the most recent API version from that point going forward. Reference the NBA API Change Log for more specifics on added data.



Data Accessibility

Historical NBA statistics are available within the NBA API. There is no separate API or add-on package at this time.

Any NBA API feed which contains the season_year parameter can be leveraged to retrieve historical statistics.

These feeds include:

Use the below data retrieval samples as a starting point to obtain your historical stats.


Seasonal Stats by Team

To retrieve team seasonal stats we'll want to access the Seasonal Statistics feed. This feed provides complete team and player seasonal statistics for a given season and season type. Let's look at the syntax below and retrieve the Atlanta Hawks' 2020 regular season stats.

https://api.sportradar.com/nba/{access_level}/v8/{language_code}/seasons/{season_year}/{season_type}/teams/{team_id}/statistics.{format}

We will need the following parameters: season_year, season_type, and team_id.

  • season_year - This parameter represents the year of the NBA season. It is always the year the season began. So, use 2020 for the 2020 season.
  • season_type - This parameter represents the type of season as PRE (Preseason), REG (Regular Season), PST (Post-season), PIT (Play in Tournament), or IST (In-Season Tournament) So, use REG for regular season.
  • team_id - This parameter is the unique ID of an NBA team. Find the Hawks' unique ID in the League Hierarchy feed.

Final call: https://api.sportradar.com/nba/trial/v8/en/seasons/2020/REG/teams/583ecb8f-fb46-11e1-82cb-f4ce4684ea4c/statistics.json?api_key=<<api_key>>

This call will return the 2020 season stats for the Atlanta Hawks. Stats are broken down by team, opponent and player. You can find all of the data points available in Seasonal Statistics here.

Catch statistical updates to past seasons by using the Daily Change Log.

<team_records>
	<overall>
		<total games_played="72" minutes="17405.0" field_goals_made="2937" field_goals_att="6281" field_goals_pct="0.468" two_points_made="2042" two_points_att="3879" two_points_pct="0.526" three_points_made="895" three_points_att="2402" three_points_pct="0.373" blocked_att="363" free_throws_made="1417" free_throws_att="1745" free_throws_pct="0.812" offensive_rebounds="760" defensive_rebounds="2525" rebounds="3285" assists="1737" turnovers="914" assists_turnover_ratio="1.9" steals="503" blocks="342" personal_fouls="1392" tech_fouls="38" points="8186" fast_break_pts="717" flagrant_fouls="4" points_off_turnovers="1057" second_chance_pts="1029" ejections="1" foulouts="2" efficiency="9467" points_in_paint="3444" team_offensive_rebounds="405" team_defensive_rebounds="146" team_rebounds="551" team_turnovers="39" total_rebounds="3836" total_turnovers="953" true_shooting_att="7048.8" true_shooting_pct="0.581" field_goals_at_rim_made="1114" field_goals_at_rim_att="1726" field_goals_at_rim_pct="0.645" field_goals_at_midrange_made="315" field_goals_at_midrange_att="730" field_goals_at_midrange_pct="0.432" points_in_paint_made="1722" points_in_paint_att="3138" points_in_paint_pct="0.549" effective_fg_pct="0.539" bench_points="2371" fouls_drawn="1422" offensive_fouls="123" team_tech_fouls="12" defensive_assists="0" fast_break_att="479" fast_break_made="283" fast_break_pct="0.591" technical_other="0" coach_ejections="0" points_against="8019" second_chance_att="752" second_chance_made="393" second_chance_pct="0.523" coach_tech_fouls="2" team_fouls="14" total_fouls="1406" possessions="7241.8" opponent_possessions="7253.36" offensive_rating="113.04" defensive_rating="110.56" net_rating="2.48"/>
		<average fast_break_pts="9.96" points_off_turnovers="14.68" second_chance_pts="14.29" minutes="241.7" points="113.7" off_rebounds="10.56" def_rebounds="35.07" rebounds="45.63" assists="24.1" steals="6.99" blocks="4.75" turnovers="12.69" personal_fouls="19.33" flagrant_fouls="0.06" blocked_att="5.04" field_goals_made="40.79" field_goals_att="87.24" three_points_made="12.43" three_points_att="33.36" free_throws_made="19.68" free_throws_att="24.24" two_points_made="28.36" two_points_att="53.88" points_in_paint="47.83" efficiency="131.49" true_shooting_att="97.9" points_in_paint_att="43.58" points_in_paint_made="23.92" bench_points="32.93" fouls_drawn="19.75" offensive_fouls="1.71" fast_break_att="6.65" fast_break_made="3.93" second_chance_att="10.44" second_chance_made="5.46"/>
	</overall>
 <opponents>
	<total games_played="72" minutes="17405.0" field_goals_made="2971" field_goals_att="6418" field_goals_pct="0.463" two_points_made="2113" two_points_att="3958" two_points_pct="0.534" three_points_made="858" three_points_att="2460" three_points_pct="0.349" blocked_att="342" free_throws_made="1219" free_throws_att="1519" free_throws_pct="0.803" offensive_rebounds="719" defensive_rebounds="2352" rebounds="3071" assists="1754" turnovers="854" assists_turnover_ratio="2.05" steals="557" blocks="363" personal_fouls="1422" tech_fouls="49" points="8019" fast_break_pts="848" flagrant_fouls="1" points_off_turnovers="1143" second_chance_pts="950" ejections="2" foulouts="8" efficiency="9163" points_in_paint="3510" team_offensive_rebounds="357" team_defensive_rebounds="155" team_rebounds="512" team_turnovers="32" total_rebounds="3583" total_turnovers="886" true_shooting_att="7086.36" true_shooting_pct="0.566" field_goals_at_rim_made="1227" field_goals_at_rim_att="1893" field_goals_at_rim_pct="0.648" field_goals_at_midrange_made="355" field_goals_at_midrange_att="826" field_goals_at_midrange_pct="0.43" points_in_paint_made="1755" points_in_paint_att="3119" points_in_paint_pct="0.563" effective_fg_pct="0.53" bench_points="2613" fouls_drawn="1392" offensive_fouls="76" team_tech_fouls="17" defensive_assists="0" fast_break_att="540" fast_break_made="327" fast_break_pct="0.606" technical_other="0" coach_ejections="0" points_against="8186" second_chance_att="694" second_chance_made="356" second_chance_pct="0.513" coach_tech_fouls="5" team_fouls="22" total_fouls="1444" possessions="7253.36" opponent_possessions="7241.8" offensive_rating="110.56" defensive_rating="113.04" net_rating="-2.48"/>
	<average fast_break_pts="11.78" points_off_turnovers="15.88" second_chance_pts="13.19" minutes="241.7" points="111.4" off_rebounds="9.99" def_rebounds="32.67" rebounds="42.65" assists="24.4" steals="7.74" blocks="5.04" turnovers="11.86" personal_fouls="19.75" flagrant_fouls="0.01" blocked_att="4.75" field_goals_made="41.26" field_goals_att="89.14" three_points_made="11.92" three_points_att="34.17" free_throws_made="16.93" free_throws_att="21.1" two_points_made="29.35" two_points_att="54.97" points_in_paint="48.75" efficiency="127.26" true_shooting_att="98.42" points_in_paint_att="43.32" points_in_paint_made="24.38" bench_points="36.29" fouls_drawn="19.33" offensive_fouls="1.06" fast_break_att="7.5" fast_break_made="4.54" second_chance_att="9.64" second_chance_made="4.94"/>
</opponents>
<player_records>
	<player id="2629c593-5f7c-4d34-aec7-6b949572af2a" full_name="Lou Williams" first_name="Lou" last_name="Williams" position="G" primary_position="SG" sr_id="sr:player:607432" reference="101150">
		<overall>
			<total games_played="24" games_started="1" minutes="505.0" field_goals_made="84" field_goals_att="216" field_goals_pct="0.389" two_points_made="60" two_points_att="162" two_points_pct="0.37" three_points_made="24" three_points_att="54" three_points_pct="0.444" blocked_att="10" free_throws_made="47" free_throws_att="54" free_throws_pct="0.87" offensive_rebounds="6" defensive_rebounds="44" rebounds="50" assists="81" turnovers="42" assists_turnover_ratio="1.93" steals="8" blocks="2" personal_fouls="20" tech_fouls="0" points="239" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="239.76" true_shooting_pct="0.498" efficiency="199" field_goals_at_rim_made="15" field_goals_at_rim_att="33" field_goals_at_rim_pct="0.455" field_goals_at_midrange_made="22" field_goals_at_midrange_att="68" field_goals_at_midrange_pct="0.324" usage_pct="24.39" points_off_turnovers="30" points_in_paint="76" points_in_paint_made="38" points_in_paint_att="94" points_in_paint_pct="0.404" effective_fg_pct="0.444" double_doubles="0" triple_doubles="0" fouls_drawn="44" offensive_fouls="0" fast_break_pts="11" fast_break_att="9" fast_break_made="4" fast_break_pct="0.444" coach_ejections="0" second_chance_pct="0.364" second_chance_pts="18" second_chance_att="11" second_chance_made="4" minus="1176" plus="1170" coach_tech_fouls="0"/>
			<average minutes="21.0" points="10.0" off_rebounds="0.25" def_rebounds="1.83" rebounds="2.08" assists="3.4" steals="0.33" blocks="0.08" turnovers="1.75" personal_fouls="0.83" flagrant_fouls="0.0" blocked_att="0.42" field_goals_made="3.5" field_goals_att="9.0" three_points_made="1.0" three_points_att="2.25" free_throws_made="1.96" free_throws_att="2.25" two_points_made="2.5" two_points_att="6.75" efficiency="8.29" true_shooting_att="9.99" points_off_turnovers="1.25" points_in_paint_made="1.58" points_in_paint_att="3.92" points_in_paint="3.17" fouls_drawn="1.83" offensive_fouls="0.0" fast_break_pts="0.46" fast_break_att="0.38" fast_break_made="0.17" second_chance_pts="0.75" second_chance_att="0.46" second_chance_made="0.17"/>
		</overall>
	</player>
	<player id="26414d70-d298-4999-a391-2eee2dd7067d" full_name="Tony Snell" first_name="Tony" last_name="Snell" position="G" primary_position="SG" sr_id="sr:player:607992" reference="203503">
		<overall>
			<total games_played="47" games_started="23" minutes="992.0" field_goals_made="88" field_goals_att="171" field_goals_pct="0.515" two_points_made="26" two_points_att="62" two_points_pct="0.419" three_points_made="62" three_points_att="109" three_points_pct="0.569" blocked_att="8" free_throws_made="11" free_throws_att="11" free_throws_pct="1.0" offensive_rebounds="18" defensive_rebounds="94" rebounds="112" assists="59" turnovers="21" assists_turnover_ratio="2.81" steals="13" blocks="11" personal_fouls="75" tech_fouls="0" points="249" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="175.84" true_shooting_pct="0.708" efficiency="340" field_goals_at_rim_made="8" field_goals_at_rim_att="15" field_goals_at_rim_pct="0.533" field_goals_at_midrange_made="8" field_goals_at_midrange_att="17" field_goals_at_midrange_pct="0.471" usage_pct="8.67" points_off_turnovers="22" points_in_paint="36" points_in_paint_made="18" points_in_paint_att="45" points_in_paint_pct="0.4" effective_fg_pct="0.696" double_doubles="0" triple_doubles="0" fouls_drawn="12" offensive_fouls="2" fast_break_pts="24" fast_break_att="17" fast_break_made="9" fast_break_pct="0.529" coach_ejections="0" second_chance_pct="0.474" second_chance_pts="27" second_chance_att="19" second_chance_made="9" minus="2271" plus="2335" coach_tech_fouls="0"/>
			<average minutes="21.1" points="5.3" off_rebounds="0.38" def_rebounds="2.0" rebounds="2.38" assists="1.3" steals="0.28" blocks="0.23" turnovers="0.45" personal_fouls="1.6" flagrant_fouls="0.0" blocked_att="0.17" field_goals_made="1.87" field_goals_att="3.64" three_points_made="1.32" three_points_att="2.32" free_throws_made="0.23" free_throws_att="0.23" two_points_made="0.55" two_points_att="1.32" efficiency="7.23" true_shooting_att="3.74" points_off_turnovers="0.47" points_in_paint_made="0.38" points_in_paint_att="0.96" points_in_paint="0.77" fouls_drawn="0.26" offensive_fouls="0.04" fast_break_pts="0.51" fast_break_att="0.36" fast_break_made="0.19" second_chance_pts="0.57" second_chance_att="0.4" second_chance_made="0.19"/>
		</overall>
	</player>
	<player id="28a2e698-9f33-4d4d-9a5d-9bea66ee42a1" full_name="John Collins" first_name="John" last_name="Collins" position="F-C" primary_position="PF" jersey_number="20" sr_id="sr:player:1141198" reference="1628381">
		<overall>
			<total games_played="63" games_started="63" minutes="1848.0" field_goals_made="429" field_goals_att="771" field_goals_pct="0.556" two_points_made="346" two_points_att="563" two_points_pct="0.615" three_points_made="83" three_points_att="208" three_points_pct="0.399" blocked_att="53" free_throws_made="170" free_throws_att="204" free_throws_pct="0.833" offensive_rebounds="118" defensive_rebounds="349" rebounds="467" assists="78" turnovers="84" assists_turnover_ratio="0.93" steals="34" blocks="63" personal_fouls="193" tech_fouls="3" points="1111" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="860.76" true_shooting_pct="0.645" efficiency="1293" field_goals_at_rim_made="206" field_goals_at_rim_att="278" field_goals_at_rim_pct="0.741" field_goals_at_midrange_made="53" field_goals_at_midrange_att="107" field_goals_at_midrange_pct="0.495" usage_pct="22.35" points_off_turnovers="109" points_in_paint="584" points_in_paint_made="292" points_in_paint_att="456" points_in_paint_pct="0.64" effective_fg_pct="0.61" double_doubles="16" triple_doubles="0" fouls_drawn="197" offensive_fouls="21" fast_break_pts="77" fast_break_att="38" fast_break_made="31" fast_break_pct="0.816" coach_ejections="0" second_chance_pct="0.642" second_chance_pts="195" second_chance_att="120" second_chance_made="77" minus="4291" plus="4474" coach_tech_fouls="0"/>
			<average minutes="29.3" points="17.6" off_rebounds="1.87" def_rebounds="5.54" rebounds="7.41" assists="1.2" steals="0.54" blocks="1.0" turnovers="1.33" personal_fouls="3.06" flagrant_fouls="0.0" blocked_att="0.84" field_goals_made="6.81" field_goals_att="12.24" three_points_made="1.32" three_points_att="3.3" free_throws_made="2.7" free_throws_att="3.24" two_points_made="5.49" two_points_att="8.94" efficiency="20.52" true_shooting_att="13.66" points_off_turnovers="1.73" points_in_paint_made="4.63" points_in_paint_att="7.24" points_in_paint="9.27" fouls_drawn="3.13" offensive_fouls="0.33" fast_break_pts="1.22" fast_break_att="0.6" fast_break_made="0.49" second_chance_pts="3.1" second_chance_att="1.9" second_chance_made="1.22"/>
		</overall>
	</player>
	<player id="2ef47392-9f85-47e7-a844-b5d97cf412c9" full_name="Bruno Fernando" first_name="Bruno" last_name="Fernando" position="F-C" primary_position="C" sr_id="sr:player:1286462" reference="1628981">
		<overall>
			<total games_played="33" games_started="0" minutes="226.0" field_goals_made="18" field_goals_att="44" field_goals_pct="0.409" two_points_made="18" two_points_att="42" two_points_pct="0.429" three_points_made="0" three_points_att="2" three_points_pct="0.0" blocked_att="8" free_throws_made="15" free_throws_att="22" free_throws_pct="0.682" offensive_rebounds="16" defensive_rebounds="62" rebounds="78" assists="10" turnovers="21" assists_turnover_ratio="0.48" steals="4" blocks="3" personal_fouls="23" tech_fouls="1" points="51" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="53.68" true_shooting_pct="0.475" efficiency="92" field_goals_at_rim_made="17" field_goals_at_rim_att="30" field_goals_at_rim_pct="0.567" field_goals_at_midrange_made="0" field_goals_at_midrange_att="4" field_goals_at_midrange_pct="0.0" usage_pct="14.45" points_off_turnovers="12" points_in_paint="36" points_in_paint_made="18" points_in_paint_att="38" points_in_paint_pct="0.474" effective_fg_pct="0.409" double_doubles="0" triple_doubles="0" fouls_drawn="19" offensive_fouls="6" fast_break_pts="6" fast_break_att="4" fast_break_made="3" fast_break_pct="0.75" coach_ejections="0" second_chance_pct="0.429" second_chance_pts="12" second_chance_att="7" second_chance_made="3" minus="508" plus="486" coach_tech_fouls="0"/>
			<average minutes="6.8" points="1.5" off_rebounds="0.48" def_rebounds="1.88" rebounds="2.36" assists="0.3" steals="0.12" blocks="0.09" turnovers="0.64" personal_fouls="0.7" flagrant_fouls="0.0" blocked_att="0.24" field_goals_made="0.55" field_goals_att="1.33" three_points_made="0.0" three_points_att="0.06" free_throws_made="0.45" free_throws_att="0.67" two_points_made="0.55" two_points_att="1.27" efficiency="2.79" true_shooting_att="1.63" points_off_turnovers="0.36" points_in_paint_made="0.55" points_in_paint_att="1.15" points_in_paint="1.09" fouls_drawn="0.58" offensive_fouls="0.18" fast_break_pts="0.18" fast_break_att="0.12" fast_break_made="0.09" second_chance_pts="0.36" second_chance_att="0.21" second_chance_made="0.09"/>
		</overall>
	</player>
	<player id="47cd6421-0ce1-431e-9b9c-a8d9bfd0eb04" full_name="Danilo Gallinari" first_name="Danilo" last_name="Gallinari" position="F" primary_position="SF" sr_id="sr:player:608098" reference="201568">
		<overall>
			<total games_played="51" games_started="4" minutes="1222.0" field_goals_made="206" field_goals_att="475" field_goals_pct="0.434" two_points_made="103" two_points_att="221" two_points_pct="0.466" three_points_made="103" three_points_att="254" three_points_pct="0.406" blocked_att="21" free_throws_made="161" free_throws_att="174" free_throws_pct="0.925" offensive_rebounds="17" defensive_rebounds="194" rebounds="211" assists="76" turnovers="43" assists_turnover_ratio="1.77" steals="30" blocks="10" personal_fouls="105" tech_fouls="0" points="676" flagrant_fouls="1" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="551.56" true_shooting_pct="0.613" efficiency="678" field_goals_at_rim_made="28" field_goals_at_rim_att="45" field_goals_at_rim_pct="0.622" field_goals_at_midrange_made="47" field_goals_at_midrange_att="117" field_goals_at_midrange_pct="0.402" usage_pct="21.27" points_off_turnovers="58" points_in_paint="108" points_in_paint_made="54" points_in_paint_att="99" points_in_paint_pct="0.545" effective_fg_pct="0.542" double_doubles="2" triple_doubles="0" fouls_drawn="125" offensive_fouls="6" fast_break_pts="22" fast_break_att="15" fast_break_made="8" fast_break_pct="0.533" coach_ejections="0" second_chance_pct="0.5" second_chance_pts="50" second_chance_att="28" second_chance_made="14" minus="2764" plus="2855" coach_tech_fouls="0"/>
			<average minutes="24.0" points="13.3" off_rebounds="0.33" def_rebounds="3.8" rebounds="4.14" assists="1.5" steals="0.59" blocks="0.2" turnovers="0.84" personal_fouls="2.06" flagrant_fouls="0.02" blocked_att="0.41" field_goals_made="4.04" field_goals_att="9.31" three_points_made="2.02" three_points_att="4.98" free_throws_made="3.16" free_throws_att="3.41" two_points_made="2.02" two_points_att="4.33" efficiency="13.29" true_shooting_att="10.81" points_off_turnovers="1.14" points_in_paint_made="1.06" points_in_paint_att="1.94" points_in_paint="2.12" fouls_drawn="2.45" offensive_fouls="0.12" fast_break_pts="0.43" fast_break_att="0.29" fast_break_made="0.16" second_chance_pts="0.98" second_chance_att="0.55" second_chance_made="0.27"/>
		</overall>
	</player>
	<player id="56c796d6-74d3-4881-9166-7f528e2b67f6" full_name="Kris Dunn" first_name="Kris" last_name="Dunn" position="G" primary_position="PG" jersey_number="8" sr_id="sr:player:996325" reference="1627739">
		<overall>
			<total games_played="4" games_started="0" minutes="45.0" field_goals_made="1" field_goals_att="12" field_goals_pct="0.083" two_points_made="1" two_points_att="10" two_points_pct="0.1" three_points_made="0" three_points_att="2" three_points_pct="0.0" blocked_att="2" free_throws_made="3" free_throws_att="4" free_throws_pct="0.75" offensive_rebounds="0" defensive_rebounds="6" rebounds="6" assists="2" turnovers="3" assists_turnover_ratio="0.67" steals="2" blocks="2" personal_fouls="10" tech_fouls="2" points="5" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="13.76" true_shooting_pct="0.182" efficiency="2" field_goals_at_rim_made="1" field_goals_at_rim_att="2" field_goals_at_rim_pct="0.5" field_goals_at_midrange_made="0" field_goals_at_midrange_att="2" field_goals_at_midrange_pct="0.0" usage_pct="16.28" points_off_turnovers="0" points_in_paint="2" points_in_paint_made="1" points_in_paint_att="8" points_in_paint_pct="0.125" effective_fg_pct="0.083" double_doubles="0" triple_doubles="0" fouls_drawn="4" offensive_fouls="0" fast_break_pts="2" fast_break_att="1" fast_break_made="1" fast_break_pct="1.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="113" plus="82" coach_tech_fouls="0"/>
			<average minutes="11.3" points="1.3" off_rebounds="0.0" def_rebounds="1.5" rebounds="1.5" assists="0.5" steals="0.5" blocks="0.5" turnovers="0.75" personal_fouls="2.5" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="0.25" field_goals_att="3.0" three_points_made="0.0" three_points_att="0.5" free_throws_made="0.75" free_throws_att="1.0" two_points_made="0.25" two_points_att="2.5" efficiency="0.5" true_shooting_att="3.44" points_off_turnovers="0.0" points_in_paint_made="0.25" points_in_paint_att="2.0" points_in_paint="0.5" fouls_drawn="1.0" offensive_fouls="0.0" fast_break_pts="0.5" fast_break_att="0.25" fast_break_made="0.25" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
		</overall>
	</player>
	<player id="59b8fe2b-cd77-4526-8047-816b1f081351" full_name="Nathan Knight" first_name="Nathan" last_name="Knight" position="F-C" primary_position="PF" sr_id="sr:player:1167592" reference="1630233">
		<overall>
			<total games_played="33" games_started="0" minutes="279.0" field_goals_made="37" field_goals_att="100" field_goals_pct="0.37" two_points_made="31" two_points_att="67" two_points_pct="0.463" three_points_made="6" three_points_att="33" three_points_pct="0.182" blocked_att="10" free_throws_made="44" free_throws_att="55" free_throws_pct="0.8" offensive_rebounds="27" defensive_rebounds="45" rebounds="72" assists="8" turnovers="15" assists_turnover_ratio="0.53" steals="9" blocks="10" personal_fouls="22" tech_fouls="0" points="124" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="124.2" true_shooting_pct="0.499" efficiency="134" field_goals_at_rim_made="25" field_goals_at_rim_att="44" field_goals_at_rim_pct="0.568" field_goals_at_midrange_made="0" field_goals_at_midrange_att="1" field_goals_at_midrange_pct="0.0" usage_pct="21.81" points_off_turnovers="13" points_in_paint="62" points_in_paint_made="31" points_in_paint_att="66" points_in_paint_pct="0.47" effective_fg_pct="0.4" double_doubles="1" triple_doubles="0" fouls_drawn="31" offensive_fouls="4" fast_break_pts="8" fast_break_att="5" fast_break_made="2" fast_break_pct="0.4" coach_ejections="0" second_chance_pct="0.292" second_chance_pts="28" second_chance_att="24" second_chance_made="7" minus="620" plus="603" coach_tech_fouls="0"/>
			<average minutes="8.5" points="3.8" off_rebounds="0.82" def_rebounds="1.36" rebounds="2.18" assists="0.2" steals="0.27" blocks="0.3" turnovers="0.45" personal_fouls="0.67" flagrant_fouls="0.0" blocked_att="0.3" field_goals_made="1.12" field_goals_att="3.03" three_points_made="0.18" three_points_att="1.0" free_throws_made="1.33" free_throws_att="1.67" two_points_made="0.94" two_points_att="2.03" efficiency="4.06" true_shooting_att="3.76" points_off_turnovers="0.39" points_in_paint_made="0.94" points_in_paint_att="2.0" points_in_paint="1.88" fouls_drawn="0.94" offensive_fouls="0.12" fast_break_pts="0.24" fast_break_att="0.15" fast_break_made="0.06" second_chance_pts="0.85" second_chance_att="0.73" second_chance_made="0.21"/>
		</overall>
	</player>

Seasonal Stats by Player

To retrieve player seasonal stats we'll want to access the Player Profile feed. This feed provides biographical information, draft information, and seasonal statistics for a specified player. Let's look at the syntax below and retrieve Jimmy Butler's seasonal stats.

https://api.sportradar.com/nba/{access_level}/v8/{language_code}/players/{player_id}/profile.{format}

To build this request, we will need Butler's unique player_id. There are a handful of paths to get this player id, likely pulling from a game, team, or schedule feed. Here are two sample paths:

First, retrieve the team.id for the Miami Heat, through the Hierarchy feed, a Schedule feed, or a Game feed. Use this unique team.id to parse the Team Profile for Butler's unique player.id.

Final call: https://api.sportradar.com/nba/trial/v8/en/players/0e163d44-67a7-4107-9421-5333600166bb/profile.json?api_key=<api_key>

This call will return seasonal stats for Jimmy Butler's career, dating back to the beginning of Sportradar's data collection. Stats are broken down by team and season type (Pre, Post, and Regular Season). You can find all of the data points available in Player Profile here.

Catch statistical updates to past seasons by using the Daily Change Log.

<player xmlns="http://feed.elasticstats.com/schema/basketball/profile-v7.0.xsd" id="0e163d44-67a7-4107-9421-5333600166bb" status="ACT" full_name="Jimmy Butler" first_name="Jimmy" last_name="Butler" abbr_name="J.Butler" height="79" weight="230" position="F" primary_position="SF" jersey_number="22" experience="13" college="Marquette" high_school="Tomball (TX)" birth_place="Houston, TX, USA" birthdate="1989-09-14" updated="2024-07-19T00:20:26Z" sr_id="sr:player:607444" rookie_year="2011" reference="202710">
  <league id="4353138d-4c22-4396-95d8-5f587d2df25c" name="NBA" alias="NBA"/>
  <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748"/>
  <draft team_id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" year="2011" round="1" pick="30"/>
  <seasons>
    <season id="f1162fd1-29c5-4c29-abb4-57b78f16d238" year="2023" type="REG">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="60" games_started="60" minutes="2042.0" field_goals_made="396" field_goals_att="793" field_goals_pct="0.499" two_points_made="336" two_points_att="648" two_points_pct="0.519" three_points_made="60" three_points_att="145" three_points_pct="0.414" blocked_att="63" free_throws_made="394" free_throws_att="459" free_throws_pct="0.858" offensive_rebounds="105" defensive_rebounds="213" rebounds="318" assists="298" turnovers="102" assists_turnover_ratio="2.92" steals="79" blocks="17" personal_fouls="68" tech_fouls="2" points="1246" flagrant_fouls="0" ejections="1" foulouts="0" tech_fouls_non_unsportsmanlike="1" true_shooting_att="994.96" true_shooting_pct="0.626" efficiency="1394" field_goals_at_rim_made="162" field_goals_at_rim_att="241" field_goals_at_rim_pct="0.672" field_goals_at_midrange_made="50" field_goals_at_midrange_att="143" field_goals_at_midrange_pct="0.35" usage_pct="24.16" points_off_turnovers="196" points_in_paint="572" points_in_paint_made="286" points_in_paint_att="505" points_in_paint_pct="0.566" effective_fg_pct="0.537" double_doubles="5" triple_doubles="1" fouls_drawn="312" offensive_fouls="10" fast_break_pts="153" fast_break_att="82" fast_break_made="55" fast_break_pct="0.671" coach_ejections="0" second_chance_pct="0.506" second_chance_pts="129" second_chance_att="85" second_chance_made="43" minus="4575" plus="4790" coach_tech_fouls="0"/>
          <average minutes="34.0" points="20.8" off_rebounds="1.75" def_rebounds="3.55" rebounds="5.3" assists="5.0" steals="1.32" blocks="0.28" turnovers="1.7" personal_fouls="1.13" flagrant_fouls="0.0" blocked_att="1.05" field_goals_made="6.6" field_goals_att="13.22" three_points_made="1.0" three_points_att="2.42" free_throws_made="6.57" free_throws_att="7.65" two_points_made="5.6" two_points_att="10.8" efficiency="23.23" true_shooting_att="16.58" points_off_turnovers="3.27" points_in_paint_made="4.77" points_in_paint_att="8.42" points_in_paint="9.53" fouls_drawn="5.2" offensive_fouls="0.17" fast_break_pts="2.55" fast_break_att="1.37" fast_break_made="0.92" second_chance_pts="2.15" second_chance_att="1.42" second_chance_made="0.72"/>
        </statistics>
      </team>
    </season>
    <season id="8905ddd2-e5f0-4734-b9ef-c9c3452b72d2" year="2023" type="PST">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_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="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="0d858257-7bc3-435d-9e54-1c8590be84ce" year="2023" type="PRE">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_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="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="851f97e4-c830-4590-88e9-e1286383148c" year="2023" type="PIT">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="1" games_started="1" minutes="40.0" field_goals_made="5" field_goals_att="18" field_goals_pct="0.278" two_points_made="3" two_points_att="12" two_points_pct="0.25" three_points_made="2" three_points_att="6" three_points_pct="0.333" blocked_att="0" free_throws_made="7" free_throws_att="8" free_throws_pct="0.875" offensive_rebounds="2" defensive_rebounds="2" rebounds="4" assists="5" turnovers="1" assists_turnover_ratio="5.0" steals="5" blocks="0" personal_fouls="2" tech_fouls="0" points="19" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="21.52" true_shooting_pct="0.441" efficiency="18" field_goals_at_rim_made="3" field_goals_at_rim_att="5" field_goals_at_rim_pct="0.6" field_goals_at_midrange_made="0" field_goals_at_midrange_att="3" field_goals_at_midrange_pct="0.0" usage_pct="24.69" points_off_turnovers="6" points_in_paint="6" points_in_paint_made="3" points_in_paint_att="9" points_in_paint_pct="0.333" effective_fg_pct="0.333" double_doubles="0" triple_doubles="0" fouls_drawn="6" offensive_fouls="0" fast_break_pts="6" fast_break_att="4" fast_break_made="3" fast_break_pct="0.75" coach_ejections="0" second_chance_pct="0.5" second_chance_pts="3" second_chance_att="2" second_chance_made="1" minus="83" plus="82" coach_tech_fouls="0"/>
          <average minutes="40.0" points="19.0" off_rebounds="2.0" def_rebounds="2.0" rebounds="4.0" assists="5.0" steals="5.0" blocks="0.0" turnovers="1.0" personal_fouls="2.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="5.0" field_goals_att="18.0" three_points_made="2.0" three_points_att="6.0" free_throws_made="7.0" free_throws_att="8.0" two_points_made="3.0" two_points_att="12.0" efficiency="18.0" true_shooting_att="21.52" points_off_turnovers="6.0" points_in_paint_made="3.0" points_in_paint_att="9.0" points_in_paint="6.0" fouls_drawn="6.0" offensive_fouls="0.0" fast_break_pts="6.0" fast_break_att="4.0" fast_break_made="3.0" second_chance_pts="3.0" second_chance_att="2.0" second_chance_made="1.0"/>
        </statistics>
      </team>
    </season>
    <season id="5027b6ac-731c-4622-8d69-d863ae7c626b" year="2022" type="REG">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="64" games_started="64" minutes="2138.0" field_goals_made="479" field_goals_att="888" field_goals_pct="0.539" two_points_made="443" two_points_att="785" two_points_pct="0.564" three_points_made="36" three_points_att="103" three_points_pct="0.35" blocked_att="53" free_throws_made="472" free_throws_att="555" free_throws_pct="0.85" offensive_rebounds="141" defensive_rebounds="234" rebounds="375" assists="340" turnovers="101" assists_turnover_ratio="3.37" steals="117" blocks="21" personal_fouls="80" tech_fouls="1" points="1466" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="1132.2" true_shooting_pct="0.647" efficiency="1726" field_goals_at_rim_made="217" field_goals_at_rim_att="316" field_goals_at_rim_pct="0.687" field_goals_at_midrange_made="76" field_goals_at_midrange_att="168" field_goals_at_midrange_pct="0.452" usage_pct="25.77" points_off_turnovers="256" points_in_paint="732" points_in_paint_made="366" points_in_paint_att="613" points_in_paint_pct="0.597" effective_fg_pct="0.56" double_doubles="11" triple_doubles="0" fouls_drawn="365" offensive_fouls="10" fast_break_pts="186" fast_break_att="94" fast_break_made="71" fast_break_pct="0.755" coach_ejections="0" second_chance_pct="0.551" second_chance_pts="194" second_chance_att="118" second_chance_made="65" minus="4917" plus="4964" coach_tech_fouls="0"/>
          <average minutes="33.4" points="22.9" off_rebounds="2.2" def_rebounds="3.66" rebounds="5.86" assists="5.3" steals="1.83" blocks="0.33" turnovers="1.58" personal_fouls="1.25" flagrant_fouls="0.0" blocked_att="0.83" field_goals_made="7.48" field_goals_att="13.88" three_points_made="0.56" three_points_att="1.61" free_throws_made="7.38" free_throws_att="8.67" two_points_made="6.92" two_points_att="12.27" efficiency="26.97" true_shooting_att="17.69" points_off_turnovers="4.0" points_in_paint_made="5.72" points_in_paint_att="9.58" points_in_paint="11.44" fouls_drawn="5.7" offensive_fouls="0.16" fast_break_pts="2.91" fast_break_att="1.47" fast_break_made="1.11" second_chance_pts="3.03" second_chance_att="1.84" second_chance_made="1.02"/>
        </statistics>
      </team>
    </season>
    <season id="60592f49-0b47-4662-94d2-b3ad577d7dd4" year="2022" type="PST">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="22" games_started="22" minutes="874.0" field_goals_made="207" field_goals_att="442" field_goals_pct="0.468" two_points_made="179" two_points_att="364" two_points_pct="0.492" three_points_made="28" three_points_att="78" three_points_pct="0.359" blocked_att="35" free_throws_made="150" free_throws_att="186" free_throws_pct="0.806" offensive_rebounds="47" defensive_rebounds="95" rebounds="142" assists="129" turnovers="41" assists_turnover_ratio="3.15" steals="40" blocks="14" personal_fouls="37" tech_fouls="1" points="592" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="523.84" true_shooting_pct="0.565" efficiency="605" field_goals_at_rim_made="80" field_goals_at_rim_att="121" field_goals_at_rim_pct="0.661" field_goals_at_midrange_made="48" field_goals_at_midrange_att="113" field_goals_at_midrange_pct="0.425" usage_pct="29.25" points_off_turnovers="98" points_in_paint="262" points_in_paint_made="131" points_in_paint_att="251" points_in_paint_pct="0.522" effective_fg_pct="0.5" double_doubles="4" triple_doubles="0" fouls_drawn="127" offensive_fouls="6" fast_break_pts="61" fast_break_att="34" fast_break_made="24" fast_break_pct="0.706" coach_ejections="0" second_chance_pct="0.49" second_chance_pts="71" second_chance_att="49" second_chance_made="24" minus="1952" plus="1941" coach_tech_fouls="0"/>
          <average minutes="39.7" points="26.9" off_rebounds="2.14" def_rebounds="4.32" rebounds="6.45" assists="5.9" steals="1.82" blocks="0.64" turnovers="1.86" personal_fouls="1.68" flagrant_fouls="0.0" blocked_att="1.59" field_goals_made="9.41" field_goals_att="20.09" three_points_made="1.27" three_points_att="3.55" free_throws_made="6.82" free_throws_att="8.45" two_points_made="8.14" two_points_att="16.55" efficiency="27.5" true_shooting_att="23.81" points_off_turnovers="4.45" points_in_paint_made="5.95" points_in_paint_att="11.41" points_in_paint="11.91" fouls_drawn="5.77" offensive_fouls="0.27" fast_break_pts="2.77" fast_break_att="1.55" fast_break_made="1.09" second_chance_pts="3.23" second_chance_att="2.23" second_chance_made="1.09"/>
        </statistics>
      </team>
    </season>
    <season id="6ba5a3b2-e4e9-4b07-9026-6be2819b3006" year="2022" type="PRE">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="2" games_started="2" minutes="42.0" field_goals_made="5" field_goals_att="9" field_goals_pct="0.556" two_points_made="5" two_points_att="9" two_points_pct="0.556" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="1" free_throws_made="4" free_throws_att="6" free_throws_pct="0.667" offensive_rebounds="1" defensive_rebounds="5" rebounds="6" assists="7" turnovers="3" assists_turnover_ratio="2.33" steals="1" blocks="0" personal_fouls="2" tech_fouls="0" points="14" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="11.64" true_shooting_pct="0.601" efficiency="19" field_goals_at_rim_made="4" field_goals_at_rim_att="6" field_goals_at_rim_pct="0.667" field_goals_at_midrange_made="0" field_goals_at_midrange_att="1" field_goals_at_midrange_pct="0.0" usage_pct="14.22" points_off_turnovers="3" points_in_paint="10" points_in_paint_made="5" points_in_paint_att="8" points_in_paint_pct="0.625" effective_fg_pct="0.556" double_doubles="0" triple_doubles="0" fouls_drawn="5" offensive_fouls="1" fast_break_pts="2" fast_break_att="1" fast_break_made="1" fast_break_pct="1.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="1" second_chance_made="0" minus="83" plus="109" coach_tech_fouls="0"/>
          <average minutes="21.0" points="7.0" off_rebounds="0.5" def_rebounds="2.5" rebounds="3.0" assists="3.5" steals="0.5" blocks="0.0" turnovers="1.5" personal_fouls="1.0" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="2.5" field_goals_att="4.5" three_points_made="0.0" three_points_att="0.0" free_throws_made="2.0" free_throws_att="3.0" two_points_made="2.5" two_points_att="4.5" efficiency="9.5" true_shooting_att="5.82" points_off_turnovers="1.5" points_in_paint_made="2.5" points_in_paint_att="4.0" points_in_paint="5.0" fouls_drawn="2.5" offensive_fouls="0.5" fast_break_pts="1.0" fast_break_att="0.5" fast_break_made="0.5" second_chance_pts="0.0" second_chance_att="0.5" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="99a82ada-56fe-416a-ab6f-086a3d27f30b" year="2022" type="PIT">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="2" games_started="2" minutes="81.0" field_goals_made="17" field_goals_att="43" field_goals_pct="0.395" two_points_made="17" two_points_att="40" two_points_pct="0.425" three_points_made="0" three_points_att="3" three_points_pct="0.0" blocked_att="4" free_throws_made="18" free_throws_att="21" free_throws_pct="0.857" offensive_rebounds="2" defensive_rebounds="7" rebounds="9" assists="12" turnovers="5" assists_turnover_ratio="2.4" steals="4" blocks="1" personal_fouls="3" tech_fouls="0" points="52" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="52.24" true_shooting_pct="0.498" efficiency="44" field_goals_at_rim_made="4" field_goals_at_rim_att="8" field_goals_at_rim_pct="0.5" field_goals_at_midrange_made="2" field_goals_at_midrange_att="8" field_goals_at_midrange_pct="0.25" usage_pct="31.87" points_off_turnovers="15" points_in_paint="30" points_in_paint_made="15" points_in_paint_att="32" points_in_paint_pct="0.469" effective_fg_pct="0.395" double_doubles="0" triple_doubles="0" fouls_drawn="18" offensive_fouls="1" fast_break_pts="9" fast_break_att="5" fast_break_made="4" fast_break_pct="0.8" coach_ejections="0" second_chance_pct="0.333" second_chance_pts="4" second_chance_att="3" second_chance_made="1" minus="170" plus="178" coach_tech_fouls="0"/>
          <average minutes="40.5" points="26.0" off_rebounds="1.0" def_rebounds="3.5" rebounds="4.5" assists="6.0" steals="2.0" blocks="0.5" turnovers="2.5" personal_fouls="1.5" flagrant_fouls="0.0" blocked_att="2.0" field_goals_made="8.5" field_goals_att="21.5" three_points_made="0.0" three_points_att="1.5" free_throws_made="9.0" free_throws_att="10.5" two_points_made="8.5" two_points_att="20.0" efficiency="22.0" true_shooting_att="26.12" points_off_turnovers="7.5" points_in_paint_made="7.5" points_in_paint_att="16.0" points_in_paint="15.0" fouls_drawn="9.0" offensive_fouls="0.5" fast_break_pts="4.5" fast_break_att="2.5" fast_break_made="2.0" second_chance_pts="2.0" second_chance_att="1.5" second_chance_made="0.5"/>
        </statistics>
      </team>
    </season>
    <season id="16d6292c-25c6-4487-aa90-912c1e09170b" year="2021" type="REG">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="57" games_started="57" minutes="1931.0" field_goals_made="398" field_goals_att="829" field_goals_pct="0.48" two_points_made="371" two_points_att="713" two_points_pct="0.52" three_points_made="27" three_points_att="116" three_points_pct="0.233" blocked_att="36" free_throws_made="396" free_throws_att="455" free_throws_pct="0.87" offensive_rebounds="102" defensive_rebounds="234" rebounds="336" assists="312" turnovers="121" assists_turnover_ratio="2.58" steals="94" blocks="27" personal_fouls="88" tech_fouls="7" points="1219" flagrant_fouls="0" ejections="1" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="1029.2" true_shooting_pct="0.592" efficiency="1377" field_goals_at_rim_made="192" field_goals_at_rim_att="282" field_goals_at_rim_pct="0.681" field_goals_at_midrange_made="74" field_goals_at_midrange_att="193" field_goals_at_midrange_pct="0.383" usage_pct="26.71" points_off_turnovers="195" points_in_paint="594" points_in_paint_made="297" points_in_paint_att="517" points_in_paint_pct="0.574" effective_fg_pct="0.496" double_doubles="12" triple_doubles="4" fouls_drawn="324" offensive_fouls="17" fast_break_pts="146" fast_break_att="76" fast_break_made="57" fast_break_pct="0.75" coach_ejections="0" second_chance_pct="0.516" second_chance_pts="139" second_chance_att="91" second_chance_made="47" minus="4201" plus="4446" coach_tech_fouls="0"/>
          <average minutes="33.9" points="21.4" off_rebounds="1.79" def_rebounds="4.11" rebounds="5.89" assists="5.5" steals="1.65" blocks="0.47" turnovers="2.12" personal_fouls="1.54" flagrant_fouls="0.0" blocked_att="0.63" field_goals_made="6.98" field_goals_att="14.54" three_points_made="0.47" three_points_att="2.04" free_throws_made="6.95" free_throws_att="7.98" two_points_made="6.51" two_points_att="12.51" efficiency="24.16" true_shooting_att="18.06" points_off_turnovers="3.42" points_in_paint_made="5.21" points_in_paint_att="9.07" points_in_paint="10.42" fouls_drawn="5.68" offensive_fouls="0.3" fast_break_pts="2.56" fast_break_att="1.33" fast_break_made="1.0" second_chance_pts="2.44" second_chance_att="1.6" second_chance_made="0.82"/>
        </statistics>
      </team>
    </season>
    <season id="e5ddb64b-8e7d-49f1-b50e-2db72d387756" year="2021" type="PST">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="17" games_started="17" minutes="629.0" field_goals_made="166" field_goals_att="328" field_goals_pct="0.506" two_points_made="143" two_points_att="260" two_points_pct="0.55" three_points_made="23" three_points_att="68" three_points_pct="0.338" blocked_att="13" free_throws_made="111" free_throws_att="132" free_throws_pct="0.841" offensive_rebounds="41" defensive_rebounds="84" rebounds="125" assists="78" turnovers="25" assists_turnover_ratio="3.12" steals="35" blocks="11" personal_fouls="25" tech_fouls="1" points="466" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="386.08" true_shooting_pct="0.604" efficiency="507" field_goals_at_rim_made="72" field_goals_at_rim_att="100" field_goals_at_rim_pct="0.72" field_goals_at_midrange_made="29" field_goals_at_midrange_att="70" field_goals_at_midrange_pct="0.414" usage_pct="29.37" points_off_turnovers="110" points_in_paint="230" points_in_paint_made="115" points_in_paint_att="191" points_in_paint_pct="0.602" effective_fg_pct="0.541" double_doubles="4" triple_doubles="0" fouls_drawn="99" offensive_fouls="2" fast_break_pts="69" fast_break_att="38" fast_break_made="27" fast_break_pct="0.711" coach_ejections="0" second_chance_pct="0.488" second_chance_pts="56" second_chance_att="41" second_chance_made="20" minus="1309" plus="1404" coach_tech_fouls="0"/>
          <average minutes="37.0" points="27.4" off_rebounds="2.41" def_rebounds="4.94" rebounds="7.35" assists="4.6" steals="2.06" blocks="0.65" turnovers="1.47" personal_fouls="1.47" flagrant_fouls="0.0" blocked_att="0.76" field_goals_made="9.76" field_goals_att="19.29" three_points_made="1.35" three_points_att="4.0" free_throws_made="6.53" free_throws_att="7.76" two_points_made="8.41" two_points_att="15.29" efficiency="29.82" true_shooting_att="22.71" points_off_turnovers="6.47" points_in_paint_made="6.76" points_in_paint_att="11.24" points_in_paint="13.53" fouls_drawn="5.82" offensive_fouls="0.12" fast_break_pts="4.06" fast_break_att="2.24" fast_break_made="1.59" second_chance_pts="3.29" second_chance_att="2.41" second_chance_made="1.18"/>
        </statistics>
      </team>
    </season>
    <season id="e17d361d-40f3-4c6d-94a4-5551c6ceecc8" year="2021" type="PRE">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="2" games_started="2" minutes="41.0" field_goals_made="11" field_goals_att="21" field_goals_pct="0.524" two_points_made="10" two_points_att="19" two_points_pct="0.526" three_points_made="1" three_points_att="2" three_points_pct="0.5" blocked_att="0" free_throws_made="11" free_throws_att="13" free_throws_pct="0.846" offensive_rebounds="0" defensive_rebounds="6" rebounds="6" assists="4" turnovers="2" assists_turnover_ratio="2.0" steals="2" blocks="0" personal_fouls="1" tech_fouls="0" points="34" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="26.72" true_shooting_pct="0.636" efficiency="32" field_goals_at_rim_made="5" field_goals_at_rim_att="5" field_goals_at_rim_pct="1.0" field_goals_at_midrange_made="1" field_goals_at_midrange_att="7" field_goals_at_midrange_pct="0.143" usage_pct="28.78" points_off_turnovers="6" points_in_paint="18" points_in_paint_made="9" points_in_paint_att="12" points_in_paint_pct="0.75" effective_fg_pct="0.548" double_doubles="0" triple_doubles="0" fouls_drawn="8" offensive_fouls="1" fast_break_pts="4" fast_break_att="2" fast_break_made="2" fast_break_pct="1.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="97" plus="104" coach_tech_fouls="0"/>
          <average minutes="20.5" points="17.0" off_rebounds="0.0" def_rebounds="3.0" rebounds="3.0" assists="2.0" steals="1.0" blocks="0.0" turnovers="1.0" personal_fouls="0.5" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="5.5" field_goals_att="10.5" three_points_made="0.5" three_points_att="1.0" free_throws_made="5.5" free_throws_att="6.5" two_points_made="5.0" two_points_att="9.5" efficiency="16.0" true_shooting_att="13.36" points_off_turnovers="3.0" points_in_paint_made="4.5" points_in_paint_att="6.0" points_in_paint="9.0" fouls_drawn="4.0" offensive_fouls="0.5" fast_break_pts="2.0" fast_break_att="1.0" fast_break_made="1.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="feb33381-9dbf-45b6-82c1-3c50c9a2b5ce" year="2020" type="REG">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="52" games_started="52" minutes="1745.0" field_goals_made="366" field_goals_att="736" field_goals_pct="0.497" two_points_made="341" two_points_att="634" two_points_pct="0.538" three_points_made="25" three_points_att="102" three_points_pct="0.245" blocked_att="42" free_throws_made="359" free_throws_att="416" free_throws_pct="0.863" offensive_rebounds="94" defensive_rebounds="265" rebounds="359" assists="369" turnovers="109" assists_turnover_ratio="3.39" steals="108" blocks="18" personal_fouls="71" tech_fouls="3" points="1116" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="919.04" true_shooting_pct="0.607" efficiency="1434" field_goals_at_rim_made="190" field_goals_at_rim_att="271" field_goals_at_rim_pct="0.701" field_goals_at_midrange_made="63" field_goals_at_midrange_att="149" field_goals_at_midrange_pct="0.423" usage_pct="26.76" points_off_turnovers="200" points_in_paint="554" points_in_paint_made="277" points_in_paint_att="484" points_in_paint_pct="0.572" effective_fg_pct="0.514" double_doubles="17" triple_doubles="4" fouls_drawn="310" offensive_fouls="15" fast_break_pts="163" fast_break_att="75" fast_break_made="56" fast_break_pct="0.747" coach_ejections="0" second_chance_pct="0.444" second_chance_pts="86" second_chance_att="72" second_chance_made="32" minus="3792" plus="3988" coach_tech_fouls="0"/>
          <average minutes="33.6" points="21.5" off_rebounds="1.81" def_rebounds="5.1" rebounds="6.9" assists="7.1" steals="2.08" blocks="0.35" turnovers="2.1" personal_fouls="1.37" flagrant_fouls="0.0" blocked_att="0.81" field_goals_made="7.04" field_goals_att="14.15" three_points_made="0.48" three_points_att="1.96" free_throws_made="6.9" free_throws_att="8.0" two_points_made="6.56" two_points_att="12.19" efficiency="27.58" true_shooting_att="17.67" points_off_turnovers="3.85" points_in_paint_made="5.33" points_in_paint_att="9.31" points_in_paint="10.65" fouls_drawn="5.96" offensive_fouls="0.29" fast_break_pts="3.13" fast_break_att="1.44" fast_break_made="1.08" second_chance_pts="1.65" second_chance_att="1.38" second_chance_made="0.62"/>
        </statistics>
      </team>
    </season>
    <season id="6c11f600-fa45-496d-8491-13c2d86d11fb" year="2020" type="PST">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="4" games_started="4" minutes="154.0" field_goals_made="19" field_goals_att="64" field_goals_pct="0.297" two_points_made="15" two_points_att="49" two_points_pct="0.306" three_points_made="4" three_points_att="15" three_points_pct="0.267" blocked_att="3" free_throws_made="16" free_throws_att="22" free_throws_pct="0.727" offensive_rebounds="6" defensive_rebounds="24" rebounds="30" assists="28" turnovers="9" assists_turnover_ratio="3.11" steals="5" blocks="1" personal_fouls="6" tech_fouls="0" points="58" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="73.68" true_shooting_pct="0.394" efficiency="62" field_goals_at_rim_made="6" field_goals_at_rim_att="14" field_goals_at_rim_pct="0.429" field_goals_at_midrange_made="5" field_goals_at_midrange_att="20" field_goals_at_midrange_pct="0.25" usage_pct="23.63" points_off_turnovers="7" points_in_paint="20" points_in_paint_made="10" points_in_paint_att="29" points_in_paint_pct="0.345" effective_fg_pct="0.328" double_doubles="2" triple_doubles="1" fouls_drawn="21" offensive_fouls="1" fast_break_pts="8" fast_break_att="5" fast_break_made="4" fast_break_pct="0.8" coach_ejections="0" second_chance_pct="0.143" second_chance_pts="5" second_chance_att="7" second_chance_made="1" minus="393" plus="307" coach_tech_fouls="0"/>
          <average minutes="38.5" points="14.5" off_rebounds="1.5" def_rebounds="6.0" rebounds="7.5" assists="7.0" steals="1.25" blocks="0.25" turnovers="2.25" personal_fouls="1.5" flagrant_fouls="0.0" blocked_att="0.75" field_goals_made="4.75" field_goals_att="16.0" three_points_made="1.0" three_points_att="3.75" free_throws_made="4.0" free_throws_att="5.5" two_points_made="3.75" two_points_att="12.25" efficiency="15.5" true_shooting_att="18.42" points_off_turnovers="1.75" points_in_paint_made="2.5" points_in_paint_att="7.25" points_in_paint="5.0" fouls_drawn="5.25" offensive_fouls="0.25" fast_break_pts="2.0" fast_break_att="1.25" fast_break_made="1.0" second_chance_pts="1.25" second_chance_att="1.75" second_chance_made="0.25"/>
        </statistics>
      </team>
    </season>
    <season id="b11f598f-2f5f-43ff-99e0-d65ca9bebead" year="2020" type="PRE">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_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="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="191e5d0e-ad55-43ef-995c-317ae9ea1213" year="2019" type="REG">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="58" games_started="58" minutes="1959.0" field_goals_made="345" field_goals_att="758" field_goals_pct="0.455" two_points_made="316" two_points_att="639" two_points_pct="0.495" three_points_made="29" three_points_att="119" three_points_pct="0.244" blocked_att="45" free_throws_made="438" free_throws_att="525" free_throws_pct="0.834" offensive_rebounds="106" defensive_rebounds="280" rebounds="386" assists="350" turnovers="127" assists_turnover_ratio="2.76" steals="103" blocks="32" personal_fouls="81" tech_fouls="4" points="1157" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="989.0" true_shooting_pct="0.585" efficiency="1401" field_goals_at_rim_made="149" field_goals_at_rim_att="227" field_goals_at_rim_pct="0.656" field_goals_at_midrange_made="40" field_goals_at_midrange_att="132" field_goals_at_midrange_pct="0.303" usage_pct="25.31" points_off_turnovers="191" points_in_paint="526" points_in_paint_made="263" points_in_paint_att="473" points_in_paint_pct="0.556" effective_fg_pct="0.474" double_doubles="11" triple_doubles="3" fouls_drawn="389" offensive_fouls="19" fast_break_pts="139" fast_break_att="66" fast_break_made="54" fast_break_pct="0.818" coach_ejections="0" second_chance_pct="0.413" second_chance_pts="93" second_chance_att="63" second_chance_made="26" minus="4309" plus="4566" coach_tech_fouls="0"/>
          <average minutes="33.8" points="19.9" off_rebounds="1.83" def_rebounds="4.83" rebounds="6.66" assists="6.0" steals="1.78" blocks="0.55" turnovers="2.19" personal_fouls="1.4" flagrant_fouls="0.0" blocked_att="0.78" field_goals_made="5.95" field_goals_att="13.07" three_points_made="0.5" three_points_att="2.05" free_throws_made="7.55" free_throws_att="9.05" two_points_made="5.45" two_points_att="11.02" efficiency="24.16" true_shooting_att="17.05" points_off_turnovers="3.29" points_in_paint_made="4.53" points_in_paint_att="8.16" points_in_paint="9.07" fouls_drawn="6.71" offensive_fouls="0.33" fast_break_pts="2.4" fast_break_att="1.14" fast_break_made="0.93" second_chance_pts="1.6" second_chance_att="1.09" second_chance_made="0.45"/>
        </statistics>
      </team>
    </season>
    <season id="9e95ea77-2fc4-45d7-8893-e6cc27fc2cd2" year="2019" type="PST">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="21" games_started="21" minutes="806.0" field_goals_made="144" field_goals_att="295" field_goals_pct="0.488" two_points_made="129" two_points_att="252" two_points_pct="0.512" three_points_made="15" three_points_att="43" three_points_pct="0.349" blocked_att="25" free_throws_made="164" free_throws_att="191" free_throws_pct="0.859" offensive_rebounds="46" defensive_rebounds="90" rebounds="136" assists="127" turnovers="59" assists_turnover_ratio="2.15" steals="41" blocks="14" personal_fouls="37" tech_fouls="3" points="467" flagrant_fouls="1" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="379.04" true_shooting_pct="0.616" efficiency="548" field_goals_at_rim_made="57" field_goals_at_rim_att="93" field_goals_at_rim_pct="0.613" field_goals_at_midrange_made="24" field_goals_at_midrange_att="58" field_goals_at_midrange_pct="0.414" usage_pct="24.85" points_off_turnovers="79" points_in_paint="208" points_in_paint_made="104" points_in_paint_att="192" points_in_paint_pct="0.542" effective_fg_pct="0.514" double_doubles="5" triple_doubles="2" fouls_drawn="142" offensive_fouls="4" fast_break_pts="50" fast_break_att="27" fast_break_made="18" fast_break_pct="0.667" coach_ejections="0" second_chance_pct="0.52" second_chance_pts="47" second_chance_att="25" second_chance_made="13" minus="1804" plus="1856" coach_tech_fouls="0"/>
          <average minutes="38.4" points="22.2" off_rebounds="2.19" def_rebounds="4.29" rebounds="6.48" assists="6.0" steals="1.95" blocks="0.67" turnovers="2.81" personal_fouls="1.76" flagrant_fouls="0.05" blocked_att="1.19" field_goals_made="6.86" field_goals_att="14.05" three_points_made="0.71" three_points_att="2.05" free_throws_made="7.81" free_throws_att="9.1" two_points_made="6.14" two_points_att="12.0" efficiency="26.1" true_shooting_att="18.05" points_off_turnovers="3.76" points_in_paint_made="4.95" points_in_paint_att="9.14" points_in_paint="9.9" fouls_drawn="6.76" offensive_fouls="0.19" fast_break_pts="2.38" fast_break_att="1.29" fast_break_made="0.86" second_chance_pts="2.24" second_chance_att="1.19" second_chance_made="0.62"/>
        </statistics>
      </team>
    </season>
    <season id="b464fec4-8fb6-4f7f-9b09-e19eb82d2d92" year="2019" type="PRE">
      <team id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" name="Heat" market="Miami" alias="MIA" sr_id="sr:team:3435" reference="1610612748">
        <statistics>
          <total games_played="3" games_started="3" minutes="78.0" field_goals_made="16" field_goals_att="29" field_goals_pct="0.552" two_points_made="15" two_points_att="24" two_points_pct="0.625" three_points_made="1" three_points_att="5" three_points_pct="0.2" blocked_att="0" free_throws_made="7" free_throws_att="9" free_throws_pct="0.778" offensive_rebounds="3" defensive_rebounds="12" rebounds="15" assists="15" turnovers="8" assists_turnover_ratio="1.88" steals="2" blocks="4" personal_fouls="4" tech_fouls="0" points="40" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="32.96" true_shooting_pct="0.607" efficiency="53" field_goals_at_rim_made="9" field_goals_at_rim_att="9" field_goals_at_rim_pct="1.0" field_goals_at_midrange_made="4" field_goals_at_midrange_att="5" field_goals_at_midrange_pct="0.8" usage_pct="21.59" points_off_turnovers="7" points_in_paint="22" points_in_paint_made="11" points_in_paint_att="18" points_in_paint_pct="0.611" effective_fg_pct="0.569" double_doubles="0" triple_doubles="0" fouls_drawn="7" offensive_fouls="0" fast_break_pts="9" fast_break_att="5" fast_break_made="4" fast_break_pct="0.8" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="162" plus="190" coach_tech_fouls="0"/>
          <average minutes="26.0" points="13.3" off_rebounds="1.0" def_rebounds="4.0" rebounds="5.0" assists="5.0" steals="0.67" blocks="1.33" turnovers="2.67" personal_fouls="1.33" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="5.33" field_goals_att="9.67" three_points_made="0.33" three_points_att="1.67" free_throws_made="2.33" free_throws_att="3.0" two_points_made="5.0" two_points_att="8.0" efficiency="17.67" true_shooting_att="10.99" points_off_turnovers="2.33" points_in_paint_made="3.67" points_in_paint_att="6.0" points_in_paint="7.33" fouls_drawn="2.33" offensive_fouls="0.0" fast_break_pts="3.0" fast_break_att="1.67" fast_break_made="1.33" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="47c9979e-5c3f-453d-ac75-734d17412e3f" year="2018" type="REG">
      <team id="583ec87d-fb46-11e1-82cb-f4ce4684ea4c" name="76ers" market="Philadelphia" alias="PHI" sr_id="sr:team:3420" reference="1610612755">
        <statistics>
          <total games_played="55" games_started="55" minutes="1824.0" field_goals_made="344" field_goals_att="747" field_goals_pct="0.461" two_points_made="294" two_points_att="599" two_points_pct="0.491" three_points_made="50" three_points_att="148" three_points_pct="0.338" blocked_att="36" free_throws_made="264" free_throws_att="304" free_throws_pct="0.868" offensive_rebounds="105" defensive_rebounds="185" rebounds="290" assists="220" turnovers="81" assists_turnover_ratio="2.72" steals="99" blocks="29" personal_fouls="93" tech_fouls="5" points="1002" flagrant_fouls="0" ejections="1" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="880.76" true_shooting_pct="0.569" efficiency="1116" field_goals_at_rim_made="29" field_goals_at_rim_att="40" field_goals_at_rim_pct="0.725" field_goals_at_midrange_made="17" field_goals_at_midrange_att="38" field_goals_at_midrange_pct="0.447" usage_pct="22.19" points_off_turnovers="139" points_in_paint="438" points_in_paint_made="219" points_in_paint_att="390" points_in_paint_pct="0.562" effective_fg_pct="0.494" double_doubles="3" triple_doubles="0" fouls_drawn="220" offensive_fouls="12" fast_break_pts="135" fast_break_att="79" fast_break_made="55" fast_break_pct="0.696" coach_ejections="0" second_chance_pct="0.468" second_chance_pts="106" second_chance_att="79" second_chance_made="37" minus="4186" plus="4409" coach_tech_fouls="0"/>
          <average minutes="33.2" points="18.2" off_rebounds="1.91" def_rebounds="3.36" rebounds="5.27" assists="4.0" steals="1.8" blocks="0.53" turnovers="1.47" personal_fouls="1.69" flagrant_fouls="0.0" blocked_att="0.65" field_goals_made="6.25" field_goals_att="13.58" three_points_made="0.91" three_points_att="2.69" free_throws_made="4.8" free_throws_att="5.53" two_points_made="5.35" two_points_att="10.89" efficiency="20.29" true_shooting_att="16.01" points_off_turnovers="2.53" points_in_paint_made="3.98" points_in_paint_att="7.09" points_in_paint="7.96" fouls_drawn="4.0" offensive_fouls="0.22" fast_break_pts="2.45" fast_break_att="1.44" fast_break_made="1.0" second_chance_pts="1.93" second_chance_att="1.44" second_chance_made="0.67"/>
        </statistics>
      </team>
      <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" sr_id="sr:team:3426" reference="1610612750">
        <statistics>
          <total games_played="10" games_started="10" minutes="361.0" field_goals_made="74" field_goals_att="157" field_goals_pct="0.471" two_points_made="57" two_points_att="112" two_points_pct="0.509" three_points_made="17" three_points_att="45" three_points_pct="0.378" blocked_att="7" free_throws_made="48" free_throws_att="61" free_throws_pct="0.787" offensive_rebounds="16" defensive_rebounds="36" rebounds="52" assists="43" turnovers="14" assists_turnover_ratio="3.07" steals="24" blocks="10" personal_fouls="18" tech_fouls="0" points="213" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="183.84" true_shooting_pct="0.579" efficiency="232" field_goals_at_rim_made="0" field_goals_at_rim_att="1" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="2" field_goals_at_midrange_pct="0.0" usage_pct="23.14" points_off_turnovers="29" points_in_paint="96" points_in_paint_made="48" points_in_paint_att="87" points_in_paint_pct="0.552" effective_fg_pct="0.525" double_doubles="0" triple_doubles="0" fouls_drawn="54" offensive_fouls="4" fast_break_pts="34" fast_break_att="24" fast_break_made="15" fast_break_pct="0.625" coach_ejections="0" second_chance_pct="0.444" second_chance_pts="25" second_chance_att="18" second_chance_made="8" minus="867" plus="806" coach_tech_fouls="0"/>
          <average minutes="36.1" points="21.3" off_rebounds="1.6" def_rebounds="3.6" rebounds="5.2" assists="4.3" steals="2.4" blocks="1.0" turnovers="1.4" personal_fouls="1.8" flagrant_fouls="0.0" blocked_att="0.7" field_goals_made="7.4" field_goals_att="15.7" three_points_made="1.7" three_points_att="4.5" free_throws_made="4.8" free_throws_att="6.1" two_points_made="5.7" two_points_att="11.2" efficiency="23.2" true_shooting_att="18.38" points_off_turnovers="2.9" points_in_paint_made="4.8" points_in_paint_att="8.7" points_in_paint="9.6" fouls_drawn="5.4" offensive_fouls="0.4" fast_break_pts="3.4" fast_break_att="2.4" fast_break_made="1.5" second_chance_pts="2.5" second_chance_att="1.8" second_chance_made="0.8"/>
        </statistics>
      </team>
    </season>
    <season id="31dbd74e-7b42-4b97-ae0f-a4e71a4221c4" year="2018" type="PST">
      <team id="583ec87d-fb46-11e1-82cb-f4ce4684ea4c" name="76ers" market="Philadelphia" alias="PHI" sr_id="sr:team:3420" reference="1610612755">
        <statistics>
          <total games_played="12" games_started="12" minutes="421.0" field_goals_made="79" field_goals_att="175" field_goals_pct="0.451" two_points_made="67" two_points_att="130" two_points_pct="0.515" three_points_made="12" three_points_att="45" three_points_pct="0.267" blocked_att="5" free_throws_made="63" free_throws_att="72" free_throws_pct="0.875" offensive_rebounds="22" defensive_rebounds="50" rebounds="72" assists="62" turnovers="22" assists_turnover_ratio="2.82" steals="18" blocks="7" personal_fouls="20" tech_fouls="1" points="233" flagrant_fouls="0" ejections="1" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="206.68" true_shooting_pct="0.564" efficiency="265" field_goals_at_rim_made="27" field_goals_at_rim_att="44" field_goals_at_rim_pct="0.614" field_goals_at_midrange_made="12" field_goals_at_midrange_att="38" field_goals_at_midrange_pct="0.316" usage_pct="23.08" points_off_turnovers="35" points_in_paint="110" points_in_paint_made="55" points_in_paint_att="90" points_in_paint_pct="0.611" effective_fg_pct="0.486" double_doubles="2" triple_doubles="0" fouls_drawn="55" offensive_fouls="6" fast_break_pts="31" fast_break_att="17" fast_break_made="11" fast_break_pct="0.647" coach_ejections="0" second_chance_pct="0.6" second_chance_pts="36" second_chance_att="20" second_chance_made="12" minus="883" plus="981" coach_tech_fouls="0"/>
          <average minutes="35.1" points="19.4" off_rebounds="1.83" def_rebounds="4.17" rebounds="6.0" assists="5.2" steals="1.5" blocks="0.58" turnovers="1.83" personal_fouls="1.67" flagrant_fouls="0.0" blocked_att="0.42" field_goals_made="6.58" field_goals_att="14.58" three_points_made="1.0" three_points_att="3.75" free_throws_made="5.25" free_throws_att="6.0" two_points_made="5.58" two_points_att="10.83" efficiency="22.08" true_shooting_att="17.22" points_off_turnovers="2.92" points_in_paint_made="4.58" points_in_paint_att="7.5" points_in_paint="9.17" fouls_drawn="4.58" offensive_fouls="0.5" fast_break_pts="2.58" fast_break_att="1.42" fast_break_made="0.92" second_chance_pts="3.0" second_chance_att="1.67" second_chance_made="1.0"/>
        </statistics>
      </team>
    </season>
    <season id="86a687a8-74fa-4c31-92a7-40498d3f3d8b" year="2018" type="PRE">
      <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" sr_id="sr:team:3426" reference="1610612750">
        <statistics>
          <total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_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="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="7dcb5184-ab33-49fe-bd18-c4ca2b1cfc08" year="2017" type="REG">
      <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" sr_id="sr:team:3426" reference="1610612750">
        <statistics>
          <total games_played="59" games_started="59" minutes="2164.0" field_goals_made="437" field_goals_att="921" field_goals_pct="0.474" two_points_made="367" two_points_att="721" two_points_pct="0.509" three_points_made="70" three_points_att="200" three_points_pct="0.35" blocked_att="43" free_throws_made="363" free_throws_att="425" free_throws_pct="0.854" offensive_rebounds="79" defensive_rebounds="235" rebounds="314" assists="288" turnovers="108" assists_turnover_ratio="2.67" steals="116" blocks="24" personal_fouls="78" tech_fouls="4" points="1307" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="1108.0" true_shooting_pct="0.59" efficiency="1395" field_goals_at_rim_made="79" field_goals_at_rim_att="113" field_goals_at_rim_pct="0.699" field_goals_at_midrange_made="47" field_goals_at_midrange_att="119" field_goals_at_midrange_pct="0.395" usage_pct="25.02" points_off_turnovers="236" points_in_paint="506" points_in_paint_made="253" points_in_paint_att="426" points_in_paint_pct="0.594" effective_fg_pct="0.512" double_doubles="3" triple_doubles="0" fouls_drawn="308" offensive_fouls="10" fast_break_pts="151" fast_break_att="84" fast_break_made="59" fast_break_pct="0.702" coach_ejections="0" second_chance_pct="0.451" second_chance_pts="119" second_chance_att="91" second_chance_made="41" minus="4585" plus="4959" coach_tech_fouls="0"/>
          <average minutes="36.7" points="22.2" off_rebounds="1.34" def_rebounds="3.98" rebounds="5.32" assists="4.9" steals="1.97" blocks="0.41" turnovers="1.83" personal_fouls="1.32" flagrant_fouls="0.0" blocked_att="0.73" field_goals_made="7.41" field_goals_att="15.61" three_points_made="1.19" three_points_att="3.39" free_throws_made="6.15" free_throws_att="7.2" two_points_made="6.22" two_points_att="12.22" efficiency="23.64" true_shooting_att="18.78" points_off_turnovers="4.0" points_in_paint_made="4.29" points_in_paint_att="7.22" points_in_paint="8.58" fouls_drawn="5.22" offensive_fouls="0.17" fast_break_pts="2.56" fast_break_att="1.42" fast_break_made="1.0" second_chance_pts="2.02" second_chance_att="1.54" second_chance_made="0.69"/>
        </statistics>
      </team>
    </season>
    <season id="75907e90-d5c1-433e-b42b-1326c68cfc7f" year="2017" type="PST">
      <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" sr_id="sr:team:3426" reference="1610612750">
        <statistics>
          <total games_played="5" games_started="5" minutes="170.0" field_goals_made="28" field_goals_att="63" field_goals_pct="0.444" two_points_made="20" two_points_att="46" two_points_pct="0.435" three_points_made="8" three_points_att="17" three_points_pct="0.471" blocked_att="6" free_throws_made="15" free_throws_att="18" free_throws_pct="0.833" offensive_rebounds="3" defensive_rebounds="27" rebounds="30" assists="20" turnovers="5" assists_turnover_ratio="4.0" steals="4" blocks="1" personal_fouls="9" tech_fouls="0" points="79" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="70.92" true_shooting_pct="0.557" efficiency="91" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="20.37" points_off_turnovers="0" points_in_paint="34" points_in_paint_made="17" points_in_paint_att="37" points_in_paint_pct="0.459" effective_fg_pct="0.508" double_doubles="0" triple_doubles="0" fouls_drawn="14" offensive_fouls="0" fast_break_pts="5" fast_break_att="4" fast_break_made="2" fast_break_pct="0.5" coach_ejections="0" second_chance_pct="0.5" second_chance_pts="9" second_chance_att="6" second_chance_made="3" minus="388" plus="376" coach_tech_fouls="0"/>
          <average minutes="34.0" points="15.8" off_rebounds="0.6" def_rebounds="5.4" rebounds="6.0" assists="4.0" steals="0.8" blocks="0.2" turnovers="1.0" personal_fouls="1.8" flagrant_fouls="0.0" blocked_att="1.2" field_goals_made="5.6" field_goals_att="12.6" three_points_made="1.6" three_points_att="3.4" free_throws_made="3.0" free_throws_att="3.6" two_points_made="4.0" two_points_att="9.2" efficiency="18.2" true_shooting_att="14.18" points_off_turnovers="0.0" points_in_paint_made="3.4" points_in_paint_att="7.4" points_in_paint="6.8" fouls_drawn="2.8" offensive_fouls="0.0" fast_break_pts="1.0" fast_break_att="0.8" fast_break_made="0.4" second_chance_pts="1.8" second_chance_att="1.2" second_chance_made="0.6"/>
        </statistics>
      </team>
    </season>
    <season id="269501e2-f4fa-4328-ab65-4bafa7889f29" year="2017" type="PRE">
      <team id="583eca2f-fb46-11e1-82cb-f4ce4684ea4c" name="Timberwolves" market="Minnesota" alias="MIN" sr_id="sr:team:3426" reference="1610612750">
        <statistics>
          <total games_played="3" games_started="3" minutes="67.0" field_goals_made="10" field_goals_att="18" field_goals_pct="0.556" two_points_made="10" two_points_att="15" two_points_pct="0.667" three_points_made="0" three_points_att="3" three_points_pct="0.0" blocked_att="2" free_throws_made="21" free_throws_att="24" free_throws_pct="0.875" offensive_rebounds="4" defensive_rebounds="8" rebounds="12" assists="12" turnovers="3" assists_turnover_ratio="4.0" steals="3" blocks="0" personal_fouls="2" tech_fouls="0" points="41" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="28.56" true_shooting_pct="0.718" efficiency="54" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="19.08" points_off_turnovers="11" points_in_paint="16" points_in_paint_made="8" points_in_paint_att="9" points_in_paint_pct="0.889" effective_fg_pct="0.556" double_doubles="0" triple_doubles="0" fouls_drawn="14" offensive_fouls="1" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="1.0" second_chance_pts="6" second_chance_att="1" second_chance_made="1" minus="92" plus="95" coach_tech_fouls="0"/>
          <average minutes="22.3" points="13.7" off_rebounds="1.33" def_rebounds="2.67" rebounds="4.0" assists="4.0" steals="1.0" blocks="0.0" turnovers="1.0" personal_fouls="0.67" flagrant_fouls="0.0" blocked_att="0.67" field_goals_made="3.33" field_goals_att="6.0" three_points_made="0.0" three_points_att="1.0" free_throws_made="7.0" free_throws_att="8.0" two_points_made="3.33" two_points_att="5.0" efficiency="18.0" true_shooting_att="9.52" points_off_turnovers="3.67" points_in_paint_made="2.67" points_in_paint_att="3.0" points_in_paint="5.33" fouls_drawn="4.67" offensive_fouls="0.33" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="2.0" second_chance_att="0.33" second_chance_made="0.33"/>
        </statistics>
      </team>
    </season>
    <season id="03241c9e-731b-40d0-a36f-bcc9932d055b" year="2016" type="REG">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="76" games_started="75" minutes="2882.0" field_goals_made="570" field_goals_att="1252" field_goals_pct="0.455" two_points_made="479" two_points_att="1004" two_points_pct="0.477" three_points_made="91" three_points_att="248" three_points_pct="0.367" blocked_att="58" free_throws_made="585" free_throws_att="676" free_throws_pct="0.865" offensive_rebounds="129" defensive_rebounds="341" rebounds="470" assists="417" turnovers="159" assists_turnover_ratio="2.62" steals="143" blocks="32" personal_fouls="112" tech_fouls="3" points="1816" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="1549.44" true_shooting_pct="0.586" efficiency="1946" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="26.95" points_off_turnovers="14" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.492" double_doubles="1" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="5" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="37.9" points="23.9" off_rebounds="1.7" def_rebounds="4.49" rebounds="6.18" assists="5.5" steals="1.88" blocks="0.42" turnovers="2.09" personal_fouls="1.47" flagrant_fouls="0.0" blocked_att="0.76" field_goals_made="7.5" field_goals_att="16.47" three_points_made="1.2" three_points_att="3.26" free_throws_made="7.7" free_throws_att="8.89" two_points_made="6.3" two_points_att="13.21" efficiency="25.61" true_shooting_att="20.39" points_off_turnovers="0.18" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.07" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="588d394f-395b-449b-afb8-87da6451421c" year="2016" type="PST">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="6" games_started="6" minutes="278.0" field_goals_made="46" field_goals_att="108" field_goals_pct="0.426" two_points_made="40" two_points_att="85" two_points_pct="0.471" three_points_made="6" three_points_att="23" three_points_pct="0.261" blocked_att="6" free_throws_made="38" free_throws_att="47" free_throws_pct="0.809" offensive_rebounds="9" defensive_rebounds="35" rebounds="44" assists="26" turnovers="15" assists_turnover_ratio="1.73" steals="10" blocks="5" personal_fouls="10" tech_fouls="1" points="136" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="128.68" true_shooting_pct="0.528" efficiency="135" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="27.51" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.454" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="46.3" points="22.7" off_rebounds="1.5" def_rebounds="5.83" rebounds="7.33" assists="4.3" steals="1.67" blocks="0.83" turnovers="2.5" personal_fouls="1.67" flagrant_fouls="0.0" blocked_att="1.0" field_goals_made="7.67" field_goals_att="18.0" three_points_made="1.0" three_points_att="3.83" free_throws_made="6.33" free_throws_att="7.83" two_points_made="6.67" two_points_att="14.17" efficiency="22.5" true_shooting_att="21.45" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="78c6a651-c8ce-4671-9429-ed36dc6f33bf" year="2016" type="PRE">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="5" games_started="5" minutes="111.0" field_goals_made="15" field_goals_att="44" field_goals_pct="0.341" two_points_made="12" two_points_att="38" two_points_pct="0.316" three_points_made="3" three_points_att="6" three_points_pct="0.5" blocked_att="7" free_throws_made="32" free_throws_att="36" free_throws_pct="0.889" offensive_rebounds="3" defensive_rebounds="10" rebounds="13" assists="18" turnovers="6" assists_turnover_ratio="3.0" steals="5" blocks="1" personal_fouls="4" tech_fouls="0" points="65" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="59.84" true_shooting_pct="0.543" efficiency="63" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="48.74" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.375" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="22.2" points="13.0" off_rebounds="0.6" def_rebounds="2.0" rebounds="2.6" assists="3.6" steals="1.0" blocks="0.2" turnovers="1.2" personal_fouls="0.8" flagrant_fouls="0.0" blocked_att="1.4" field_goals_made="3.0" field_goals_att="8.8" three_points_made="0.6" three_points_att="1.2" free_throws_made="6.4" free_throws_att="7.2" two_points_made="2.4" two_points_att="7.6" efficiency="12.6" true_shooting_att="11.97" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="698590c2-3579-4d4e-a931-3d6dff427ee2" year="2015" type="REG">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="67" games_started="67" minutes="2474.0" field_goals_made="470" field_goals_att="1035" field_goals_pct="0.454" two_points_made="406" two_points_att="830" two_points_pct="0.489" three_points_made="64" three_points_att="205" three_points_pct="0.312" blocked_att="56" free_throws_made="395" free_throws_att="475" free_throws_pct="0.832" offensive_rebounds="79" defensive_rebounds="279" rebounds="358" assists="321" turnovers="132" assists_turnover_ratio="2.43" steals="110" blocks="43" personal_fouls="124" tech_fouls="3" points="1399" flagrant_fouls="0" ejections="0" foulouts="1" true_shooting_att="1244.0" true_shooting_pct="0.562" efficiency="1454" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="25.01" points_off_turnovers="4" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.485" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="2" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="36.9" points="20.9" off_rebounds="1.18" def_rebounds="4.16" rebounds="5.34" assists="4.8" steals="1.64" blocks="0.64" turnovers="1.97" personal_fouls="1.85" flagrant_fouls="0.0" blocked_att="0.84" field_goals_made="7.01" field_goals_att="15.45" three_points_made="0.96" three_points_att="3.06" free_throws_made="5.9" free_throws_att="7.09" two_points_made="6.06" two_points_att="12.39" efficiency="21.7" true_shooting_att="18.57" points_off_turnovers="0.06" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.03" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="cf4c5443-e224-4f97-8698-27996a322fd3" year="2015" type="PRE">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="8" games_started="8" minutes="219.0" field_goals_made="30" field_goals_att="90" field_goals_pct="0.333" two_points_made="28" two_points_att="75" two_points_pct="0.373" three_points_made="2" three_points_att="15" three_points_pct="0.133" blocked_att="6" free_throws_made="24" free_throws_att="31" free_throws_pct="0.774" offensive_rebounds="10" defensive_rebounds="24" rebounds="34" assists="34" turnovers="8" assists_turnover_ratio="4.25" steals="10" blocks="2" personal_fouls="13" tech_fouls="0" points="86" flagrant_fouls="0" ejections="0" true_shooting_att="103.64" true_shooting_pct="0.415" efficiency="91" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="21.44" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.344" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pct="0.0" second_chance_pct="0.0"/>
          <average minutes="27.4" points="10.8" off_rebounds="1.25" def_rebounds="3.0" rebounds="4.25" assists="4.3" steals="1.25" blocks="0.25" turnovers="1.0" personal_fouls="1.63" flagrant_fouls="0.0" blocked_att="0.75" field_goals_made="3.75" field_goals_att="11.25" three_points_made="0.25" three_points_att="1.88" free_throws_made="3.0" free_throws_att="3.88" two_points_made="3.5" two_points_att="9.38" efficiency="11.38" true_shooting_att="12.96" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="fb89a852-3f68-4505-85b0-19b428b261d5" year="2014" type="REG">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="65" games_started="65" minutes="2513.0" field_goals_made="421" field_goals_att="912" field_goals_pct="0.462" two_points_made="348" two_points_att="719" two_points_pct="0.484" three_points_made="73" three_points_att="193" three_points_pct="0.378" blocked_att="59" free_throws_made="386" free_throws_att="463" free_throws_pct="0.834" offensive_rebounds="114" defensive_rebounds="265" rebounds="379" assists="212" turnovers="93" assists_turnover_ratio="2.28" steals="114" blocks="36" personal_fouls="108" tech_fouls="2" points="1301" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="1115.72" true_shooting_pct="0.583" efficiency="1381" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="22.99" points_off_turnovers="2" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.502" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="4" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="38.7" points="20.0" off_rebounds="1.75" def_rebounds="4.08" rebounds="5.83" assists="3.3" steals="1.75" blocks="0.55" turnovers="1.43" personal_fouls="1.66" flagrant_fouls="0.0" blocked_att="0.91" field_goals_made="6.48" field_goals_att="14.03" three_points_made="1.12" three_points_att="2.97" free_throws_made="5.94" free_throws_att="7.12" two_points_made="5.35" two_points_att="11.06" efficiency="21.25" true_shooting_att="17.16" points_off_turnovers="0.03" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.06" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="5ba3cd4d-495b-4683-bfbe-56ba2eb84cf2" year="2014" type="PST">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="12" games_started="12" minutes="506.0" field_goals_made="94" field_goals_att="213" field_goals_pct="0.441" two_points_made="66" two_points_att="141" two_points_pct="0.468" three_points_made="28" three_points_att="72" three_points_pct="0.389" blocked_att="15" free_throws_made="59" free_throws_att="72" free_throws_pct="0.819" offensive_rebounds="18" defensive_rebounds="49" rebounds="67" assists="38" turnovers="21" assists_turnover_ratio="1.81" steals="29" blocks="9" personal_fouls="27" tech_fouls="2" points="275" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="244.68" true_shooting_pct="0.562" efficiency="265" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="25.88" points_off_turnovers="7" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.507" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="9" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="42.2" points="22.9" off_rebounds="1.5" def_rebounds="4.08" rebounds="5.58" assists="3.2" steals="2.42" blocks="0.75" turnovers="1.75" personal_fouls="2.25" flagrant_fouls="0.0" blocked_att="1.25" field_goals_made="7.83" field_goals_att="17.75" three_points_made="2.33" three_points_att="6.0" free_throws_made="4.92" free_throws_att="6.0" two_points_made="5.5" two_points_att="11.75" efficiency="22.08" true_shooting_att="20.39" points_off_turnovers="0.58" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.75" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="eb322501-7291-457b-9bbb-b4106ecf9564" year="2014" type="PRE">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="6" games_started="6" minutes="156.0" field_goals_made="30" field_goals_att="51" field_goals_pct="0.588" two_points_made="29" two_points_att="46" two_points_pct="0.63" three_points_made="1" three_points_att="5" three_points_pct="0.2" blocked_att="1" free_throws_made="34" free_throws_att="43" free_throws_pct="0.791" offensive_rebounds="13" defensive_rebounds="15" rebounds="28" assists="14" turnovers="9" assists_turnover_ratio="1.56" steals="10" blocks="6" personal_fouls="6" tech_fouls="0" points="95" flagrant_fouls="0" ejections="0" true_shooting_att="69.92" true_shooting_pct="0.679" efficiency="114" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="22.46" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.598" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pct="0.0" second_chance_pct="0.0"/>
          <average minutes="26.0" points="15.8" off_rebounds="2.17" def_rebounds="2.5" rebounds="4.67" assists="2.3" steals="1.67" blocks="1.0" turnovers="1.5" personal_fouls="1.0" flagrant_fouls="0.0" blocked_att="0.17" field_goals_made="5.0" field_goals_att="8.5" three_points_made="0.17" three_points_att="0.83" free_throws_made="5.67" free_throws_att="7.17" two_points_made="4.83" two_points_att="7.67" efficiency="19.0" true_shooting_att="11.65" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="5ddc217a-a958-4616-9bdf-e081022c440b" year="2013" type="REG">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="67" games_started="67" minutes="2590.0" field_goals_made="275" field_goals_att="693" field_goals_pct="0.397" two_points_made="207" two_points_att="453" two_points_pct="0.457" three_points_made="68" three_points_att="240" three_points_pct="0.283" blocked_att="49" free_throws_made="260" free_throws_att="338" free_throws_pct="0.769" offensive_rebounds="87" defensive_rebounds="243" rebounds="330" assists="175" turnovers="102" assists_turnover_ratio="1.72" steals="127" blocks="36" personal_fouls="106" tech_fouls="4" points="878" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="841.72" true_shooting_pct="0.522" efficiency="948" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="17.82" points_off_turnovers="32" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.446" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="5" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="38.7" points="13.1" off_rebounds="1.3" def_rebounds="3.63" rebounds="4.93" assists="2.6" steals="1.9" blocks="0.54" turnovers="1.52" personal_fouls="1.58" flagrant_fouls="0.0" blocked_att="0.73" field_goals_made="4.1" field_goals_att="10.34" three_points_made="1.01" three_points_att="3.58" free_throws_made="3.88" free_throws_att="5.04" two_points_made="3.09" two_points_att="6.76" efficiency="14.15" true_shooting_att="12.56" points_off_turnovers="0.48" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.07" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="22ae1aa6-d28a-452f-b6ce-c120e03c6b7d" year="2013" type="PST">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="5" games_started="5" minutes="218.0" field_goals_made="22" field_goals_att="57" field_goals_pct="0.386" two_points_made="16" two_points_att="37" two_points_pct="0.432" three_points_made="6" three_points_att="20" three_points_pct="0.3" blocked_att="5" free_throws_made="18" free_throws_att="23" free_throws_pct="0.783" offensive_rebounds="6" defensive_rebounds="20" rebounds="26" assists="11" turnovers="3" assists_turnover_ratio="3.67" steals="6" blocks="0" personal_fouls="13" tech_fouls="1" points="68" flagrant_fouls="0" true_shooting_att="67.12" true_shooting_pct="0.507" efficiency="68" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="15.48" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.439" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pct="0.0" second_chance_pct="0.0"/>
          <average minutes="43.6" points="13.6" off_rebounds="1.2" def_rebounds="4.0" rebounds="5.2" assists="2.2" steals="1.2" blocks="0.0" turnovers="0.6" personal_fouls="2.6" flagrant_fouls="0.0" blocked_att="1.0" field_goals_made="4.4" field_goals_att="11.4" three_points_made="1.2" three_points_att="4.0" free_throws_made="3.6" free_throws_att="4.6" two_points_made="3.2" two_points_att="7.4" efficiency="13.6" true_shooting_att="13.42" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
    <season id="b68b1b17-1f2c-458f-9bdf-1b08dc33c1ed" year="2013" type="PRE">
      <team id="583ec5fd-fb46-11e1-82cb-f4ce4684ea4c" name="Bulls" market="Chicago" alias="CHI" sr_id="sr:team:3409" reference="1610612741">
        <statistics>
          <total games_played="4" games_started="4" minutes="127.0" field_goals_made="16" field_goals_att="36" field_goals_pct="0.444" two_points_made="14" two_points_att="26" two_points_pct="0.538" three_points_made="2" three_points_att="10" three_points_pct="0.2" blocked_att="2" free_throws_made="11" free_throws_att="19" free_throws_pct="0.579" offensive_rebounds="5" defensive_rebounds="15" rebounds="20" assists="10" turnovers="7" assists_turnover_ratio="1.43" steals="9" blocks="2" personal_fouls="5" tech_fouls="0" points="45" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="44.36" true_shooting_pct="0.507" efficiency="51" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="21.35" points_off_turnovers="0" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.472" double_doubles="0" triple_doubles="0" fouls_drawn="0" offensive_fouls="0" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="0" plus="0" coach_tech_fouls="0"/>
          <average minutes="31.8" points="11.3" off_rebounds="1.25" def_rebounds="3.75" rebounds="5.0" assists="2.5" steals="2.25" blocks="0.5" turnovers="1.75" personal_fouls="1.25" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="4.0" field_goals_att="9.0" three_points_made="0.5" three_points_att="2.5" free_throws_made="2.75" free_throws_att="4.75" two_points_made="3.5" two_points_att="6.5" efficiency="12.75" true_shooting_att="11.09" points_off_turnovers="0.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.0" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.0" second_chance_att="0.0" second_chance_made="0.0"/>
        </statistics>
      </team>
    </season>
  </seasons>
</player>
{
  "id": "0e163d44-67a7-4107-9421-5333600166bb",
  "status": "ACT",
  "full_name": "Jimmy Butler",
  "first_name": "Jimmy",
  "last_name": "Butler",
  "abbr_name": "J.Butler",
  "height": 79,
  "weight": 230,
  "position": "F",
  "primary_position": "SF",
  "jersey_number": "22",
  "experience": "13",
  "college": "Marquette",
  "high_school": "Tomball (TX)",
  "birth_place": "Houston, TX, USA",
  "birthdate": "1989-09-14",
  "updated": "2024-07-19T00:20:26Z",
  "sr_id": "sr:player:607444",
  "rookie_year": 2011,
  "reference": "202710",
  "league": {
    "id": "4353138d-4c22-4396-95d8-5f587d2df25c",
    "name": "NBA",
    "alias": "NBA"
  },
  "team": {
    "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
    "name": "Heat",
    "market": "Miami",
    "alias": "MIA",
    "sr_id": "sr:team:3435",
    "reference": "1610612748"
  },
  "draft": {
    "team_id": "583ec5fd-fb46-11e1-82cb-f4ce4684ea4c",
    "year": 2011,
    "round": "1",
    "pick": "30"
  },
  "seasons": [
    {
      "id": "f1162fd1-29c5-4c29-abb4-57b78f16d238",
      "year": 2023,
      "type": "REG",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 60,
            "games_started": 60,
            "minutes": 2042,
            "field_goals_made": 396,
            "field_goals_att": 793,
            "field_goals_pct": 0.499,
            "two_points_made": 336,
            "two_points_att": 648,
            "two_points_pct": 0.519,
            "three_points_made": 60,
            "three_points_att": 145,
            "three_points_pct": 0.414,
            "blocked_att": 63,
            "free_throws_made": 394,
            "free_throws_att": 459,
            "free_throws_pct": 0.858,
            "offensive_rebounds": 105,
            "defensive_rebounds": 213,
            "rebounds": 318,
            "assists": 298,
            "turnovers": 102,
            "assists_turnover_ratio": 2.92,
            "steals": 79,
            "blocks": 17,
            "personal_fouls": 68,
            "tech_fouls": 2,
            "points": 1246,
            "flagrant_fouls": 0,
            "ejections": 1,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 1,
            "true_shooting_att": 994.96,
            "true_shooting_pct": 0.626,
            "efficiency": 1394,
            "field_goals_at_rim_made": 162,
            "field_goals_at_rim_att": 241,
            "field_goals_at_rim_pct": 0.672,
            "field_goals_at_midrange_made": 50,
            "field_goals_at_midrange_att": 143,
            "field_goals_at_midrange_pct": 0.35,
            "usage_pct": 24.16,
            "points_off_turnovers": 196,
            "points_in_paint": 572,
            "points_in_paint_made": 286,
            "points_in_paint_att": 505,
            "points_in_paint_pct": 0.566,
            "effective_fg_pct": 0.537,
            "double_doubles": 5,
            "triple_doubles": 1,
            "fouls_drawn": 312,
            "offensive_fouls": 10,
            "fast_break_pts": 153,
            "fast_break_att": 82,
            "fast_break_made": 55,
            "fast_break_pct": 0.671,
            "coach_ejections": 0,
            "second_chance_pct": 0.506,
            "second_chance_pts": 129,
            "second_chance_att": 85,
            "second_chance_made": 43,
            "minus": 4575,
            "plus": 4790,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 34,
            "points": 20.8,
            "off_rebounds": 1.75,
            "def_rebounds": 3.55,
            "rebounds": 5.3,
            "assists": 5,
            "steals": 1.32,
            "blocks": 0.28,
            "turnovers": 1.7,
            "personal_fouls": 1.13,
            "flagrant_fouls": 0,
            "blocked_att": 1.05,
            "field_goals_made": 6.6,
            "field_goals_att": 13.22,
            "three_points_made": 1,
            "three_points_att": 2.42,
            "free_throws_made": 6.57,
            "free_throws_att": 7.65,
            "two_points_made": 5.6,
            "two_points_att": 10.8,
            "efficiency": 23.23,
            "true_shooting_att": 16.58,
            "points_off_turnovers": 3.27,
            "points_in_paint_made": 4.77,
            "points_in_paint_att": 8.42,
            "points_in_paint": 9.53,
            "fouls_drawn": 5.2,
            "offensive_fouls": 0.17,
            "fast_break_pts": 2.55,
            "fast_break_att": 1.37,
            "fast_break_made": 0.92,
            "second_chance_pts": 2.15,
            "second_chance_att": 1.42,
            "second_chance_made": 0.72
          }
        }
      ]
    },
    {
      "id": "8905ddd2-e5f0-4734-b9ef-c9c3452b72d2",
      "year": 2023,
      "type": "PST",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 0,
            "games_started": 0,
            "minutes": 0,
            "field_goals_made": 0,
            "field_goals_att": 0,
            "field_goals_pct": 0,
            "two_points_made": 0,
            "two_points_att": 0,
            "two_points_pct": 0,
            "three_points_made": 0,
            "three_points_att": 0,
            "three_points_pct": 0,
            "blocked_att": 0,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "free_throws_pct": 0,
            "offensive_rebounds": 0,
            "defensive_rebounds": 0,
            "rebounds": 0,
            "assists": 0,
            "turnovers": 0,
            "assists_turnover_ratio": 0,
            "steals": 0,
            "blocks": 0,
            "personal_fouls": 0,
            "tech_fouls": 0,
            "points": 0,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 0,
            "true_shooting_pct": 0,
            "efficiency": 0,
            "field_goals_at_rim_made": 0,
            "field_goals_at_rim_att": 0,
            "field_goals_at_rim_pct": 0,
            "field_goals_at_midrange_made": 0,
            "field_goals_at_midrange_att": 0,
            "field_goals_at_midrange_pct": 0,
            "usage_pct": 0,
            "points_off_turnovers": 0,
            "points_in_paint": 0,
            "points_in_paint_made": 0,
            "points_in_paint_att": 0,
            "points_in_paint_pct": 0,
            "effective_fg_pct": 0,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 0,
            "offensive_fouls": 0,
            "fast_break_pts": 0,
            "fast_break_att": 0,
            "fast_break_made": 0,
            "fast_break_pct": 0,
            "coach_ejections": 0,
            "second_chance_pct": 0,
            "second_chance_pts": 0,
            "second_chance_att": 0,
            "second_chance_made": 0,
            "minus": 0,
            "plus": 0,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 0,
            "points": 0,
            "off_rebounds": 0,
            "def_rebounds": 0,
            "rebounds": 0,
            "assists": 0,
            "steals": 0,
            "blocks": 0,
            "turnovers": 0,
            "personal_fouls": 0,
            "flagrant_fouls": 0,
            "blocked_att": 0,
            "field_goals_made": 0,
            "field_goals_att": 0,
            "three_points_made": 0,
            "three_points_att": 0,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "two_points_made": 0,
            "two_points_att": 0,
            "efficiency": 0,
            "true_shooting_att": 0,
            "points_off_turnovers": 0,
            "points_in_paint_made": 0,
            "points_in_paint_att": 0,
            "points_in_paint": 0,
            "fouls_drawn": 0,
            "offensive_fouls": 0,
            "fast_break_pts": 0,
            "fast_break_att": 0,
            "fast_break_made": 0,
            "second_chance_pts": 0,
            "second_chance_att": 0,
            "second_chance_made": 0
          }
        }
      ]
    },
    {
      "id": "0d858257-7bc3-435d-9e54-1c8590be84ce",
      "year": 2023,
      "type": "PRE",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 0,
            "games_started": 0,
            "minutes": 0,
            "field_goals_made": 0,
            "field_goals_att": 0,
            "field_goals_pct": 0,
            "two_points_made": 0,
            "two_points_att": 0,
            "two_points_pct": 0,
            "three_points_made": 0,
            "three_points_att": 0,
            "three_points_pct": 0,
            "blocked_att": 0,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "free_throws_pct": 0,
            "offensive_rebounds": 0,
            "defensive_rebounds": 0,
            "rebounds": 0,
            "assists": 0,
            "turnovers": 0,
            "assists_turnover_ratio": 0,
            "steals": 0,
            "blocks": 0,
            "personal_fouls": 0,
            "tech_fouls": 0,
            "points": 0,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "true_shooting_att": 0,
            "true_shooting_pct": 0,
            "efficiency": 0,
            "field_goals_at_rim_made": 0,
            "field_goals_at_rim_att": 0,
            "field_goals_at_rim_pct": 0,
            "field_goals_at_midrange_made": 0,
            "field_goals_at_midrange_att": 0,
            "field_goals_at_midrange_pct": 0,
            "usage_pct": 0,
            "points_off_turnovers": 0,
            "points_in_paint": 0,
            "points_in_paint_made": 0,
            "points_in_paint_att": 0,
            "points_in_paint_pct": 0,
            "effective_fg_pct": 0,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 0,
            "offensive_fouls": 0,
            "fast_break_pts": 0,
            "fast_break_att": 0,
            "fast_break_made": 0,
            "fast_break_pct": 0,
            "coach_ejections": 0,
            "second_chance_pct": 0,
            "second_chance_pts": 0,
            "second_chance_att": 0,
            "second_chance_made": 0,
            "minus": 0,
            "plus": 0,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 0,
            "points": 0,
            "off_rebounds": 0,
            "def_rebounds": 0,
            "rebounds": 0,
            "assists": 0,
            "steals": 0,
            "blocks": 0,
            "turnovers": 0,
            "personal_fouls": 0,
            "flagrant_fouls": 0,
            "blocked_att": 0,
            "field_goals_made": 0,
            "field_goals_att": 0,
            "three_points_made": 0,
            "three_points_att": 0,
            "free_throws_made": 0,
            "free_throws_att": 0,
            "two_points_made": 0,
            "two_points_att": 0,
            "efficiency": 0,
            "true_shooting_att": 0,
            "points_off_turnovers": 0,
            "points_in_paint_made": 0,
            "points_in_paint_att": 0,
            "points_in_paint": 0,
            "fouls_drawn": 0,
            "offensive_fouls": 0,
            "fast_break_pts": 0,
            "fast_break_att": 0,
            "fast_break_made": 0,
            "second_chance_pts": 0,
            "second_chance_att": 0,
            "second_chance_made": 0
          }
        }
      ]
    },
    {
      "id": "851f97e4-c830-4590-88e9-e1286383148c",
      "year": 2023,
      "type": "PIT",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 1,
            "games_started": 1,
            "minutes": 40,
            "field_goals_made": 5,
            "field_goals_att": 18,
            "field_goals_pct": 0.278,
            "two_points_made": 3,
            "two_points_att": 12,
            "two_points_pct": 0.25,
            "three_points_made": 2,
            "three_points_att": 6,
            "three_points_pct": 0.333,
            "blocked_att": 0,
            "free_throws_made": 7,
            "free_throws_att": 8,
            "free_throws_pct": 0.875,
            "offensive_rebounds": 2,
            "defensive_rebounds": 2,
            "rebounds": 4,
            "assists": 5,
            "turnovers": 1,
            "assists_turnover_ratio": 5,
            "steals": 5,
            "blocks": 0,
            "personal_fouls": 2,
            "tech_fouls": 0,
            "points": 19,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 21.52,
            "true_shooting_pct": 0.441,
            "efficiency": 18,
            "field_goals_at_rim_made": 3,
            "field_goals_at_rim_att": 5,
            "field_goals_at_rim_pct": 0.6,
            "field_goals_at_midrange_made": 0,
            "field_goals_at_midrange_att": 3,
            "field_goals_at_midrange_pct": 0,
            "usage_pct": 24.69,
            "points_off_turnovers": 6,
            "points_in_paint": 6,
            "points_in_paint_made": 3,
            "points_in_paint_att": 9,
            "points_in_paint_pct": 0.333,
            "effective_fg_pct": 0.333,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 6,
            "offensive_fouls": 0,
            "fast_break_pts": 6,
            "fast_break_att": 4,
            "fast_break_made": 3,
            "fast_break_pct": 0.75,
            "coach_ejections": 0,
            "second_chance_pct": 0.5,
            "second_chance_pts": 3,
            "second_chance_att": 2,
            "second_chance_made": 1,
            "minus": 83,
            "plus": 82,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 40,
            "points": 19,
            "off_rebounds": 2,
            "def_rebounds": 2,
            "rebounds": 4,
            "assists": 5,
            "steals": 5,
            "blocks": 0,
            "turnovers": 1,
            "personal_fouls": 2,
            "flagrant_fouls": 0,
            "blocked_att": 0,
            "field_goals_made": 5,
            "field_goals_att": 18,
            "three_points_made": 2,
            "three_points_att": 6,
            "free_throws_made": 7,
            "free_throws_att": 8,
            "two_points_made": 3,
            "two_points_att": 12,
            "efficiency": 18,
            "true_shooting_att": 21.52,
            "points_off_turnovers": 6,
            "points_in_paint_made": 3,
            "points_in_paint_att": 9,
            "points_in_paint": 6,
            "fouls_drawn": 6,
            "offensive_fouls": 0,
            "fast_break_pts": 6,
            "fast_break_att": 4,
            "fast_break_made": 3,
            "second_chance_pts": 3,
            "second_chance_att": 2,
            "second_chance_made": 1
          }
        }
      ]
    },
    {
      "id": "5027b6ac-731c-4622-8d69-d863ae7c626b",
      "year": 2022,
      "type": "REG",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 64,
            "games_started": 64,
            "minutes": 2138,
            "field_goals_made": 479,
            "field_goals_att": 888,
            "field_goals_pct": 0.539,
            "two_points_made": 443,
            "two_points_att": 785,
            "two_points_pct": 0.564,
            "three_points_made": 36,
            "three_points_att": 103,
            "three_points_pct": 0.35,
            "blocked_att": 53,
            "free_throws_made": 472,
            "free_throws_att": 555,
            "free_throws_pct": 0.85,
            "offensive_rebounds": 141,
            "defensive_rebounds": 234,
            "rebounds": 375,
            "assists": 340,
            "turnovers": 101,
            "assists_turnover_ratio": 3.37,
            "steals": 117,
            "blocks": 21,
            "personal_fouls": 80,
            "tech_fouls": 1,
            "points": 1466,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 1132.2,
            "true_shooting_pct": 0.647,
            "efficiency": 1726,
            "field_goals_at_rim_made": 217,
            "field_goals_at_rim_att": 316,
            "field_goals_at_rim_pct": 0.687,
            "field_goals_at_midrange_made": 76,
            "field_goals_at_midrange_att": 168,
            "field_goals_at_midrange_pct": 0.452,
            "usage_pct": 25.77,
            "points_off_turnovers": 256,
            "points_in_paint": 732,
            "points_in_paint_made": 366,
            "points_in_paint_att": 613,
            "points_in_paint_pct": 0.597,
            "effective_fg_pct": 0.56,
            "double_doubles": 11,
            "triple_doubles": 0,
            "fouls_drawn": 365,
            "offensive_fouls": 10,
            "fast_break_pts": 186,
            "fast_break_att": 94,
            "fast_break_made": 71,
            "fast_break_pct": 0.755,
            "coach_ejections": 0,
            "second_chance_pct": 0.551,
            "second_chance_pts": 194,
            "second_chance_att": 118,
            "second_chance_made": 65,
            "minus": 4917,
            "plus": 4964,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 33.4,
            "points": 22.9,
            "off_rebounds": 2.2,
            "def_rebounds": 3.66,
            "rebounds": 5.86,
            "assists": 5.3,
            "steals": 1.83,
            "blocks": 0.33,
            "turnovers": 1.58,
            "personal_fouls": 1.25,
            "flagrant_fouls": 0,
            "blocked_att": 0.83,
            "field_goals_made": 7.48,
            "field_goals_att": 13.88,
            "three_points_made": 0.56,
            "three_points_att": 1.61,
            "free_throws_made": 7.38,
            "free_throws_att": 8.67,
            "two_points_made": 6.92,
            "two_points_att": 12.27,
            "efficiency": 26.97,
            "true_shooting_att": 17.69,
            "points_off_turnovers": 4,
            "points_in_paint_made": 5.72,
            "points_in_paint_att": 9.58,
            "points_in_paint": 11.44,
            "fouls_drawn": 5.7,
            "offensive_fouls": 0.16,
            "fast_break_pts": 2.91,
            "fast_break_att": 1.47,
            "fast_break_made": 1.11,
            "second_chance_pts": 3.03,
            "second_chance_att": 1.84,
            "second_chance_made": 1.02
          }
        }
      ]
    },
    {
      "id": "60592f49-0b47-4662-94d2-b3ad577d7dd4",
      "year": 2022,
      "type": "PST",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 22,
            "games_started": 22,
            "minutes": 874,
            "field_goals_made": 207,
            "field_goals_att": 442,
            "field_goals_pct": 0.468,
            "two_points_made": 179,
            "two_points_att": 364,
            "two_points_pct": 0.492,
            "three_points_made": 28,
            "three_points_att": 78,
            "three_points_pct": 0.359,
            "blocked_att": 35,
            "free_throws_made": 150,
            "free_throws_att": 186,
            "free_throws_pct": 0.806,
            "offensive_rebounds": 47,
            "defensive_rebounds": 95,
            "rebounds": 142,
            "assists": 129,
            "turnovers": 41,
            "assists_turnover_ratio": 3.15,
            "steals": 40,
            "blocks": 14,
            "personal_fouls": 37,
            "tech_fouls": 1,
            "points": 592,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 523.84,
            "true_shooting_pct": 0.565,
            "efficiency": 605,
            "field_goals_at_rim_made": 80,
            "field_goals_at_rim_att": 121,
            "field_goals_at_rim_pct": 0.661,
            "field_goals_at_midrange_made": 48,
            "field_goals_at_midrange_att": 113,
            "field_goals_at_midrange_pct": 0.425,
            "usage_pct": 29.25,
            "points_off_turnovers": 98,
            "points_in_paint": 262,
            "points_in_paint_made": 131,
            "points_in_paint_att": 251,
            "points_in_paint_pct": 0.522,
            "effective_fg_pct": 0.5,
            "double_doubles": 4,
            "triple_doubles": 0,
            "fouls_drawn": 127,
            "offensive_fouls": 6,
            "fast_break_pts": 61,
            "fast_break_att": 34,
            "fast_break_made": 24,
            "fast_break_pct": 0.706,
            "coach_ejections": 0,
            "second_chance_pct": 0.49,
            "second_chance_pts": 71,
            "second_chance_att": 49,
            "second_chance_made": 24,
            "minus": 1952,
            "plus": 1941,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 39.7,
            "points": 26.9,
            "off_rebounds": 2.14,
            "def_rebounds": 4.32,
            "rebounds": 6.45,
            "assists": 5.9,
            "steals": 1.82,
            "blocks": 0.64,
            "turnovers": 1.86,
            "personal_fouls": 1.68,
            "flagrant_fouls": 0,
            "blocked_att": 1.59,
            "field_goals_made": 9.41,
            "field_goals_att": 20.09,
            "three_points_made": 1.27,
            "three_points_att": 3.55,
            "free_throws_made": 6.82,
            "free_throws_att": 8.45,
            "two_points_made": 8.14,
            "two_points_att": 16.55,
            "efficiency": 27.5,
            "true_shooting_att": 23.81,
            "points_off_turnovers": 4.45,
            "points_in_paint_made": 5.95,
            "points_in_paint_att": 11.41,
            "points_in_paint": 11.91,
            "fouls_drawn": 5.77,
            "offensive_fouls": 0.27,
            "fast_break_pts": 2.77,
            "fast_break_att": 1.55,
            "fast_break_made": 1.09,
            "second_chance_pts": 3.23,
            "second_chance_att": 2.23,
            "second_chance_made": 1.09
          }
        }
      ]
    },
    {
      "id": "6ba5a3b2-e4e9-4b07-9026-6be2819b3006",
      "year": 2022,
      "type": "PRE",
      "teams": [
        {
          "id": "583ecea6-fb46-11e1-82cb-f4ce4684ea4c",
          "name": "Heat",
          "market": "Miami",
          "alias": "MIA",
          "sr_id": "sr:team:3435",
          "reference": "1610612748",
          "total": {
            "games_played": 2,
            "games_started": 2,
            "minutes": 42,
            "field_goals_made": 5,
            "field_goals_att": 9,
            "field_goals_pct": 0.556,
            "two_points_made": 5,
            "two_points_att": 9,
            "two_points_pct": 0.556,
            "three_points_made": 0,
            "three_points_att": 0,
            "three_points_pct": 0,
            "blocked_att": 1,
            "free_throws_made": 4,
            "free_throws_att": 6,
            "free_throws_pct": 0.667,
            "offensive_rebounds": 1,
            "defensive_rebounds": 5,
            "rebounds": 6,
            "assists": 7,
            "turnovers": 3,
            "assists_turnover_ratio": 2.33,
            "steals": 1,
            "blocks": 0,
            "personal_fouls": 2,
            "tech_fouls": 0,
            "points": 14,
            "flagrant_fouls": 0,
            "ejections": 0,
            "foulouts": 0,
            "tech_fouls_non_unsportsmanlike": 0,
            "true_shooting_att": 11.64,
            "true_shooting_pct": 0.601,
            "efficiency": 19,
            "field_goals_at_rim_made": 4,
            "field_goals_at_rim_att": 6,
            "field_goals_at_rim_pct": 0.667,
            "field_goals_at_midrange_made": 0,
            "field_goals_at_midrange_att": 1,
            "field_goals_at_midrange_pct": 0,
            "usage_pct": 14.22,
            "points_off_turnovers": 3,
            "points_in_paint": 10,
            "points_in_paint_made": 5,
            "points_in_paint_att": 8,
            "points_in_paint_pct": 0.625,
            "effective_fg_pct": 0.556,
            "double_doubles": 0,
            "triple_doubles": 0,
            "fouls_drawn": 5,
            "offensive_fouls": 1,
            "fast_break_pts": 2,
            "fast_break_att": 1,
            "fast_break_made": 1,
            "fast_break_pct": 1,
            "coach_ejections": 0,
            "second_chance_pct": 0,
            "second_chance_pts": 0,
            "second_chance_att": 1,
            "second_chance_made": 0,
            "minus": 83,
            "plus": 109,
            "coach_tech_fouls": 0
          },
          "average": {
            "minutes": 21,
            "points": 7,
            "off_rebounds": 0.5,
            "def_rebounds": 2.5,
            "rebounds": 3,
            "assists": 3.5,
            "steals": 0.5,
            "blocks": 0,
            "turnovers": 1.5,
            "personal_fouls": 1,
            "flagrant_fouls": 0,
            "blocked_att": 0.5,
            "field_goals_made": 2.5,
            "field_goals_att": 4.5,
            "three_points_made": 0,
            "three_points_att": 0,
            "free_throws_made": 2,
            "free_throws_att": 3,
            "two_points_made": 2.5,
            "two_points_att": 4.5,
            "efficiency": 9.5,
            "true_shooting_att": 5.82,
            "points_off_turnovers": 1.5,
            "points_in_paint_made": 2.5,
            "points_in_paint_att": 4,
            "points_in_paint": 5,
            "fouls_drawn": 2.5,
            "offensive_fouls": 0.5,
            "fast_break_pts": 1,
            "fast_break_att": 0.5,
            "fast_break_made": 0.5,
            "second_chance_pts": 0,
            "second_chance_att": 0.5,
            "second_chance_made": 0
          }
        }
      ]
    }
  ]
}

Seasonal Stats by Game

To retrieve historical game statistics we'll want to access the Game-based feeds. Depending on your use case, you may want the Game Boxscore, Game Summary, or Play-by-Play.

Let's say we want to retrieve the game statistics for the entire 2021 season. For this, we'll need to parse the Game Summary feed.

https://api.sportradar.com/nba/{access_level}/v8/{language_code}/games/{game_id}/summary.{format}

To build this request, we will need the unique game_id for each game in the 2021 season, which we can locate in the Schedule feed.


The Schedule feed requires the following parameters:

  • season_year - This parameter represents the year of the NBA season. It is always the year the season began. So, use 2020 for the 2020 season.
  • season_type - This parameter represents the type of season as PRE (Preseason), REG (Regular Season), PST (Post-season), PIT (Play in Tournament), or IST (In-Season Tournament) So, use REG for regular season.

2020 Regular Season Schedule:

https://api.sportradar.com/nba/trial/v8/en/games/2020/REG/schedule.json?api_key=<YOUR_API_KEY>

<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="feb33381-9dbf-45b6-82c1-3c50c9a2b5ce" year="2020" type="REG">
    <games>
      <game id="56767fa6-731c-403e-9534-491a20c15ac0" status="closed" coverage="full" scheduled="2020-12-23T00:00:00Z" home_points="125" away_points="99" track_on_court="true" sr_id="sr:match:24735222" reference="0022000001" home_team="583ec9d6-fb46-11e1-82cb-f4ce4684ea4c" away_team="583ec825-fb46-11e1-82cb-f4ce4684ea4c">
        <time_zones venue="US/Eastern" home="US/Eastern" away="US/Pacific"/>
        <venue id="7a330bcd-ac0f-50ca-bc29-2460e5c476b3" name="Barclays Center" capacity="17732" address="620 Atlantic Avenue" city="Brooklyn" state="NY" zip="11217" country="USA" sr_id="sr:venue:36132">
          <location lat="40.682957" lng="-73.975165"/>
        </venue>
        <home name="Brooklyn Nets" alias="BKN" id="583ec9d6-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3436" reference="1610612751">
        </home>
        <away name="Golden State Warriors" alias="GSW" id="583ec825-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3428" reference="1610612744">
        </away>
        <broadcasts>
          <broadcast network="TNT" type="TV" locale="National" channel="245"/>
        </broadcasts>
      </game>
      <game id="434e7bf3-7c6e-4433-9e4c-2ab68db626c0" status="closed" coverage="full" scheduled="2020-12-23T03:00:00Z" home_points="109" away_points="116" track_on_court="true" sr_id="sr:match:24735226" reference="0022000002" home_team="583ecae2-fb46-11e1-82cb-f4ce4684ea4c" away_team="583ecdfb-fb46-11e1-82cb-f4ce4684ea4c">
        <time_zones venue="US/Pacific" home="US/Pacific" away="US/Pacific"/>
        <venue id="792ec100-691e-5e16-8ef8-79b2b6ee38ba" name="Crypto.com Arena" capacity="18997" address="1111 S. Figueroa Street" city="Los Angeles" state="CA" zip="90015" country="USA" sr_id="sr:venue:6008">
          <location lat="34.043059" lng="-118.267223"/>
        </venue>
        <home name="Los Angeles Lakers" alias="LAL" id="583ecae2-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3427" reference="1610612747">
        </home>
        <away name="LA Clippers" alias="LAC" id="583ecdfb-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3425" reference="1610612746">
        </away>
        <broadcasts>
          <broadcast network="TNT" type="TV" locale="National" channel="245"/>
        </broadcasts>
      </game>
      <game id="4d0b82b4-10cc-45f5-8633-d4d1749219a6" status="closed" coverage="full" scheduled="2020-12-24T00:00:00Z" home_points="113" away_points="107" track_on_court="true" sr_id="sr:match:24750882" reference="0022000012" home_team="583ed157-fb46-11e1-82cb-f4ce4684ea4c" away_team="583ecea6-fb46-11e1-82cb-f4ce4684ea4c">
        <time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
        <venue id="aecd8da6-0404-599c-a792-4b33fb084a2a" name="Kia Center" capacity="18846" address="400 W. Church Street" city="Orlando" state="FL" zip="32801" country="USA" sr_id="sr:venue:6936">
          <location lat="28.539167" lng="-81.383611"/>
        </venue>
        <home name="Orlando Magic" alias="ORL" id="583ed157-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3437" reference="1610612753">
        </home>
        <away name="Miami Heat" alias="MIA" id="583ecea6-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3435" reference="1610612748">
        </away>
        <broadcasts>
          <broadcast network="SUN" type="TV" locale="Away" channel="653"/>
          <broadcast network="FS-FL" type="TV" locale="Home" channel="654"/>
        </broadcasts>
      </game>
      <game id="c6581d67-ce5d-4371-ad71-9822b2e87377" status="closed" coverage="full" scheduled="2020-12-24T00:00:00Z" home_points="121" away_points="114" track_on_court="true" sr_id="sr:match:24750688" reference="0022000010" home_team="583ec773-fb46-11e1-82cb-f4ce4684ea4c" away_team="583ec97e-fb46-11e1-82cb-f4ce4684ea4c">
        <time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
        <venue id="42cddf7a-0e1f-5f91-ae6f-c620582fdb01" name="Rocket Mortgage FieldHouse" capacity="19432" address="1 Center Court" city="Cleveland" state="OH" zip="44115" country="USA" sr_id="sr:venue:6132">
          <location lat="41.496565" lng="-81.688265"/>
        </venue>
        <home name="Cleveland Cavaliers" alias="CLE" id="583ec773-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3432" reference="1610612739">
        </home>
        <away name="Charlotte Hornets" alias="CHA" id="583ec97e-fb46-11e1-82cb-f4ce4684ea4c" sr_id="sr:team:3430" reference="1610612766">
        </away>
        <broadcasts>
          <broadcast network="FS-OH" type="TV" locale="Home" channel="660"/>
          <broadcast network="FS-SE" type="TV" locale="Away" channel="649"/>
        </broadcasts>
      </game>

Use each game.id instance in the 2020 Schedule to retrieve the individual Game Summary for every game in that season.

Game Summary Sample Request: https://api.sportradar.com/nba/trial/v8/en/games/4d0b82b4-10cc-45f5-8633-d4d1749219a6/summary.json?api_key=<YOUR_API_KEY>

Use this same retrieval method for all NBA seasons, and interchange the Game feed as necessary depending on your need.

Catch statistical updates to past seasons by using the Daily Change Log.