Historical Data
Learn how to access Sportradar's historical WNBA statistics.
Data Availability
Sportradar's WNBA API provides data going back to the 2015 season. In 2017 we transitioned to using official NBA data.
Commissioners Cup 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 WNBA API Change Log for more specifics on added data.
Data Accessibility
Historical WNBA statistics are available within the WNBA API. There is no separate API or add-on package at this time.
Any WNBA API feed which contains the season_year
parameter can be leveraged to retrieve historical statistics.
These feeds include:
- Daily Change Log
- Daily Injuries
- Daily Schedule
- Daily Transfers
- Rankings
- Schedule
- Seasonal Statistics
- Series Schedule
- Standings
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 Dream's 2020 regular season stats.
https://api.sportradar.com/wnba/{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 WNBA season. It is always the year the season began. So, use2020
for the 2020 season.season_type
- This parameter represents the type of season asPRE
(Preseason),REG
(Regular Season),PST
(Post-season) ,CC
(Commissioner's Cup). So, useREG
for regular season.team_id
- This parameter is the unique ID of an WNBA team. Find the Dream's unique ID in the League Hierarchy feed.
Final call: https://api.sportradar.com/wnba/trial/v8/en/seasons/2020/REG/teams/5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4/statistics.json
This call will return the 2020 season stats for the Atlanta Dream. 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="22" minutes="4425.0" field_goals_made="691" field_goals_att="1563" field_goals_pct="0.442" two_points_made="561" two_points_att="1192" two_points_pct="0.471" three_points_made="130" three_points_att="371" three_points_pct="0.35" blocked_att="84" free_throws_made="269" free_throws_att="355" free_throws_pct="0.758" offensive_rebounds="199" defensive_rebounds="568" rebounds="767" assists="371" turnovers="316" assists_turnover_ratio="1.17" steals="151" blocks="73" personal_fouls="408" tech_fouls="3" points="1781" fast_break_pts="157" flagrant_fouls="0" points_off_turnovers="330" second_chance_pts="212" ejections="0" foulouts="4" efficiency="1869" points_in_paint="792" team_offensive_rebounds="116" team_defensive_rebounds="44" team_rebounds="160" team_turnovers="11" total_rebounds="927" total_turnovers="327" true_shooting_att="1719.2" true_shooting_pct="0.518" field_goals_at_rim_made="166" field_goals_at_rim_att="258" field_goals_at_rim_pct="0.643" field_goals_at_midrange_made="167" field_goals_at_midrange_att="434" field_goals_at_midrange_pct="0.385" points_in_paint_made="396" points_in_paint_att="756" points_in_paint_pct="0.524" effective_fg_pct="0.484" bench_points="380" fouls_drawn="367" offensive_fouls="35" team_tech_fouls="2" defensive_assists="0" fast_break_att="97" fast_break_made="76" fast_break_pct="0.784" technical_other="0" coach_ejections="0" points_against="1928" second_chance_att="205" second_chance_made="90" second_chance_pct="0.439" coach_tech_fouls="0" team_fouls="2" total_fouls="410" possessions="1847.2" opponent_possessions="1840.96" offensive_rating="96.42" defensive_rating="104.73" net_rating="-8.31"/>
<average fast_break_pts="7.14" points_off_turnovers="15.0" second_chance_pts="9.64" minutes="201.1" points="81.0" off_rebounds="9.05" def_rebounds="25.82" rebounds="34.86" assists="16.9" steals="6.86" blocks="3.32" turnovers="14.36" personal_fouls="18.55" flagrant_fouls="0.0" blocked_att="3.82" field_goals_made="31.41" field_goals_att="71.05" three_points_made="5.91" three_points_att="16.86" free_throws_made="12.23" free_throws_att="16.14" two_points_made="25.5" two_points_att="54.18" points_in_paint="36.0" efficiency="84.95" true_shooting_att="78.15" points_in_paint_att="34.36" points_in_paint_made="18.0" bench_points="17.27" fouls_drawn="16.68" offensive_fouls="1.59" fast_break_att="4.41" fast_break_made="3.45" second_chance_att="9.32" second_chance_made="4.09"/>
</overall>
<opponents>
<total games_played="22" minutes="4425.0" field_goals_made="700" field_goals_att="1532" field_goals_pct="0.457" two_points_made="526" two_points_att="1032" two_points_pct="0.51" three_points_made="174" three_points_att="500" three_points_pct="0.348" blocked_att="73" free_throws_made="354" free_throws_att="434" free_throws_pct="0.816" offensive_rebounds="182" defensive_rebounds="589" rebounds="771" assists="442" turnovers="283" assists_turnover_ratio="1.56" steals="182" blocks="84" personal_fouls="368" tech_fouls="7" points="1928" fast_break_pts="155" flagrant_fouls="0" points_off_turnovers="307" second_chance_pts="245" ejections="0" foulouts="2" efficiency="2212" points_in_paint="790" team_offensive_rebounds="118" team_defensive_rebounds="54" team_rebounds="172" team_turnovers="17" total_rebounds="943" total_turnovers="300" true_shooting_att="1722.96" true_shooting_pct="0.56" field_goals_at_rim_made="163" field_goals_at_rim_att="223" field_goals_at_rim_pct="0.731" field_goals_at_midrange_made="129" field_goals_at_midrange_att="307" field_goals_at_midrange_pct="0.42" points_in_paint_made="395" points_in_paint_att="723" points_in_paint_pct="0.546" effective_fg_pct="0.514" bench_points="603" fouls_drawn="408" offensive_fouls="31" team_tech_fouls="3" defensive_assists="0" fast_break_att="93" fast_break_made="71" fast_break_pct="0.763" technical_other="0" coach_ejections="0" points_against="1781" second_chance_att="183" second_chance_made="104" second_chance_pct="0.568" coach_tech_fouls="1" team_fouls="4" total_fouls="372" possessions="1840.96" opponent_possessions="1847.2" offensive_rating="104.73" defensive_rating="96.42" net_rating="8.31"/>
<average fast_break_pts="7.05" points_off_turnovers="13.95" second_chance_pts="11.14" minutes="201.1" points="87.6" off_rebounds="8.27" def_rebounds="26.77" rebounds="35.05" assists="20.1" steals="8.27" blocks="3.82" turnovers="12.86" personal_fouls="16.73" flagrant_fouls="0.0" blocked_att="3.32" field_goals_made="31.82" field_goals_att="69.64" three_points_made="7.91" three_points_att="22.73" free_throws_made="16.09" free_throws_att="19.73" two_points_made="23.91" two_points_att="46.91" points_in_paint="35.91" efficiency="100.55" true_shooting_att="78.32" points_in_paint_att="32.86" points_in_paint_made="17.95" bench_points="27.41" fouls_drawn="18.55" offensive_fouls="1.41" fast_break_att="4.23" fast_break_made="3.23" second_chance_att="8.32" second_chance_made="4.73"/>
</opponents>
<player_records>
<player id="072d3e30-e585-4835-b6f4-24da9cc05b7c" full_name="Kaela Davis" first_name="Kaela" last_name="Davis" position="F" primary_position="NA" sr_id="sr:player:1156956" reference="1628273">
<overall>
<total games_played="2" games_started="0" minutes="2.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.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="9" plus="4" coach_tech_fouls="0"/>
<average minutes="1.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"/>
</overall>
</player>
<player id="206872ae-560b-4199-94f4-a44106b0baff" full_name="Monique Billings" first_name="Monique" last_name="Billings" position="F" primary_position="NA" jersey_number="25" sr_id="sr:player:1153332" reference="1628881">
<overall>
<total games_played="22" games_started="16" minutes="596.0" field_goals_made="68" field_goals_att="170" field_goals_pct="0.4" two_points_made="68" two_points_att="170" two_points_pct="0.4" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="11" free_throws_made="51" free_throws_att="67" free_throws_pct="0.761" offensive_rebounds="58" defensive_rebounds="129" rebounds="187" assists="27" turnovers="42" assists_turnover_ratio="0.64" steals="24" blocks="18" personal_fouls="62" tech_fouls="0" points="187" flagrant_fouls="0" ejections="0" foulouts="1" tech_fouls_non_unsportsmanlike="0" true_shooting_att="199.48" true_shooting_pct="0.469" efficiency="283" field_goals_at_rim_made="27" field_goals_at_rim_att="47" field_goals_at_rim_pct="0.574" field_goals_at_midrange_made="13" field_goals_at_midrange_att="47" field_goals_at_midrange_pct="0.277" usage_pct="17.62" points_off_turnovers="32" points_in_paint="112" points_in_paint_made="56" points_in_paint_att="124" points_in_paint_pct="0.452" effective_fg_pct="0.4" double_doubles="4" triple_doubles="0" fouls_drawn="85" offensive_fouls="13" fast_break_pts="18" fast_break_att="11" fast_break_made="9" fast_break_pct="0.818" coach_ejections="0" second_chance_pct="0.438" second_chance_pts="45" second_chance_att="32" second_chance_made="14" minus="1280" plus="1202" coach_tech_fouls="0"/>
<average minutes="27.1" points="8.5" off_rebounds="2.64" def_rebounds="5.86" rebounds="8.5" assists="1.2" steals="1.09" blocks="0.82" turnovers="1.91" personal_fouls="2.82" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="3.09" field_goals_att="7.73" three_points_made="0.0" three_points_att="0.0" free_throws_made="2.32" free_throws_att="3.05" two_points_made="3.09" two_points_att="7.73" efficiency="12.86" true_shooting_att="9.07" points_off_turnovers="1.45" points_in_paint_made="2.55" points_in_paint_att="5.64" points_in_paint="5.09" fouls_drawn="3.86" offensive_fouls="0.59" fast_break_pts="0.82" fast_break_att="0.5" fast_break_made="0.41" second_chance_pts="2.05" second_chance_att="1.45" second_chance_made="0.64"/>
</overall>
</player>
<player id="249d2060-12a3-4b85-ab0a-43d66ad8eeba" full_name="Alexis Jones" first_name="Alexis" last_name="Jones" position="G" primary_position="NA" sr_id="sr:player:1156830" reference="1628283">
<overall>
<total games_played="6" games_started="0" minutes="53.0" field_goals_made="8" field_goals_att="21" field_goals_pct="0.381" two_points_made="1" two_points_att="2" two_points_pct="0.5" three_points_made="7" three_points_att="19" three_points_pct="0.368" blocked_att="1" free_throws_made="1" free_throws_att="2" free_throws_pct="0.5" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="5" turnovers="6" assists_turnover_ratio="0.83" steals="3" blocks="0" personal_fouls="3" tech_fouls="0" points="24" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="21.88" true_shooting_pct="0.548" efficiency="12" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="1" field_goals_at_midrange_att="2" field_goals_at_midrange_pct="0.5" usage_pct="22.87" points_off_turnovers="6" points_in_paint="0" points_in_paint_made="0" points_in_paint_att="0" points_in_paint_pct="0.0" effective_fg_pct="0.548" double_doubles="0" triple_doubles="0" fouls_drawn="4" 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="1" second_chance_att="2" second_chance_made="0" minus="112" plus="103" coach_tech_fouls="0"/>
<average minutes="8.8" points="4.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.8" steals="0.5" blocks="0.0" turnovers="1.0" personal_fouls="0.5" flagrant_fouls="0.0" blocked_att="0.17" field_goals_made="1.33" field_goals_att="3.5" three_points_made="1.17" three_points_att="3.17" free_throws_made="0.17" free_throws_att="0.33" two_points_made="0.17" two_points_att="0.33" efficiency="2.0" true_shooting_att="3.65" points_off_turnovers="1.0" points_in_paint_made="0.0" points_in_paint_att="0.0" points_in_paint="0.0" fouls_drawn="0.67" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.17" second_chance_att="0.33" second_chance_made="0.0"/>
</overall>
</player>
<player id="24dd90ec-7db1-45f3-9ecb-a4be7ee14139" full_name="Brittany Brewer" first_name="Brittany" last_name="Brewer" position="F" primary_position="NA" reference="1630095">
<overall>
<total games_played="5" games_started="0" minutes="33.0" field_goals_made="2" field_goals_att="3" field_goals_pct="0.667" two_points_made="2" two_points_att="3" two_points_pct="0.667" 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="1" defensive_rebounds="4" rebounds="5" assists="0" turnovers="2" assists_turnover_ratio="0.0" steals="3" blocks="4" personal_fouls="4" tech_fouls="0" points="4" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="3.0" true_shooting_pct="0.667" efficiency="13" field_goals_at_rim_made="1" field_goals_at_rim_att="1" field_goals_at_rim_pct="1.0" field_goals_at_midrange_made="1" field_goals_at_midrange_att="2" field_goals_at_midrange_pct="0.5" usage_pct="6.59" points_off_turnovers="0" points_in_paint="2" points_in_paint_made="1" points_in_paint_att="1" points_in_paint_pct="1.0" effective_fg_pct="0.667" double_doubles="0" triple_doubles="0" fouls_drawn="1" 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="1.0" second_chance_pts="2" second_chance_att="1" second_chance_made="1" minus="70" plus="61" coach_tech_fouls="0"/>
<average minutes="6.6" points="0.8" off_rebounds="0.2" def_rebounds="0.8" rebounds="1.0" assists="0.0" steals="0.6" blocks="0.8" turnovers="0.4" personal_fouls="0.8" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.4" field_goals_att="0.6" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.4" two_points_att="0.6" efficiency="2.6" true_shooting_att="0.6" points_off_turnovers="0.0" points_in_paint_made="0.2" points_in_paint_att="0.2" points_in_paint="0.4" fouls_drawn="0.2" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="0.4" second_chance_att="0.2" second_chance_made="0.2"/>
</overall>
</player>
<player id="35003d9f-322f-494b-869d-30bbb744ef26" full_name="Blake Dietrick" first_name="Blake" last_name="Dietrick" position="G" primary_position="NA" sr_id="sr:player:1423275" reference="204355">
<overall>
<total games_played="22" games_started="4" minutes="463.0" field_goals_made="49" field_goals_att="104" field_goals_pct="0.471" two_points_made="23" two_points_att="46" two_points_pct="0.5" three_points_made="26" three_points_att="58" three_points_pct="0.448" blocked_att="3" free_throws_made="5" free_throws_att="8" free_throws_pct="0.625" offensive_rebounds="8" defensive_rebounds="28" rebounds="36" assists="75" turnovers="40" assists_turnover_ratio="1.88" steals="18" blocks="3" personal_fouls="42" tech_fouls="0" points="129" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="107.52" true_shooting_pct="0.6" efficiency="163" field_goals_at_rim_made="8" field_goals_at_rim_att="13" field_goals_at_rim_pct="0.615" field_goals_at_midrange_made="3" field_goals_at_midrange_att="10" field_goals_at_midrange_pct="0.3" usage_pct="13.85" points_off_turnovers="38" points_in_paint="40" points_in_paint_made="20" points_in_paint_att="35" points_in_paint_pct="0.571" effective_fg_pct="0.596" double_doubles="0" triple_doubles="0" fouls_drawn="10" offensive_fouls="0" fast_break_pts="13" fast_break_att="8" fast_break_made="6" fast_break_pct="0.75" coach_ejections="0" second_chance_pct="0.4" second_chance_pts="16" second_chance_att="15" second_chance_made="6" minus="985" plus="909" coach_tech_fouls="0"/>
<average minutes="21.0" points="5.9" off_rebounds="0.36" def_rebounds="1.27" rebounds="1.64" assists="3.4" steals="0.82" blocks="0.14" turnovers="1.82" personal_fouls="1.91" flagrant_fouls="0.0" blocked_att="0.14" field_goals_made="2.23" field_goals_att="4.73" three_points_made="1.18" three_points_att="2.64" free_throws_made="0.23" free_throws_att="0.36" two_points_made="1.05" two_points_att="2.09" efficiency="7.41" true_shooting_att="4.89" points_off_turnovers="1.73" points_in_paint_made="0.91" points_in_paint_att="1.59" points_in_paint="1.82" fouls_drawn="0.45" offensive_fouls="0.0" fast_break_pts="0.59" fast_break_att="0.36" fast_break_made="0.27" second_chance_pts="0.73" second_chance_att="0.68" second_chance_made="0.27"/>
</overall>
</player>
<player id="3d0a61e8-8f8f-48a8-bfa3-d9c3171c819f" full_name="Betnijah Laney-Hamilton" first_name="Betnijah" last_name="Laney-Hamilton" position="G-F" primary_position="NA" jersey_number="44" sr_id="sr:player:1174792" reference="204335">
<overall>
<total games_played="22" games_started="22" minutes="733.0" field_goals_made="143" field_goals_att="297" field_goals_pct="0.481" two_points_made="113" two_points_att="223" two_points_pct="0.507" three_points_made="30" three_points_att="74" three_points_pct="0.405" blocked_att="10" free_throws_made="62" free_throws_att="75" free_throws_pct="0.827" offensive_rebounds="24" defensive_rebounds="83" rebounds="107" assists="87" turnovers="66" assists_turnover_ratio="1.32" steals="35" blocks="2" personal_fouls="56" tech_fouls="0" points="378" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="330.0" true_shooting_pct="0.573" efficiency="376" field_goals_at_rim_made="34" field_goals_at_rim_att="43" field_goals_at_rim_pct="0.791" field_goals_at_midrange_made="30" field_goals_at_midrange_att="85" field_goals_at_midrange_pct="0.353" usage_pct="23.49" points_off_turnovers="87" points_in_paint="164" points_in_paint_made="82" points_in_paint_att="136" points_in_paint_pct="0.603" effective_fg_pct="0.532" double_doubles="4" triple_doubles="0" fouls_drawn="72" offensive_fouls="6" fast_break_pts="35" fast_break_att="20" fast_break_made="17" fast_break_pct="0.85" coach_ejections="0" second_chance_pct="0.417" second_chance_pts="52" second_chance_att="48" second_chance_made="20" minus="1580" plus="1489" coach_tech_fouls="0"/>
<average minutes="33.3" points="17.2" off_rebounds="1.09" def_rebounds="3.77" rebounds="4.86" assists="4.0" steals="1.59" blocks="0.09" turnovers="3.0" personal_fouls="2.55" flagrant_fouls="0.0" blocked_att="0.45" field_goals_made="6.5" field_goals_att="13.5" three_points_made="1.36" three_points_att="3.36" free_throws_made="2.82" free_throws_att="3.41" two_points_made="5.14" two_points_att="10.14" efficiency="17.09" true_shooting_att="15.0" points_off_turnovers="3.95" points_in_paint_made="3.73" points_in_paint_att="6.18" points_in_paint="7.45" fouls_drawn="3.27" offensive_fouls="0.27" fast_break_pts="1.59" fast_break_att="0.91" fast_break_made="0.77" second_chance_pts="2.36" second_chance_att="2.18" second_chance_made="0.91"/>
</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 Monique Billings' seasonal stats.
https://api.sportradar.com/wnba/{access_level}/v8/{language_code}/players/{player_id}/profile.{format} |
To build this request, we will need Billings' 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 Atlanta Dream, through the Hierarchy feed, a Schedule feed, or a Game feed. Use this unique team.id
to parse the Team Profile for Billings' unique player.id
.
Final call: https://api.sportradar.com/wnba/trial/v8/en/players/206872ae-560b-4199-94f4-a44106b0baff/profile.json
This call will return seasonal stats for Monique Billings' 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="206872ae-560b-4199-94f4-a44106b0baff" status="ACT" full_name="Monique Billings" first_name="Monique" last_name="Billings" abbr_name="M.Billings" height="76" weight="192" position="F" primary_position="NA" jersey_number="25" experience="7" college="UCLA" high_school="Santiago (CA)" birth_place="Riverside, CA, USA" birthdate="1996-05-02" updated="2025-02-12T15:55:37Z" sr_id="sr:player:1153332" rookie_year="2018" reference="1628881">
<league id="59c24590-0adb-4b3d-80a8-10450f83f4a1" name="WNBA" alias="WNBA"/>
<team id="4f57ec40-0d35-4b59-bea0-9d040f0d2292" name="Valkyries" market="Golden State" alias="GSV" sr_id="sr:team:1200059" reference="1611661331"/>
<draft team_id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" year="2018" round="2" pick="15"/>
<seasons>
<season id="9d0ca0e6-2e0d-4ef9-abc7-ff12d23334cc" year="2025" type="PRE">
<team id="4f57ec40-0d35-4b59-bea0-9d040f0d2292" name="Valkyries" market="Golden State" alias="GSV" sr_id="sr:team:1200059" reference="1611661331">
<statistics>
<total games_played="1" games_started="1" minutes="19.0" field_goals_made="4" field_goals_att="8" field_goals_pct="0.5" two_points_made="3" two_points_att="6" two_points_pct="0.5" three_points_made="1" three_points_att="2" three_points_pct="0.5" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="1" defensive_rebounds="7" rebounds="8" assists="1" turnovers="1" assists_turnover_ratio="1.0" steals="0" blocks="0" personal_fouls="3" tech_fouls="0" points="9" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="8.0" true_shooting_pct="0.563" efficiency="13" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="1" field_goals_at_midrange_att="1" field_goals_at_midrange_pct="1.0" usage_pct="20.4" points_off_turnovers="0" points_in_paint="4" points_in_paint_made="2" points_in_paint_att="5" points_in_paint_pct="0.4" effective_fg_pct="0.563" double_doubles="0" triple_doubles="0" fouls_drawn="0" 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="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="29" plus="34" coach_tech_fouls="0"/>
<average minutes="19.0" points="9.0" off_rebounds="1.0" def_rebounds="7.0" rebounds="8.0" assists="1.0" steals="0.0" blocks="0.0" turnovers="1.0" personal_fouls="3.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="4.0" field_goals_att="8.0" three_points_made="1.0" three_points_att="2.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="3.0" two_points_att="6.0" efficiency="13.0" true_shooting_att="8.0" points_off_turnovers="0.0" points_in_paint_made="2.0" points_in_paint_att="5.0" points_in_paint="4.0" fouls_drawn="0.0" offensive_fouls="1.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="db004e22-7ed4-4316-8302-79454224f49d" year="2024" type="REG">
<team id="5f0b5caf-708b-4300-92f2-53b51d83ec06" name="Wings" market="Dallas" alias="DAL" sr_id="sr:team:3450" reference="1611661321">
<statistics>
<total games_played="24" games_started="12" minutes="609.0" field_goals_made="84" field_goals_att="177" field_goals_pct="0.475" two_points_made="83" two_points_att="170" two_points_pct="0.488" three_points_made="1" three_points_att="7" three_points_pct="0.143" blocked_att="11" free_throws_made="41" free_throws_att="51" free_throws_pct="0.804" offensive_rebounds="45" defensive_rebounds="114" rebounds="159" assists="46" turnovers="51" assists_turnover_ratio="0.9" steals="15" blocks="13" personal_fouls="59" tech_fouls="0" points="210" flagrant_fouls="0" ejections="0" foulouts="1" tech_fouls_non_unsportsmanlike="0" true_shooting_att="199.44" true_shooting_pct="0.526" efficiency="289" field_goals_at_rim_made="40" field_goals_at_rim_att="69" field_goals_at_rim_pct="0.58" field_goals_at_midrange_made="12" field_goals_at_midrange_att="37" field_goals_at_midrange_pct="0.324" usage_pct="17.65" points_off_turnovers="47" points_in_paint="142" points_in_paint_made="71" points_in_paint_att="133" points_in_paint_pct="0.534" effective_fg_pct="0.477" double_doubles="5" triple_doubles="0" fouls_drawn="77" offensive_fouls="6" fast_break_pts="29" fast_break_att="24" fast_break_made="14" fast_break_pct="0.583" coach_ejections="0" second_chance_pct="0.576" second_chance_pts="42" second_chance_att="33" second_chance_made="19" minus="1339" plus="1218" coach_tech_fouls="0"/>
<average minutes="25.4" points="8.8" off_rebounds="1.88" def_rebounds="4.75" rebounds="6.63" assists="1.9" steals="0.63" blocks="0.54" turnovers="2.13" personal_fouls="2.46" flagrant_fouls="0.0" blocked_att="0.46" field_goals_made="3.5" field_goals_att="7.38" three_points_made="0.04" three_points_att="0.29" free_throws_made="1.71" free_throws_att="2.13" two_points_made="3.46" two_points_att="7.08" efficiency="12.04" true_shooting_att="8.31" points_off_turnovers="1.96" points_in_paint_made="2.96" points_in_paint_att="5.54" points_in_paint="5.92" fouls_drawn="3.21" offensive_fouls="0.25" fast_break_pts="1.21" fast_break_att="1.0" fast_break_made="0.58" second_chance_pts="1.75" second_chance_att="1.38" second_chance_made="0.79"/>
</statistics>
</team>
<team id="0699edf3-5993-4182-b9b4-ec935cbd4fcc" name="Mercury" market="Phoenix" alias="PHX" sr_id="sr:team:3444" reference="1611661317">
<statistics>
<total games_played="13" games_started="2" minutes="234.0" field_goals_made="23" field_goals_att="53" field_goals_pct="0.434" two_points_made="21" two_points_att="46" two_points_pct="0.457" three_points_made="2" three_points_att="7" three_points_pct="0.286" blocked_att="5" free_throws_made="16" free_throws_att="20" free_throws_pct="0.8" offensive_rebounds="20" defensive_rebounds="34" rebounds="54" assists="7" turnovers="14" assists_turnover_ratio="0.5" steals="12" blocks="6" personal_fouls="25" tech_fouls="0" points="64" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="61.8" true_shooting_pct="0.518" efficiency="95" field_goals_at_rim_made="14" field_goals_at_rim_att="23" field_goals_at_rim_pct="0.609" field_goals_at_midrange_made="2" field_goals_at_midrange_att="5" field_goals_at_midrange_pct="0.4" usage_pct="14.87" points_off_turnovers="14" points_in_paint="38" points_in_paint_made="19" points_in_paint_att="41" points_in_paint_pct="0.463" effective_fg_pct="0.453" double_doubles="0" triple_doubles="0" fouls_drawn="20" offensive_fouls="2" fast_break_pts="10" fast_break_att="6" fast_break_made="3" fast_break_pct="0.5" coach_ejections="0" second_chance_pct="0.583" second_chance_pts="14" second_chance_att="12" second_chance_made="7" minus="483" plus="429" coach_tech_fouls="0"/>
<average minutes="18.0" points="4.9" off_rebounds="1.54" def_rebounds="2.62" rebounds="4.15" assists="0.5" steals="0.92" blocks="0.46" turnovers="1.08" personal_fouls="1.92" flagrant_fouls="0.0" blocked_att="0.38" field_goals_made="1.77" field_goals_att="4.08" three_points_made="0.15" three_points_att="0.54" free_throws_made="1.23" free_throws_att="1.54" two_points_made="1.62" two_points_att="3.54" efficiency="7.31" true_shooting_att="4.75" points_off_turnovers="1.08" points_in_paint_made="1.46" points_in_paint_att="3.15" points_in_paint="2.92" fouls_drawn="1.54" offensive_fouls="0.15" fast_break_pts="0.77" fast_break_att="0.46" fast_break_made="0.23" second_chance_pts="1.08" second_chance_att="0.92" second_chance_made="0.54"/>
</statistics>
</team>
</season>
<season id="11ed6ba1-6026-42f0-8a82-3da8a5e8c753" year="2024" type="PST">
<team id="0699edf3-5993-4182-b9b4-ec935cbd4fcc" name="Mercury" market="Phoenix" alias="PHX" sr_id="sr:team:3444" reference="1611661317">
<statistics>
<total games_played="2" games_started="0" minutes="28.0" field_goals_made="4" field_goals_att="5" field_goals_pct="0.8" two_points_made="4" two_points_att="5" two_points_pct="0.8" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="1" free_throws_pct="0.0" offensive_rebounds="4" defensive_rebounds="3" rebounds="7" assists="1" turnovers="0" assists_turnover_ratio="0.0" steals="1" blocks="0" personal_fouls="2" tech_fouls="0" points="8" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="5.44" true_shooting_pct="0.735" efficiency="15" field_goals_at_rim_made="3" field_goals_at_rim_att="4" field_goals_at_rim_pct="0.75" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="8.73" points_off_turnovers="0" points_in_paint="8" points_in_paint_made="4" points_in_paint_att="5" points_in_paint_pct="0.8" effective_fg_pct="0.8" double_doubles="0" triple_doubles="0" fouls_drawn="1" 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="1.0" second_chance_pts="8" second_chance_att="4" second_chance_made="4" minus="67" plus="70" coach_tech_fouls="0"/>
<average minutes="14.0" points="4.0" off_rebounds="2.0" def_rebounds="1.5" rebounds="3.5" assists="0.5" steals="0.5" blocks="0.0" turnovers="0.0" personal_fouls="1.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="2.0" field_goals_att="2.5" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.5" two_points_made="2.0" two_points_att="2.5" efficiency="7.5" true_shooting_att="2.72" points_off_turnovers="0.0" points_in_paint_made="2.0" points_in_paint_att="2.5" points_in_paint="4.0" fouls_drawn="0.5" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="4.0" second_chance_att="2.0" second_chance_made="2.0"/>
</statistics>
</team>
</season>
<season id="6d989f83-e285-4fee-932a-98377c818b8a" year="2024" type="PRE">
<team id="0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9" name="Sparks" market="Los Angeles" alias="LAS" sr_id="sr:team:3447" reference="1611661320">
<statistics>
<total games_played="2" games_started="0" minutes="17.0" field_goals_made="2" field_goals_att="2" field_goals_pct="1.0" two_points_made="2" two_points_att="2" two_points_pct="1.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="2" free_throws_att="2" free_throws_pct="1.0" offensive_rebounds="2" defensive_rebounds="10" rebounds="12" assists="1" turnovers="2" assists_turnover_ratio="0.5" steals="0" blocks="1" personal_fouls="3" tech_fouls="0" points="6" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="2.88" true_shooting_pct="1.042" efficiency="18" 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="12.12" points_off_turnovers="2" points_in_paint="4" points_in_paint_made="2" points_in_paint_att="2" points_in_paint_pct="1.0" effective_fg_pct="1.0" double_doubles="0" triple_doubles="0" fouls_drawn="1" 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="1.0" second_chance_pts="4" second_chance_att="2" second_chance_made="2" minus="36" plus="45" coach_tech_fouls="0"/>
<average minutes="8.5" points="3.0" off_rebounds="1.0" def_rebounds="5.0" rebounds="6.0" assists="0.5" steals="0.0" blocks="0.5" turnovers="1.0" personal_fouls="1.5" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="1.0" field_goals_att="1.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="1.0" free_throws_att="1.0" two_points_made="1.0" two_points_att="1.0" efficiency="9.0" true_shooting_att="1.44" points_off_turnovers="1.0" points_in_paint_made="1.0" points_in_paint_att="1.0" points_in_paint="2.0" fouls_drawn="0.5" offensive_fouls="0.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="2.0" second_chance_att="1.0" second_chance_made="1.0"/>
</statistics>
</team>
</season>
<season id="825bcfa1-45a6-4d71-91d9-c9f46ec11a0e" year="2023" type="REG">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="39" games_started="9" minutes="653.0" field_goals_made="68" field_goals_att="167" field_goals_pct="0.407" two_points_made="68" two_points_att="163" two_points_pct="0.417" three_points_made="0" three_points_att="4" three_points_pct="0.0" blocked_att="20" free_throws_made="51" free_throws_att="61" free_throws_pct="0.836" offensive_rebounds="53" defensive_rebounds="141" rebounds="194" assists="30" turnovers="38" assists_turnover_ratio="0.79" steals="16" blocks="12" personal_fouls="76" tech_fouls="0" points="187" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="193.84" true_shooting_pct="0.482" efficiency="292" field_goals_at_rim_made="38" field_goals_at_rim_att="65" field_goals_at_rim_pct="0.585" field_goals_at_midrange_made="16" field_goals_at_midrange_att="36" field_goals_at_midrange_pct="0.444" usage_pct="15.54" points_off_turnovers="49" points_in_paint="104" points_in_paint_made="52" points_in_paint_att="127" points_in_paint_pct="0.409" effective_fg_pct="0.407" double_doubles="2" triple_doubles="0" fouls_drawn="68" offensive_fouls="14" fast_break_pts="34" fast_break_att="23" fast_break_made="14" fast_break_pct="0.609" coach_ejections="0" second_chance_pct="0.424" second_chance_pts="43" second_chance_att="33" second_chance_made="14" minus="1356" plus="1318" coach_tech_fouls="0"/>
<average minutes="16.7" points="4.8" off_rebounds="1.36" def_rebounds="3.62" rebounds="4.97" assists="0.8" steals="0.41" blocks="0.31" turnovers="0.97" personal_fouls="1.95" flagrant_fouls="0.0" blocked_att="0.51" field_goals_made="1.74" field_goals_att="4.28" three_points_made="0.0" three_points_att="0.1" free_throws_made="1.31" free_throws_att="1.56" two_points_made="1.74" two_points_att="4.18" efficiency="7.49" true_shooting_att="4.97" points_off_turnovers="1.26" points_in_paint_made="1.33" points_in_paint_att="3.26" points_in_paint="2.67" fouls_drawn="1.74" offensive_fouls="0.36" fast_break_pts="0.87" fast_break_att="0.59" fast_break_made="0.36" second_chance_pts="1.1" second_chance_att="0.85" second_chance_made="0.36"/>
</statistics>
</team>
</season>
<season id="ecc325e8-e6ff-4c8b-a256-6554290a6ef7" year="2023" type="PST">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="2" games_started="2" minutes="47.0" field_goals_made="2" field_goals_att="7" field_goals_pct="0.286" two_points_made="2" two_points_att="7" two_points_pct="0.286" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="1" free_throws_made="5" free_throws_att="8" free_throws_pct="0.625" offensive_rebounds="5" defensive_rebounds="9" rebounds="14" assists="0" turnovers="3" assists_turnover_ratio="0.0" steals="1" blocks="0" personal_fouls="5" tech_fouls="0" points="9" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="10.52" true_shooting_pct="0.428" efficiency="13" 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="0" field_goals_at_midrange_pct="0.0" usage_pct="12.02" points_off_turnovers="0" points_in_paint="4" points_in_paint_made="2" points_in_paint_att="7" points_in_paint_pct="0.286" effective_fg_pct="0.286" double_doubles="0" triple_doubles="0" fouls_drawn="5" offensive_fouls="1" fast_break_pts="0" fast_break_att="1" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.333" second_chance_pts="7" second_chance_att="3" second_chance_made="1" minus="101" plus="81" coach_tech_fouls="0"/>
<average minutes="23.5" points="4.5" off_rebounds="2.5" def_rebounds="4.5" rebounds="7.0" assists="0.0" steals="0.5" blocks="0.0" turnovers="1.5" personal_fouls="2.5" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="1.0" field_goals_att="3.5" three_points_made="0.0" three_points_att="0.0" free_throws_made="2.5" free_throws_att="4.0" two_points_made="1.0" two_points_att="3.5" efficiency="6.5" true_shooting_att="5.26" points_off_turnovers="0.0" points_in_paint_made="1.0" points_in_paint_att="3.5" points_in_paint="2.0" fouls_drawn="2.5" offensive_fouls="0.5" fast_break_pts="0.0" fast_break_att="0.5" fast_break_made="0.0" second_chance_pts="3.5" second_chance_att="1.5" second_chance_made="0.5"/>
</statistics>
</team>
</season>
<season id="56c66e03-5c3c-4bb5-9cc1-b5ac23978ceb" year="2023" type="PRE">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="1" games_started="1" minutes="17.0" field_goals_made="3" field_goals_att="8" field_goals_pct="0.375" two_points_made="3" two_points_att="8" two_points_pct="0.375" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="1" free_throws_made="0" free_throws_att="1" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="6" rebounds="6" assists="1" turnovers="1" assists_turnover_ratio="1.0" steals="1" blocks="2" personal_fouls="5" tech_fouls="0" points="6" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="8.44" true_shooting_pct="0.355" efficiency="9" field_goals_at_rim_made="2" field_goals_at_rim_att="4" field_goals_at_rim_pct="0.5" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="21.93" points_off_turnovers="2" points_in_paint="6" points_in_paint_made="3" points_in_paint_att="8" points_in_paint_pct="0.375" effective_fg_pct="0.375" double_doubles="0" triple_doubles="0" fouls_drawn="2" 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="0.0" second_chance_pts="0" second_chance_att="0" second_chance_made="0" minus="39" plus="33" coach_tech_fouls="0"/>
<average minutes="17.0" points="6.0" off_rebounds="0.0" def_rebounds="6.0" rebounds="6.0" assists="1.0" steals="1.0" blocks="2.0" turnovers="1.0" personal_fouls="5.0" flagrant_fouls="0.0" blocked_att="1.0" field_goals_made="3.0" field_goals_att="8.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="1.0" two_points_made="3.0" two_points_att="8.0" efficiency="9.0" true_shooting_att="8.44" points_off_turnovers="2.0" points_in_paint_made="3.0" points_in_paint_att="8.0" points_in_paint="6.0" fouls_drawn="2.0" offensive_fouls="1.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="73f9bbde-1a9a-4ae3-95d7-125df431bdda" year="2022" type="REG">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="23" games_started="8" minutes="401.0" field_goals_made="55" field_goals_att="117" field_goals_pct="0.47" two_points_made="55" two_points_att="116" two_points_pct="0.474" three_points_made="0" three_points_att="1" three_points_pct="0.0" blocked_att="10" free_throws_made="39" free_throws_att="51" free_throws_pct="0.765" offensive_rebounds="45" defensive_rebounds="101" rebounds="146" assists="26" turnovers="31" assists_turnover_ratio="0.84" steals="19" blocks="8" personal_fouls="54" tech_fouls="0" points="149" flagrant_fouls="0" ejections="0" foulouts="1" tech_fouls_non_unsportsmanlike="0" true_shooting_att="139.44" true_shooting_pct="0.534" efficiency="243" field_goals_at_rim_made="30" field_goals_at_rim_att="50" field_goals_at_rim_pct="0.6" field_goals_at_midrange_made="10" field_goals_at_midrange_att="29" field_goals_at_midrange_pct="0.345" usage_pct="18.76" points_off_turnovers="40" points_in_paint="90" points_in_paint_made="45" points_in_paint_att="87" points_in_paint_pct="0.517" effective_fg_pct="0.47" double_doubles="0" triple_doubles="0" fouls_drawn="47" offensive_fouls="6" fast_break_pts="30" fast_break_att="17" fast_break_made="12" fast_break_pct="0.706" coach_ejections="0" second_chance_pct="0.478" second_chance_pts="26" second_chance_att="23" second_chance_made="11" minus="810" plus="801" coach_tech_fouls="0"/>
<average minutes="17.4" points="6.5" off_rebounds="1.96" def_rebounds="4.39" rebounds="6.35" assists="1.1" steals="0.83" blocks="0.35" turnovers="1.35" personal_fouls="2.35" flagrant_fouls="0.0" blocked_att="0.43" field_goals_made="2.39" field_goals_att="5.09" three_points_made="0.0" three_points_att="0.04" free_throws_made="1.7" free_throws_att="2.22" two_points_made="2.39" two_points_att="5.04" efficiency="10.57" true_shooting_att="6.06" points_off_turnovers="1.74" points_in_paint_made="1.96" points_in_paint_att="3.78" points_in_paint="3.91" fouls_drawn="2.04" offensive_fouls="0.26" fast_break_pts="1.3" fast_break_att="0.74" fast_break_made="0.52" second_chance_pts="1.13" second_chance_att="1.0" second_chance_made="0.48"/>
</statistics>
</team>
</season>
<season id="b7bede4b-e9a1-4afa-977f-381f6653c677" year="2022" type="PRE">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="2" games_started="1" minutes="37.0" field_goals_made="3" field_goals_att="16" field_goals_pct="0.188" two_points_made="3" two_points_att="16" two_points_pct="0.188" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="4" free_throws_made="5" free_throws_att="8" free_throws_pct="0.625" offensive_rebounds="7" defensive_rebounds="8" rebounds="15" assists="1" turnovers="2" assists_turnover_ratio="0.5" steals="4" blocks="3" personal_fouls="5" tech_fouls="0" points="11" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="19.52" true_shooting_pct="0.282" efficiency="16" field_goals_at_rim_made="2" field_goals_at_rim_att="5" field_goals_at_rim_pct="0.4" field_goals_at_midrange_made="0" field_goals_at_midrange_att="1" field_goals_at_midrange_pct="0.0" usage_pct="26.29" points_off_turnovers="2" points_in_paint="6" points_in_paint_made="3" points_in_paint_att="15" points_in_paint_pct="0.2" effective_fg_pct="0.188" double_doubles="0" triple_doubles="0" fouls_drawn="5" offensive_fouls="2" fast_break_pts="0" fast_break_att="0" fast_break_made="0" fast_break_pct="0.0" coach_ejections="0" second_chance_pct="0.4" second_chance_pts="4" second_chance_att="5" second_chance_made="2" minus="79" plus="74" coach_tech_fouls="0"/>
<average minutes="18.5" points="5.5" off_rebounds="3.5" def_rebounds="4.0" rebounds="7.5" assists="0.5" steals="2.0" blocks="1.5" turnovers="1.0" personal_fouls="2.5" flagrant_fouls="0.0" blocked_att="2.0" field_goals_made="1.5" field_goals_att="8.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="2.5" free_throws_att="4.0" two_points_made="1.5" two_points_att="8.0" efficiency="8.0" true_shooting_att="9.76" points_off_turnovers="1.0" points_in_paint_made="1.5" points_in_paint_att="7.5" points_in_paint="3.0" fouls_drawn="2.5" offensive_fouls="1.0" fast_break_pts="0.0" fast_break_att="0.0" fast_break_made="0.0" second_chance_pts="2.0" second_chance_att="2.5" second_chance_made="1.0"/>
</statistics>
</team>
</season>
<season id="055be57a-883d-4aad-9797-1c96c4c879bd" year="2021" type="REG">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="31" games_started="9" minutes="739.0" field_goals_made="100" field_goals_att="202" field_goals_pct="0.495" two_points_made="100" two_points_att="200" two_points_pct="0.5" three_points_made="0" three_points_att="2" three_points_pct="0.0" blocked_att="16" free_throws_made="52" free_throws_att="77" free_throws_pct="0.675" offensive_rebounds="88" defensive_rebounds="112" rebounds="200" assists="32" turnovers="44" assists_turnover_ratio="0.73" steals="37" blocks="32" personal_fouls="79" tech_fouls="0" points="252" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="235.88" true_shooting_pct="0.534" efficiency="382" field_goals_at_rim_made="52" field_goals_at_rim_att="86" field_goals_at_rim_pct="0.605" field_goals_at_midrange_made="23" field_goals_at_midrange_att="50" field_goals_at_midrange_pct="0.46" usage_pct="16.69" points_off_turnovers="56" points_in_paint="154" points_in_paint_made="77" points_in_paint_att="151" points_in_paint_pct="0.51" effective_fg_pct="0.495" double_doubles="4" triple_doubles="0" fouls_drawn="72" offensive_fouls="14" fast_break_pts="49" fast_break_att="23" fast_break_made="18" fast_break_pct="0.783" coach_ejections="0" second_chance_pct="0.55" second_chance_pts="55" second_chance_att="40" second_chance_made="22" minus="1513" plus="1427" coach_tech_fouls="0"/>
<average minutes="23.8" points="8.1" off_rebounds="2.84" def_rebounds="3.61" rebounds="6.45" assists="1.0" steals="1.19" blocks="1.03" turnovers="1.42" personal_fouls="2.55" flagrant_fouls="0.0" blocked_att="0.52" field_goals_made="3.23" field_goals_att="6.52" three_points_made="0.0" three_points_att="0.06" free_throws_made="1.68" free_throws_att="2.48" two_points_made="3.23" two_points_att="6.45" efficiency="12.32" true_shooting_att="7.61" points_off_turnovers="1.81" points_in_paint_made="2.48" points_in_paint_att="4.87" points_in_paint="4.97" fouls_drawn="2.32" offensive_fouls="0.45" fast_break_pts="1.58" fast_break_att="0.74" fast_break_made="0.58" second_chance_pts="1.77" second_chance_att="1.29" second_chance_made="0.71"/>
</statistics>
</team>
</season>
<season id="15814819-5806-407c-acea-30000a023d91" year="2021" type="PRE">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="1" games_started="0" minutes="14.0" field_goals_made="5" field_goals_att="7" field_goals_pct="0.714" two_points_made="5" two_points_att="6" two_points_pct="0.833" three_points_made="0" three_points_att="1" three_points_pct="0.0" blocked_att="0" free_throws_made="3" free_throws_att="6" free_throws_pct="0.5" offensive_rebounds="2" defensive_rebounds="5" rebounds="7" assists="1" turnovers="2" assists_turnover_ratio="0.5" steals="1" blocks="0" personal_fouls="2" tech_fouls="0" points="13" flagrant_fouls="0" ejections="0" foulouts="0" tech_fouls_non_unsportsmanlike="0" true_shooting_att="9.64" true_shooting_pct="0.674" efficiency="15" field_goals_at_rim_made="2" field_goals_at_rim_att="2" field_goals_at_rim_pct="1.0" field_goals_at_midrange_made="1" field_goals_at_midrange_att="1" field_goals_at_midrange_pct="1.0" usage_pct="33.15" points_off_turnovers="4" points_in_paint="8" points_in_paint_made="4" points_in_paint_att="5" points_in_paint_pct="0.8" effective_fg_pct="0.714" double_doubles="0" triple_doubles="0" fouls_drawn="5" offensive_fouls="2" fast_break_pts="4" fast_break_att="3" fast_break_made="2" fast_break_pct="0.667" coach_ejections="0" second_chance_pct="0.0" second_chance_pts="2" second_chance_att="0" second_chance_made="0" minus="22" plus="30" coach_tech_fouls="0"/>
<average minutes="14.0" points="13.0" off_rebounds="2.0" def_rebounds="5.0" rebounds="7.0" assists="1.0" steals="1.0" blocks="0.0" turnovers="2.0" personal_fouls="2.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="5.0" field_goals_att="7.0" three_points_made="0.0" three_points_att="1.0" free_throws_made="3.0" free_throws_att="6.0" two_points_made="5.0" two_points_att="6.0" efficiency="15.0" true_shooting_att="9.64" points_off_turnovers="4.0" points_in_paint_made="4.0" points_in_paint_att="5.0" points_in_paint="8.0" fouls_drawn="5.0" offensive_fouls="2.0" fast_break_pts="4.0" fast_break_att="3.0" fast_break_made="2.0" second_chance_pts="2.0" second_chance_att="0.0" second_chance_made="0.0"/>
</statistics>
</team>
</season>
<season id="53c22917-5467-48ff-ad7f-fa9bdf0c0d91" year="2020" type="REG">
<team id="5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4" name="Dream" market="Atlanta" alias="ATL" sr_id="sr:team:35545" reference="1611661330">
<statistics>
<total games_played="22" games_started="16" minutes="596.0" field_goals_made="68" field_goals_att="170" field_goals_pct="0.4" two_points_made="68" two_points_att="170" two_points_pct="0.4" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="11" free_throws_made="51" free_throws_att="67" free_throws_pct="0.761" offensive_rebounds="58" defensive_rebounds="129" rebounds="187" assists="27" turnovers="42" assists_turnover_ratio="0.64" steals="24" blocks="18" personal_fouls="62" tech_fouls="0" points="187" flagrant_fouls="0" ejections="0" foulouts="1" tech_fouls_non_unsportsmanlike="0" true_shooting_att="199.48" true_shooting_pct="0.469" efficiency="283" field_goals_at_rim_made="27" field_goals_at_rim_att="47" field_goals_at_rim_pct="0.574" field_goals_at_midrange_made="13" field_goals_at_midrange_att="47" field_goals_at_midrange_pct="0.277" usage_pct="17.62" points_off_turnovers="32" points_in_paint="112" points_in_paint_made="56" points_in_paint_att="124" points_in_paint_pct="0.452" effective_fg_pct="0.4" double_doubles="4" triple_doubles="0" fouls_drawn="85" offensive_fouls="13" fast_break_pts="18" fast_break_att="11" fast_break_made="9" fast_break_pct="0.818" coach_ejections="0" second_chance_pct="0.438" second_chance_pts="45" second_chance_att="32" second_chance_made="14" minus="1280" plus="1202" coach_tech_fouls="0"/>
<average minutes="27.1" points="8.5" off_rebounds="2.64" def_rebounds="5.86" rebounds="8.5" assists="1.2" steals="1.09" blocks="0.82" turnovers="1.91" personal_fouls="2.82" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="3.09" field_goals_att="7.73" three_points_made="0.0" three_points_att="0.0" free_throws_made="2.32" free_throws_att="3.05" two_points_made="3.09" two_points_att="7.73" efficiency="12.86" true_shooting_att="9.07" points_off_turnovers="1.45" points_in_paint_made="2.55" points_in_paint_att="5.64" points_in_paint="5.09" fouls_drawn="3.86" offensive_fouls="0.59" fast_break_pts="0.82" fast_break_att="0.5" fast_break_made="0.41" second_chance_pts="2.05" second_chance_att="1.45" second_chance_made="0.64"/>
</statistics>
</team>
</season>
{
"id": "206872ae-560b-4199-94f4-a44106b0baff",
"status": "ACT",
"full_name": "Monique Billings",
"first_name": "Monique",
"last_name": "Billings",
"abbr_name": "M.Billings",
"height": 76,
"weight": 192,
"position": "F",
"primary_position": "NA",
"jersey_number": "25",
"experience": "7",
"college": "UCLA",
"high_school": "Santiago (CA)",
"birth_place": "Riverside, CA, USA",
"birthdate": "1996-05-02",
"updated": "2025-02-12T15:55:37Z",
"sr_id": "sr:player:1153332",
"rookie_year": 2018,
"reference": "1628881",
"league": {
"id": "59c24590-0adb-4b3d-80a8-10450f83f4a1",
"name": "WNBA",
"alias": "WNBA"
},
"team": {
"id": "4f57ec40-0d35-4b59-bea0-9d040f0d2292",
"name": "Valkyries",
"market": "Golden State",
"alias": "GSV",
"sr_id": "sr:team:1200059",
"reference": "1611661331"
},
"draft": {
"team_id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"year": 2018,
"round": "2",
"pick": "15"
},
"seasons": [
{
"id": "9d0ca0e6-2e0d-4ef9-abc7-ff12d23334cc",
"year": 2025,
"type": "PRE",
"teams": [
{
"id": "4f57ec40-0d35-4b59-bea0-9d040f0d2292",
"name": "Valkyries",
"market": "Golden State",
"alias": "GSV",
"sr_id": "sr:team:1200059",
"reference": "1611661331",
"total": {
"games_played": 1,
"games_started": 1,
"minutes": 19,
"field_goals_made": 4,
"field_goals_att": 8,
"field_goals_pct": 0.5,
"two_points_made": 3,
"two_points_att": 6,
"two_points_pct": 0.5,
"three_points_made": 1,
"three_points_att": 2,
"three_points_pct": 0.5,
"blocked_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"free_throws_pct": 0,
"offensive_rebounds": 1,
"defensive_rebounds": 7,
"rebounds": 8,
"assists": 1,
"turnovers": 1,
"assists_turnover_ratio": 1,
"steals": 0,
"blocks": 0,
"personal_fouls": 3,
"tech_fouls": 0,
"points": 9,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 8,
"true_shooting_pct": 0.563,
"efficiency": 13,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 0,
"field_goals_at_rim_pct": 0,
"field_goals_at_midrange_made": 1,
"field_goals_at_midrange_att": 1,
"field_goals_at_midrange_pct": 1,
"usage_pct": 20.4,
"points_off_turnovers": 0,
"points_in_paint": 4,
"points_in_paint_made": 2,
"points_in_paint_att": 5,
"points_in_paint_pct": 0.4,
"effective_fg_pct": 0.563,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 0,
"offensive_fouls": 1,
"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": 29,
"plus": 34,
"coach_tech_fouls": 0
},
"average": {
"minutes": 19,
"points": 9,
"off_rebounds": 1,
"def_rebounds": 7,
"rebounds": 8,
"assists": 1,
"steals": 0,
"blocks": 0,
"turnovers": 1,
"personal_fouls": 3,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 4,
"field_goals_att": 8,
"three_points_made": 1,
"three_points_att": 2,
"free_throws_made": 0,
"free_throws_att": 0,
"two_points_made": 3,
"two_points_att": 6,
"efficiency": 13,
"true_shooting_att": 8,
"points_off_turnovers": 0,
"points_in_paint_made": 2,
"points_in_paint_att": 5,
"points_in_paint": 4,
"fouls_drawn": 0,
"offensive_fouls": 1,
"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": "db004e22-7ed4-4316-8302-79454224f49d",
"year": 2024,
"type": "REG",
"teams": [
{
"id": "5f0b5caf-708b-4300-92f2-53b51d83ec06",
"name": "Wings",
"market": "Dallas",
"alias": "DAL",
"sr_id": "sr:team:3450",
"reference": "1611661321",
"total": {
"games_played": 24,
"games_started": 12,
"minutes": 609,
"field_goals_made": 84,
"field_goals_att": 177,
"field_goals_pct": 0.475,
"two_points_made": 83,
"two_points_att": 170,
"two_points_pct": 0.488,
"three_points_made": 1,
"three_points_att": 7,
"three_points_pct": 0.143,
"blocked_att": 11,
"free_throws_made": 41,
"free_throws_att": 51,
"free_throws_pct": 0.804,
"offensive_rebounds": 45,
"defensive_rebounds": 114,
"rebounds": 159,
"assists": 46,
"turnovers": 51,
"assists_turnover_ratio": 0.9,
"steals": 15,
"blocks": 13,
"personal_fouls": 59,
"tech_fouls": 0,
"points": 210,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 1,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 199.44,
"true_shooting_pct": 0.526,
"efficiency": 289,
"field_goals_at_rim_made": 40,
"field_goals_at_rim_att": 69,
"field_goals_at_rim_pct": 0.58,
"field_goals_at_midrange_made": 12,
"field_goals_at_midrange_att": 37,
"field_goals_at_midrange_pct": 0.324,
"usage_pct": 17.65,
"points_off_turnovers": 47,
"points_in_paint": 142,
"points_in_paint_made": 71,
"points_in_paint_att": 133,
"points_in_paint_pct": 0.534,
"effective_fg_pct": 0.477,
"double_doubles": 5,
"triple_doubles": 0,
"fouls_drawn": 77,
"offensive_fouls": 6,
"fast_break_pts": 29,
"fast_break_att": 24,
"fast_break_made": 14,
"fast_break_pct": 0.583,
"coach_ejections": 0,
"second_chance_pct": 0.576,
"second_chance_pts": 42,
"second_chance_att": 33,
"second_chance_made": 19,
"minus": 1339,
"plus": 1218,
"coach_tech_fouls": 0
},
"average": {
"minutes": 25.4,
"points": 8.8,
"off_rebounds": 1.88,
"def_rebounds": 4.75,
"rebounds": 6.63,
"assists": 1.9,
"steals": 0.63,
"blocks": 0.54,
"turnovers": 2.13,
"personal_fouls": 2.46,
"flagrant_fouls": 0,
"blocked_att": 0.46,
"field_goals_made": 3.5,
"field_goals_att": 7.38,
"three_points_made": 0.04,
"three_points_att": 0.29,
"free_throws_made": 1.71,
"free_throws_att": 2.13,
"two_points_made": 3.46,
"two_points_att": 7.08,
"efficiency": 12.04,
"true_shooting_att": 8.31,
"points_off_turnovers": 1.96,
"points_in_paint_made": 2.96,
"points_in_paint_att": 5.54,
"points_in_paint": 5.92,
"fouls_drawn": 3.21,
"offensive_fouls": 0.25,
"fast_break_pts": 1.21,
"fast_break_att": 1,
"fast_break_made": 0.58,
"second_chance_pts": 1.75,
"second_chance_att": 1.38,
"second_chance_made": 0.79
}
},
{
"id": "0699edf3-5993-4182-b9b4-ec935cbd4fcc",
"name": "Mercury",
"market": "Phoenix",
"alias": "PHX",
"sr_id": "sr:team:3444",
"reference": "1611661317",
"total": {
"games_played": 13,
"games_started": 2,
"minutes": 234,
"field_goals_made": 23,
"field_goals_att": 53,
"field_goals_pct": 0.434,
"two_points_made": 21,
"two_points_att": 46,
"two_points_pct": 0.457,
"three_points_made": 2,
"three_points_att": 7,
"three_points_pct": 0.286,
"blocked_att": 5,
"free_throws_made": 16,
"free_throws_att": 20,
"free_throws_pct": 0.8,
"offensive_rebounds": 20,
"defensive_rebounds": 34,
"rebounds": 54,
"assists": 7,
"turnovers": 14,
"assists_turnover_ratio": 0.5,
"steals": 12,
"blocks": 6,
"personal_fouls": 25,
"tech_fouls": 0,
"points": 64,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 61.8,
"true_shooting_pct": 0.518,
"efficiency": 95,
"field_goals_at_rim_made": 14,
"field_goals_at_rim_att": 23,
"field_goals_at_rim_pct": 0.609,
"field_goals_at_midrange_made": 2,
"field_goals_at_midrange_att": 5,
"field_goals_at_midrange_pct": 0.4,
"usage_pct": 14.87,
"points_off_turnovers": 14,
"points_in_paint": 38,
"points_in_paint_made": 19,
"points_in_paint_att": 41,
"points_in_paint_pct": 0.463,
"effective_fg_pct": 0.453,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 20,
"offensive_fouls": 2,
"fast_break_pts": 10,
"fast_break_att": 6,
"fast_break_made": 3,
"fast_break_pct": 0.5,
"coach_ejections": 0,
"second_chance_pct": 0.583,
"second_chance_pts": 14,
"second_chance_att": 12,
"second_chance_made": 7,
"minus": 483,
"plus": 429,
"coach_tech_fouls": 0
},
"average": {
"minutes": 18,
"points": 4.9,
"off_rebounds": 1.54,
"def_rebounds": 2.62,
"rebounds": 4.15,
"assists": 0.5,
"steals": 0.92,
"blocks": 0.46,
"turnovers": 1.08,
"personal_fouls": 1.92,
"flagrant_fouls": 0,
"blocked_att": 0.38,
"field_goals_made": 1.77,
"field_goals_att": 4.08,
"three_points_made": 0.15,
"three_points_att": 0.54,
"free_throws_made": 1.23,
"free_throws_att": 1.54,
"two_points_made": 1.62,
"two_points_att": 3.54,
"efficiency": 7.31,
"true_shooting_att": 4.75,
"points_off_turnovers": 1.08,
"points_in_paint_made": 1.46,
"points_in_paint_att": 3.15,
"points_in_paint": 2.92,
"fouls_drawn": 1.54,
"offensive_fouls": 0.15,
"fast_break_pts": 0.77,
"fast_break_att": 0.46,
"fast_break_made": 0.23,
"second_chance_pts": 1.08,
"second_chance_att": 0.92,
"second_chance_made": 0.54
}
}
]
},
{
"id": "11ed6ba1-6026-42f0-8a82-3da8a5e8c753",
"year": 2024,
"type": "PST",
"teams": [
{
"id": "0699edf3-5993-4182-b9b4-ec935cbd4fcc",
"name": "Mercury",
"market": "Phoenix",
"alias": "PHX",
"sr_id": "sr:team:3444",
"reference": "1611661317",
"total": {
"games_played": 2,
"games_started": 0,
"minutes": 28,
"field_goals_made": 4,
"field_goals_att": 5,
"field_goals_pct": 0.8,
"two_points_made": 4,
"two_points_att": 5,
"two_points_pct": 0.8,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 0,
"free_throws_made": 0,
"free_throws_att": 1,
"free_throws_pct": 0,
"offensive_rebounds": 4,
"defensive_rebounds": 3,
"rebounds": 7,
"assists": 1,
"turnovers": 0,
"assists_turnover_ratio": 0,
"steals": 1,
"blocks": 0,
"personal_fouls": 2,
"tech_fouls": 0,
"points": 8,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 5.44,
"true_shooting_pct": 0.735,
"efficiency": 15,
"field_goals_at_rim_made": 3,
"field_goals_at_rim_att": 4,
"field_goals_at_rim_pct": 0.75,
"field_goals_at_midrange_made": 0,
"field_goals_at_midrange_att": 0,
"field_goals_at_midrange_pct": 0,
"usage_pct": 8.73,
"points_off_turnovers": 0,
"points_in_paint": 8,
"points_in_paint_made": 4,
"points_in_paint_att": 5,
"points_in_paint_pct": 0.8,
"effective_fg_pct": 0.8,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 1,
"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": 1,
"second_chance_pts": 8,
"second_chance_att": 4,
"second_chance_made": 4,
"minus": 67,
"plus": 70,
"coach_tech_fouls": 0
},
"average": {
"minutes": 14,
"points": 4,
"off_rebounds": 2,
"def_rebounds": 1.5,
"rebounds": 3.5,
"assists": 0.5,
"steals": 0.5,
"blocks": 0,
"turnovers": 0,
"personal_fouls": 1,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 2,
"field_goals_att": 2.5,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 0,
"free_throws_att": 0.5,
"two_points_made": 2,
"two_points_att": 2.5,
"efficiency": 7.5,
"true_shooting_att": 2.72,
"points_off_turnovers": 0,
"points_in_paint_made": 2,
"points_in_paint_att": 2.5,
"points_in_paint": 4,
"fouls_drawn": 0.5,
"offensive_fouls": 0,
"fast_break_pts": 0,
"fast_break_att": 0,
"fast_break_made": 0,
"second_chance_pts": 4,
"second_chance_att": 2,
"second_chance_made": 2
}
}
]
},
{
"id": "6d989f83-e285-4fee-932a-98377c818b8a",
"year": 2024,
"type": "PRE",
"teams": [
{
"id": "0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9",
"name": "Sparks",
"market": "Los Angeles",
"alias": "LAS",
"sr_id": "sr:team:3447",
"reference": "1611661320",
"total": {
"games_played": 2,
"games_started": 0,
"minutes": 17,
"field_goals_made": 2,
"field_goals_att": 2,
"field_goals_pct": 1,
"two_points_made": 2,
"two_points_att": 2,
"two_points_pct": 1,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 0,
"free_throws_made": 2,
"free_throws_att": 2,
"free_throws_pct": 1,
"offensive_rebounds": 2,
"defensive_rebounds": 10,
"rebounds": 12,
"assists": 1,
"turnovers": 2,
"assists_turnover_ratio": 0.5,
"steals": 0,
"blocks": 1,
"personal_fouls": 3,
"tech_fouls": 0,
"points": 6,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 2.88,
"true_shooting_pct": 1.042,
"efficiency": 18,
"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": 12.12,
"points_off_turnovers": 2,
"points_in_paint": 4,
"points_in_paint_made": 2,
"points_in_paint_att": 2,
"points_in_paint_pct": 1,
"effective_fg_pct": 1,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 1,
"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": 1,
"second_chance_pts": 4,
"second_chance_att": 2,
"second_chance_made": 2,
"minus": 36,
"plus": 45,
"coach_tech_fouls": 0
},
"average": {
"minutes": 8.5,
"points": 3,
"off_rebounds": 1,
"def_rebounds": 5,
"rebounds": 6,
"assists": 0.5,
"steals": 0,
"blocks": 0.5,
"turnovers": 1,
"personal_fouls": 1.5,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 1,
"field_goals_att": 1,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 1,
"free_throws_att": 1,
"two_points_made": 1,
"two_points_att": 1,
"efficiency": 9,
"true_shooting_att": 1.44,
"points_off_turnovers": 1,
"points_in_paint_made": 1,
"points_in_paint_att": 1,
"points_in_paint": 2,
"fouls_drawn": 0.5,
"offensive_fouls": 0,
"fast_break_pts": 0,
"fast_break_att": 0,
"fast_break_made": 0,
"second_chance_pts": 2,
"second_chance_att": 1,
"second_chance_made": 1
}
}
]
},
{
"id": "825bcfa1-45a6-4d71-91d9-c9f46ec11a0e",
"year": 2023,
"type": "REG",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 39,
"games_started": 9,
"minutes": 653,
"field_goals_made": 68,
"field_goals_att": 167,
"field_goals_pct": 0.407,
"two_points_made": 68,
"two_points_att": 163,
"two_points_pct": 0.417,
"three_points_made": 0,
"three_points_att": 4,
"three_points_pct": 0,
"blocked_att": 20,
"free_throws_made": 51,
"free_throws_att": 61,
"free_throws_pct": 0.836,
"offensive_rebounds": 53,
"defensive_rebounds": 141,
"rebounds": 194,
"assists": 30,
"turnovers": 38,
"assists_turnover_ratio": 0.79,
"steals": 16,
"blocks": 12,
"personal_fouls": 76,
"tech_fouls": 0,
"points": 187,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 193.84,
"true_shooting_pct": 0.482,
"efficiency": 292,
"field_goals_at_rim_made": 38,
"field_goals_at_rim_att": 65,
"field_goals_at_rim_pct": 0.585,
"field_goals_at_midrange_made": 16,
"field_goals_at_midrange_att": 36,
"field_goals_at_midrange_pct": 0.444,
"usage_pct": 15.54,
"points_off_turnovers": 49,
"points_in_paint": 104,
"points_in_paint_made": 52,
"points_in_paint_att": 127,
"points_in_paint_pct": 0.409,
"effective_fg_pct": 0.407,
"double_doubles": 2,
"triple_doubles": 0,
"fouls_drawn": 68,
"offensive_fouls": 14,
"fast_break_pts": 34,
"fast_break_att": 23,
"fast_break_made": 14,
"fast_break_pct": 0.609,
"coach_ejections": 0,
"second_chance_pct": 0.424,
"second_chance_pts": 43,
"second_chance_att": 33,
"second_chance_made": 14,
"minus": 1356,
"plus": 1318,
"coach_tech_fouls": 0
},
"average": {
"minutes": 16.7,
"points": 4.8,
"off_rebounds": 1.36,
"def_rebounds": 3.62,
"rebounds": 4.97,
"assists": 0.8,
"steals": 0.41,
"blocks": 0.31,
"turnovers": 0.97,
"personal_fouls": 1.95,
"flagrant_fouls": 0,
"blocked_att": 0.51,
"field_goals_made": 1.74,
"field_goals_att": 4.28,
"three_points_made": 0,
"three_points_att": 0.1,
"free_throws_made": 1.31,
"free_throws_att": 1.56,
"two_points_made": 1.74,
"two_points_att": 4.18,
"efficiency": 7.49,
"true_shooting_att": 4.97,
"points_off_turnovers": 1.26,
"points_in_paint_made": 1.33,
"points_in_paint_att": 3.26,
"points_in_paint": 2.67,
"fouls_drawn": 1.74,
"offensive_fouls": 0.36,
"fast_break_pts": 0.87,
"fast_break_att": 0.59,
"fast_break_made": 0.36,
"second_chance_pts": 1.1,
"second_chance_att": 0.85,
"second_chance_made": 0.36
}
}
]
},
{
"id": "ecc325e8-e6ff-4c8b-a256-6554290a6ef7",
"year": 2023,
"type": "PST",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 2,
"games_started": 2,
"minutes": 47,
"field_goals_made": 2,
"field_goals_att": 7,
"field_goals_pct": 0.286,
"two_points_made": 2,
"two_points_att": 7,
"two_points_pct": 0.286,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 1,
"free_throws_made": 5,
"free_throws_att": 8,
"free_throws_pct": 0.625,
"offensive_rebounds": 5,
"defensive_rebounds": 9,
"rebounds": 14,
"assists": 0,
"turnovers": 3,
"assists_turnover_ratio": 0,
"steals": 1,
"blocks": 0,
"personal_fouls": 5,
"tech_fouls": 0,
"points": 9,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 10.52,
"true_shooting_pct": 0.428,
"efficiency": 13,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 1,
"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": 12.02,
"points_off_turnovers": 0,
"points_in_paint": 4,
"points_in_paint_made": 2,
"points_in_paint_att": 7,
"points_in_paint_pct": 0.286,
"effective_fg_pct": 0.286,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 5,
"offensive_fouls": 1,
"fast_break_pts": 0,
"fast_break_att": 1,
"fast_break_made": 0,
"fast_break_pct": 0,
"coach_ejections": 0,
"second_chance_pct": 0.333,
"second_chance_pts": 7,
"second_chance_att": 3,
"second_chance_made": 1,
"minus": 101,
"plus": 81,
"coach_tech_fouls": 0
},
"average": {
"minutes": 23.5,
"points": 4.5,
"off_rebounds": 2.5,
"def_rebounds": 4.5,
"rebounds": 7,
"assists": 0,
"steals": 0.5,
"blocks": 0,
"turnovers": 1.5,
"personal_fouls": 2.5,
"flagrant_fouls": 0,
"blocked_att": 0.5,
"field_goals_made": 1,
"field_goals_att": 3.5,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 2.5,
"free_throws_att": 4,
"two_points_made": 1,
"two_points_att": 3.5,
"efficiency": 6.5,
"true_shooting_att": 5.26,
"points_off_turnovers": 0,
"points_in_paint_made": 1,
"points_in_paint_att": 3.5,
"points_in_paint": 2,
"fouls_drawn": 2.5,
"offensive_fouls": 0.5,
"fast_break_pts": 0,
"fast_break_att": 0.5,
"fast_break_made": 0,
"second_chance_pts": 3.5,
"second_chance_att": 1.5,
"second_chance_made": 0.5
}
}
]
},
{
"id": "56c66e03-5c3c-4bb5-9cc1-b5ac23978ceb",
"year": 2023,
"type": "PRE",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 1,
"games_started": 1,
"minutes": 17,
"field_goals_made": 3,
"field_goals_att": 8,
"field_goals_pct": 0.375,
"two_points_made": 3,
"two_points_att": 8,
"two_points_pct": 0.375,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 1,
"free_throws_made": 0,
"free_throws_att": 1,
"free_throws_pct": 0,
"offensive_rebounds": 0,
"defensive_rebounds": 6,
"rebounds": 6,
"assists": 1,
"turnovers": 1,
"assists_turnover_ratio": 1,
"steals": 1,
"blocks": 2,
"personal_fouls": 5,
"tech_fouls": 0,
"points": 6,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 8.44,
"true_shooting_pct": 0.355,
"efficiency": 9,
"field_goals_at_rim_made": 2,
"field_goals_at_rim_att": 4,
"field_goals_at_rim_pct": 0.5,
"field_goals_at_midrange_made": 0,
"field_goals_at_midrange_att": 0,
"field_goals_at_midrange_pct": 0,
"usage_pct": 21.93,
"points_off_turnovers": 2,
"points_in_paint": 6,
"points_in_paint_made": 3,
"points_in_paint_att": 8,
"points_in_paint_pct": 0.375,
"effective_fg_pct": 0.375,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 2,
"offensive_fouls": 1,
"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": 39,
"plus": 33,
"coach_tech_fouls": 0
},
"average": {
"minutes": 17,
"points": 6,
"off_rebounds": 0,
"def_rebounds": 6,
"rebounds": 6,
"assists": 1,
"steals": 1,
"blocks": 2,
"turnovers": 1,
"personal_fouls": 5,
"flagrant_fouls": 0,
"blocked_att": 1,
"field_goals_made": 3,
"field_goals_att": 8,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 0,
"free_throws_att": 1,
"two_points_made": 3,
"two_points_att": 8,
"efficiency": 9,
"true_shooting_att": 8.44,
"points_off_turnovers": 2,
"points_in_paint_made": 3,
"points_in_paint_att": 8,
"points_in_paint": 6,
"fouls_drawn": 2,
"offensive_fouls": 1,
"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": "73f9bbde-1a9a-4ae3-95d7-125df431bdda",
"year": 2022,
"type": "REG",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 23,
"games_started": 8,
"minutes": 401,
"field_goals_made": 55,
"field_goals_att": 117,
"field_goals_pct": 0.47,
"two_points_made": 55,
"two_points_att": 116,
"two_points_pct": 0.474,
"three_points_made": 0,
"three_points_att": 1,
"three_points_pct": 0,
"blocked_att": 10,
"free_throws_made": 39,
"free_throws_att": 51,
"free_throws_pct": 0.765,
"offensive_rebounds": 45,
"defensive_rebounds": 101,
"rebounds": 146,
"assists": 26,
"turnovers": 31,
"assists_turnover_ratio": 0.84,
"steals": 19,
"blocks": 8,
"personal_fouls": 54,
"tech_fouls": 0,
"points": 149,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 1,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 139.44,
"true_shooting_pct": 0.534,
"efficiency": 243,
"field_goals_at_rim_made": 30,
"field_goals_at_rim_att": 50,
"field_goals_at_rim_pct": 0.6,
"field_goals_at_midrange_made": 10,
"field_goals_at_midrange_att": 29,
"field_goals_at_midrange_pct": 0.345,
"usage_pct": 18.76,
"points_off_turnovers": 40,
"points_in_paint": 90,
"points_in_paint_made": 45,
"points_in_paint_att": 87,
"points_in_paint_pct": 0.517,
"effective_fg_pct": 0.47,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 47,
"offensive_fouls": 6,
"fast_break_pts": 30,
"fast_break_att": 17,
"fast_break_made": 12,
"fast_break_pct": 0.706,
"coach_ejections": 0,
"second_chance_pct": 0.478,
"second_chance_pts": 26,
"second_chance_att": 23,
"second_chance_made": 11,
"minus": 810,
"plus": 801,
"coach_tech_fouls": 0
},
"average": {
"minutes": 17.4,
"points": 6.5,
"off_rebounds": 1.96,
"def_rebounds": 4.39,
"rebounds": 6.35,
"assists": 1.1,
"steals": 0.83,
"blocks": 0.35,
"turnovers": 1.35,
"personal_fouls": 2.35,
"flagrant_fouls": 0,
"blocked_att": 0.43,
"field_goals_made": 2.39,
"field_goals_att": 5.09,
"three_points_made": 0,
"three_points_att": 0.04,
"free_throws_made": 1.7,
"free_throws_att": 2.22,
"two_points_made": 2.39,
"two_points_att": 5.04,
"efficiency": 10.57,
"true_shooting_att": 6.06,
"points_off_turnovers": 1.74,
"points_in_paint_made": 1.96,
"points_in_paint_att": 3.78,
"points_in_paint": 3.91,
"fouls_drawn": 2.04,
"offensive_fouls": 0.26,
"fast_break_pts": 1.3,
"fast_break_att": 0.74,
"fast_break_made": 0.52,
"second_chance_pts": 1.13,
"second_chance_att": 1,
"second_chance_made": 0.48
}
}
]
},
{
"id": "b7bede4b-e9a1-4afa-977f-381f6653c677",
"year": 2022,
"type": "PRE",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 2,
"games_started": 1,
"minutes": 37,
"field_goals_made": 3,
"field_goals_att": 16,
"field_goals_pct": 0.188,
"two_points_made": 3,
"two_points_att": 16,
"two_points_pct": 0.188,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 4,
"free_throws_made": 5,
"free_throws_att": 8,
"free_throws_pct": 0.625,
"offensive_rebounds": 7,
"defensive_rebounds": 8,
"rebounds": 15,
"assists": 1,
"turnovers": 2,
"assists_turnover_ratio": 0.5,
"steals": 4,
"blocks": 3,
"personal_fouls": 5,
"tech_fouls": 0,
"points": 11,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 19.52,
"true_shooting_pct": 0.282,
"efficiency": 16,
"field_goals_at_rim_made": 2,
"field_goals_at_rim_att": 5,
"field_goals_at_rim_pct": 0.4,
"field_goals_at_midrange_made": 0,
"field_goals_at_midrange_att": 1,
"field_goals_at_midrange_pct": 0,
"usage_pct": 26.29,
"points_off_turnovers": 2,
"points_in_paint": 6,
"points_in_paint_made": 3,
"points_in_paint_att": 15,
"points_in_paint_pct": 0.2,
"effective_fg_pct": 0.188,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 5,
"offensive_fouls": 2,
"fast_break_pts": 0,
"fast_break_att": 0,
"fast_break_made": 0,
"fast_break_pct": 0,
"coach_ejections": 0,
"second_chance_pct": 0.4,
"second_chance_pts": 4,
"second_chance_att": 5,
"second_chance_made": 2,
"minus": 79,
"plus": 74,
"coach_tech_fouls": 0
},
"average": {
"minutes": 18.5,
"points": 5.5,
"off_rebounds": 3.5,
"def_rebounds": 4,
"rebounds": 7.5,
"assists": 0.5,
"steals": 2,
"blocks": 1.5,
"turnovers": 1,
"personal_fouls": 2.5,
"flagrant_fouls": 0,
"blocked_att": 2,
"field_goals_made": 1.5,
"field_goals_att": 8,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 2.5,
"free_throws_att": 4,
"two_points_made": 1.5,
"two_points_att": 8,
"efficiency": 8,
"true_shooting_att": 9.76,
"points_off_turnovers": 1,
"points_in_paint_made": 1.5,
"points_in_paint_att": 7.5,
"points_in_paint": 3,
"fouls_drawn": 2.5,
"offensive_fouls": 1,
"fast_break_pts": 0,
"fast_break_att": 0,
"fast_break_made": 0,
"second_chance_pts": 2,
"second_chance_att": 2.5,
"second_chance_made": 1
}
}
]
},
{
"id": "055be57a-883d-4aad-9797-1c96c4c879bd",
"year": 2021,
"type": "REG",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 31,
"games_started": 9,
"minutes": 739,
"field_goals_made": 100,
"field_goals_att": 202,
"field_goals_pct": 0.495,
"two_points_made": 100,
"two_points_att": 200,
"two_points_pct": 0.5,
"three_points_made": 0,
"three_points_att": 2,
"three_points_pct": 0,
"blocked_att": 16,
"free_throws_made": 52,
"free_throws_att": 77,
"free_throws_pct": 0.675,
"offensive_rebounds": 88,
"defensive_rebounds": 112,
"rebounds": 200,
"assists": 32,
"turnovers": 44,
"assists_turnover_ratio": 0.73,
"steals": 37,
"blocks": 32,
"personal_fouls": 79,
"tech_fouls": 0,
"points": 252,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 235.88,
"true_shooting_pct": 0.534,
"efficiency": 382,
"field_goals_at_rim_made": 52,
"field_goals_at_rim_att": 86,
"field_goals_at_rim_pct": 0.605,
"field_goals_at_midrange_made": 23,
"field_goals_at_midrange_att": 50,
"field_goals_at_midrange_pct": 0.46,
"usage_pct": 16.69,
"points_off_turnovers": 56,
"points_in_paint": 154,
"points_in_paint_made": 77,
"points_in_paint_att": 151,
"points_in_paint_pct": 0.51,
"effective_fg_pct": 0.495,
"double_doubles": 4,
"triple_doubles": 0,
"fouls_drawn": 72,
"offensive_fouls": 14,
"fast_break_pts": 49,
"fast_break_att": 23,
"fast_break_made": 18,
"fast_break_pct": 0.783,
"coach_ejections": 0,
"second_chance_pct": 0.55,
"second_chance_pts": 55,
"second_chance_att": 40,
"second_chance_made": 22,
"minus": 1513,
"plus": 1427,
"coach_tech_fouls": 0
},
"average": {
"minutes": 23.8,
"points": 8.1,
"off_rebounds": 2.84,
"def_rebounds": 3.61,
"rebounds": 6.45,
"assists": 1,
"steals": 1.19,
"blocks": 1.03,
"turnovers": 1.42,
"personal_fouls": 2.55,
"flagrant_fouls": 0,
"blocked_att": 0.52,
"field_goals_made": 3.23,
"field_goals_att": 6.52,
"three_points_made": 0,
"three_points_att": 0.06,
"free_throws_made": 1.68,
"free_throws_att": 2.48,
"two_points_made": 3.23,
"two_points_att": 6.45,
"efficiency": 12.32,
"true_shooting_att": 7.61,
"points_off_turnovers": 1.81,
"points_in_paint_made": 2.48,
"points_in_paint_att": 4.87,
"points_in_paint": 4.97,
"fouls_drawn": 2.32,
"offensive_fouls": 0.45,
"fast_break_pts": 1.58,
"fast_break_att": 0.74,
"fast_break_made": 0.58,
"second_chance_pts": 1.77,
"second_chance_att": 1.29,
"second_chance_made": 0.71
}
}
]
},
{
"id": "15814819-5806-407c-acea-30000a023d91",
"year": 2021,
"type": "PRE",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 1,
"games_started": 0,
"minutes": 14,
"field_goals_made": 5,
"field_goals_att": 7,
"field_goals_pct": 0.714,
"two_points_made": 5,
"two_points_att": 6,
"two_points_pct": 0.833,
"three_points_made": 0,
"three_points_att": 1,
"three_points_pct": 0,
"blocked_att": 0,
"free_throws_made": 3,
"free_throws_att": 6,
"free_throws_pct": 0.5,
"offensive_rebounds": 2,
"defensive_rebounds": 5,
"rebounds": 7,
"assists": 1,
"turnovers": 2,
"assists_turnover_ratio": 0.5,
"steals": 1,
"blocks": 0,
"personal_fouls": 2,
"tech_fouls": 0,
"points": 13,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 9.64,
"true_shooting_pct": 0.674,
"efficiency": 15,
"field_goals_at_rim_made": 2,
"field_goals_at_rim_att": 2,
"field_goals_at_rim_pct": 1,
"field_goals_at_midrange_made": 1,
"field_goals_at_midrange_att": 1,
"field_goals_at_midrange_pct": 1,
"usage_pct": 33.15,
"points_off_turnovers": 4,
"points_in_paint": 8,
"points_in_paint_made": 4,
"points_in_paint_att": 5,
"points_in_paint_pct": 0.8,
"effective_fg_pct": 0.714,
"double_doubles": 0,
"triple_doubles": 0,
"fouls_drawn": 5,
"offensive_fouls": 2,
"fast_break_pts": 4,
"fast_break_att": 3,
"fast_break_made": 2,
"fast_break_pct": 0.667,
"coach_ejections": 0,
"second_chance_pct": 0,
"second_chance_pts": 2,
"second_chance_att": 0,
"second_chance_made": 0,
"minus": 22,
"plus": 30,
"coach_tech_fouls": 0
},
"average": {
"minutes": 14,
"points": 13,
"off_rebounds": 2,
"def_rebounds": 5,
"rebounds": 7,
"assists": 1,
"steals": 1,
"blocks": 0,
"turnovers": 2,
"personal_fouls": 2,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 5,
"field_goals_att": 7,
"three_points_made": 0,
"three_points_att": 1,
"free_throws_made": 3,
"free_throws_att": 6,
"two_points_made": 5,
"two_points_att": 6,
"efficiency": 15,
"true_shooting_att": 9.64,
"points_off_turnovers": 4,
"points_in_paint_made": 4,
"points_in_paint_att": 5,
"points_in_paint": 8,
"fouls_drawn": 5,
"offensive_fouls": 2,
"fast_break_pts": 4,
"fast_break_att": 3,
"fast_break_made": 2,
"second_chance_pts": 2,
"second_chance_att": 0,
"second_chance_made": 0
}
}
]
},
{
"id": "53c22917-5467-48ff-ad7f-fa9bdf0c0d91",
"year": 2020,
"type": "REG",
"teams": [
{
"id": "5d70a9af-8c2b-4aec-9e68-9acc6ddb93e4",
"name": "Dream",
"market": "Atlanta",
"alias": "ATL",
"sr_id": "sr:team:35545",
"reference": "1611661330",
"total": {
"games_played": 22,
"games_started": 16,
"minutes": 596,
"field_goals_made": 68,
"field_goals_att": 170,
"field_goals_pct": 0.4,
"two_points_made": 68,
"two_points_att": 170,
"two_points_pct": 0.4,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 11,
"free_throws_made": 51,
"free_throws_att": 67,
"free_throws_pct": 0.761,
"offensive_rebounds": 58,
"defensive_rebounds": 129,
"rebounds": 187,
"assists": 27,
"turnovers": 42,
"assists_turnover_ratio": 0.64,
"steals": 24,
"blocks": 18,
"personal_fouls": 62,
"tech_fouls": 0,
"points": 187,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 1,
"tech_fouls_non_unsportsmanlike": 0,
"true_shooting_att": 199.48,
"true_shooting_pct": 0.469,
"efficiency": 283,
"field_goals_at_rim_made": 27,
"field_goals_at_rim_att": 47,
"field_goals_at_rim_pct": 0.574,
"field_goals_at_midrange_made": 13,
"field_goals_at_midrange_att": 47,
"field_goals_at_midrange_pct": 0.277,
"usage_pct": 17.62,
"points_off_turnovers": 32,
"points_in_paint": 112,
"points_in_paint_made": 56,
"points_in_paint_att": 124,
"points_in_paint_pct": 0.452,
"effective_fg_pct": 0.4,
"double_doubles": 4,
"triple_doubles": 0,
"fouls_drawn": 85,
"offensive_fouls": 13,
"fast_break_pts": 18,
"fast_break_att": 11,
"fast_break_made": 9,
"fast_break_pct": 0.818,
"coach_ejections": 0,
"second_chance_pct": 0.438,
"second_chance_pts": 45,
"second_chance_att": 32,
"second_chance_made": 14,
"minus": 1280,
"plus": 1202,
"coach_tech_fouls": 0
},
"average": {
"minutes": 27.1,
"points": 8.5,
"off_rebounds": 2.64,
"def_rebounds": 5.86,
"rebounds": 8.5,
"assists": 1.2,
"steals": 1.09,
"blocks": 0.82,
"turnovers": 1.91,
"personal_fouls": 2.82,
"flagrant_fouls": 0,
"blocked_att": 0.5,
"field_goals_made": 3.09,
"field_goals_att": 7.73,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 2.32,
"free_throws_att": 3.05,
"two_points_made": 3.09,
"two_points_att": 7.73,
"efficiency": 12.86,
"true_shooting_att": 9.07,
"points_off_turnovers": 1.45,
"points_in_paint_made": 2.55,
"points_in_paint_att": 5.64,
"points_in_paint": 5.09,
"fouls_drawn": 3.86,
"offensive_fouls": 0.59,
"fast_break_pts": 0.82,
"fast_break_att": 0.5,
"fast_break_made": 0.41,
"second_chance_pts": 2.05,
"second_chance_att": 1.45,
"second_chance_made": 0.64
}
}
]
},
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 Game 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/wnba/{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 WNBA season. It is always the year the season began. So, use2020
for the 2020 season.season_type
- This parameter represents the type of season asPRE
(Preseason),REG
(Regular Season),PST
(Post-season) ,CC
(Commissioner's Cup). So, useREG
for regular season.
2020 Regular Season Schedule:
https://api.sportradar.com/wnba/trial/v8/en/games/2020/REG/schedule.json
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v8.0.xsd" id="59c24590-0adb-4b3d-80a8-10450f83f4a1" name="WNBA" alias="WNBA">
<season-schedule id="53c22917-5467-48ff-ad7f-fa9bdf0c0d91" year="2020" type="REG">
<games>
<game id="e5323808-6daf-4c33-be14-b04c3f8a62a8" status="closed" coverage="full" scheduled="2020-07-25T16:00:00Z" home_points="71" away_points="87" track_on_court="true" sr_id="sr:match:22718691" reference="1022001001" home_team="08ed8274-e29f-4248-bc2e-83cc8ed18d75" away_team="d6a012ed-84aa-48d3-8265-2d3f3ff2199a">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Pacific"/>
<venue id="a314311e-6e27-4cb1-b6ff-c92cfe04ef12" name="WNBA Court 1" capacity="1500" address="5650 Bollettieri Blvd" city="Bradenton" state="FL" zip="34210" country="USA" sr_id="sr:venue:33156"/>
<home name="New York Liberty" alias="NYL" id="08ed8274-e29f-4248-bc2e-83cc8ed18d75" sr_id="sr:team:3446">
</home>
<away name="Seattle Storm" alias="SEA" id="d6a012ed-84aa-48d3-8265-2d3f3ff2199a" sr_id="sr:team:3448">
</away>
<broadcasts>
<broadcast network="ESPN" type="TV" locale="National" channel="206"/>
</broadcasts>
</game>
<game id="2f816fa8-bd98-491a-91d1-5d090be1826e" status="closed" coverage="full" scheduled="2020-07-25T19:00:00Z" home_points="76" away_points="99" track_on_court="true" sr_id="sr:match:22718693" reference="1022001002" home_team="0699edf3-5993-4182-b9b4-ec935cbd4fcc" away_team="0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9">
<time_zones venue="US/Eastern" home="US/Arizona" away="US/Pacific"/>
<venue id="a314311e-6e27-4cb1-b6ff-c92cfe04ef12" name="WNBA Court 1" capacity="1500" address="5650 Bollettieri Blvd" city="Bradenton" state="FL" zip="34210" country="USA" sr_id="sr:venue:33156"/>
<home name="Phoenix Mercury" alias="PHO" id="0699edf3-5993-4182-b9b4-ec935cbd4fcc" sr_id="sr:team:3444">
</home>
<away name="Los Angeles Sparks" alias="LAS" id="0a5ad38d-2fe3-43ba-894b-1ba3d5042ea9" sr_id="sr:team:3447">
</away>
<broadcasts>
<broadcast network="ABC" type="TV" locale="National"/>
</broadcasts>
</game>
<game id="9b433ccb-d601-4ba4-bd2f-8c06c553d0da" status="closed" coverage="full" scheduled="2020-07-25T21:00:00Z" home_points="101" away_points="76" track_on_court="true" sr_id="sr:match:22718695" reference="1022001003" home_team="5c0d47fe-8539-47b0-9f36-d0b3609ca89b" away_team="f073a15f-0486-4179-b0a3-dfd0294eb595">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="1f772a29-3231-4046-ba83-66687360210f" name="WNBA Court 2" capacity="1500" address="5650 Bollettieri Blvd" city="Bradenton" state="FL" zip="34210" country="USA" sr_id="sr:venue:33156"/>
<home name="Washington Mystics" alias="WAS" id="5c0d47fe-8539-47b0-9f36-d0b3609ca89b" sr_id="sr:team:3454">
</home>
<away name="Indiana Fever" alias="IND" id="f073a15f-0486-4179-b0a3-dfd0294eb595" sr_id="sr:team:3452">
</away>
<broadcasts>
<broadcast network="CBS Sports Network" type="TV" locale="National" channel="221"/>
</broadcasts>
</game>
<game id="ecdf2ba3-2915-46ff-9eed-8152a364f44f" status="closed" coverage="full" scheduled="2020-07-26T16:00:00Z" home_points="77" away_points="69" track_on_court="true" sr_id="sr:match:22718697" reference="1022001004" home_team="6f017f37-be96-4bdc-b6d3-0a0429c72e89" away_team="a015b02d-845c-40c1-8ef4-844984f47e4d">
<time_zones venue="US/Eastern" home="US/Central" away="US/Eastern"/>
<venue id="a314311e-6e27-4cb1-b6ff-c92cfe04ef12" name="WNBA Court 1" capacity="1500" address="5650 Bollettieri Blvd" city="Bradenton" state="FL" zip="34210" country="USA" sr_id="sr:venue:33156"/>
<home name="Minnesota Lynx" alias="MIN" id="6f017f37-be96-4bdc-b6d3-0a0429c72e89" sr_id="sr:team:3440">
</home>
<away name="Connecticut Sun" alias="CON" id="a015b02d-845c-40c1-8ef4-844984f47e4d" sr_id="sr:team:35547">
</away>
<broadcasts>
<broadcast network="ESPN" type="TV" locale="National" channel="206"/>
</broadcasts>
</game>
<game id="e1f5cde5-8487-468d-b924-ebfa1f6ed10d" status="closed" coverage="full" scheduled="2020-07-26T19:00:00Z" home_points="86" away_points="88" track_on_court="true" sr_id="sr:match:22718699" reference="1022001005" home_team="171b097d-01db-4ae8-9d56-035689402ec6" away_team="3c409388-ab73-4c7f-953d-3a71062240f6">
<time_zones venue="US/Eastern" home="US/Pacific" away="US/Central"/>
<venue id="a314311e-6e27-4cb1-b6ff-c92cfe04ef12" name="WNBA Court 1" capacity="1500" address="5650 Bollettieri Blvd" city="Bradenton" state="FL" zip="34210" country="USA" sr_id="sr:venue:33156"/>
<home name="Las Vegas Aces" alias="LVA" id="171b097d-01db-4ae8-9d56-035689402ec6" sr_id="sr:team:35550">
</home>
<away name="Chicago Sky" alias="CHI" id="3c409388-ab73-4c7f-953d-3a71062240f6" sr_id="sr:team:35546">
</away>
<broadcasts>
<broadcast network="ABC" type="TV" locale="National"/>
</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/wnba/trial/v8/en/games/e1f5cde5-8487-468d-b924-ebfa1f6ed10d/summary.json
Use this same retrieval method for all WNBA seasons, and interchange the Game feed as necessary depending on your need.
Catch statistical updates to past seasons by using the Daily Change Log.
Updated about 9 hours ago