Historical Data
Learn how to access Sportradar's historical NCAA Women's Basketball (NCAAWB) statistics.
Data Availability
Sportradar's NCAAWB API provides data going back to the 2013 season. Data is captured using proprietary software developed by Sportradar and gathered by in-house production operators who monitor games via broadcast video feeds.
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 NCAAWB API Change Log for more specifics on added data.
Data Accessibility
Historical Women's College Basketball statistics are available within the NCAAWB API. There is no separate API or add-on package at this time.
Any NCAAWB API feed which contains the season_year
parameter can be leveraged to retrieve historical statistics.
These feeds include:
- Daily Change Log
- Daily Schedule
- League Leaders
- Rankings (Current Week)
- Rankings (By Week)
- RPI Rankings
- Schedule
- Seasonal Statistics
- Standings
- Tournament List
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 Michigan Wolverines' 2020 regular season stats.
https://api.sportradar.com/ncaawb/{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 NCAAWB season. It is always the year the season began. So, use2020
for the 2020 season.season_type
- This parameter represents the type of season asCT
(Conference Tournament),REG
(Regular Season), andPST
(Postseason).team_id
- This parameter is the unique ID of an NCAAWB team. Find the Wolverines' unique ID in the League Hierarchy feed.
Final call:https://api.sportradar.com/ncaawb/trial/v8/en/seasons/2020/REG/teams/49931d63-9723-435e-afe4-6e578955ba9e/statistics.json?
This call will return the 2020 season stats for the Michigan Wolverines. 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="3" minutes="625.0" field_goals_made="83" field_goals_att="180" field_goals_pct="0.461" two_points_made="60" two_points_att="116" two_points_pct="0.517" three_points_made="23" three_points_att="64" three_points_pct="0.359" blocked_att="12" free_throws_made="43" free_throws_att="56" free_throws_pct="0.768" offensive_rebounds="27" defensive_rebounds="77" rebounds="104" assists="45" turnovers="47" assists_turnover_ratio="0.96" steals="23" blocks="7" personal_fouls="43" tech_fouls="0" points="232" fast_break_pts="24" flagrant_fouls="0" points_off_turnovers="40" second_chance_pts="39" ejections="0" foulouts="0" efficiency="254" points_in_paint="98" team_offensive_rebounds="0" team_defensive_rebounds="0" team_rebounds="13" total_rebounds="117" true_shooting_att="204.64" true_shooting_pct="0.567"/>
<average fast_break_pts="8.0" points_off_turnovers="13.33" second_chance_pts="13.0" minutes="208.3" points="77.3" off_rebounds="9.0" def_rebounds="25.67" rebounds="34.67" assists="15.0" steals="7.67" blocks="2.33" turnovers="15.67" personal_fouls="14.33" flagrant_fouls="0.0" blocked_att="4.0" field_goals_made="27.67" field_goals_att="60.0" three_points_made="7.67" three_points_att="21.33" free_throws_made="14.33" free_throws_att="18.67" two_points_made="20.0" two_points_att="38.67" points_in_paint="32.67" efficiency="84.67" true_shooting_att="68.21"/>
</overall>
<opponents>
<total games_played="3" minutes="625.0" field_goals_made="79" field_goals_att="187" field_goals_pct="0.422" two_points_made="65" two_points_att="134" two_points_pct="0.485" three_points_made="14" three_points_att="53" three_points_pct="0.264" blocked_att="7" free_throws_made="27" free_throws_att="42" free_throws_pct="0.643" offensive_rebounds="26" defensive_rebounds="62" rebounds="88" assists="31" turnovers="43" assists_turnover_ratio="0.72" steals="24" blocks="12" personal_fouls="53" tech_fouls="0" points="199" fast_break_pts="28" flagrant_fouls="0" points_off_turnovers="39" second_chance_pts="34" ejections="0" foulouts="1" efficiency="188" points_in_paint="110" team_offensive_rebounds="0" team_defensive_rebounds="0" team_rebounds="11" total_rebounds="99" true_shooting_att="205.48" true_shooting_pct="0.484"/>
<average fast_break_pts="9.33" points_off_turnovers="13.0" second_chance_pts="11.33" minutes="208.3" points="66.3" off_rebounds="8.67" def_rebounds="20.67" rebounds="29.33" assists="10.3" steals="8.0" blocks="4.0" turnovers="14.33" personal_fouls="17.67" flagrant_fouls="0.0" blocked_att="2.33" field_goals_made="26.33" field_goals_att="62.33" three_points_made="4.67" three_points_att="17.67" free_throws_made="9.0" free_throws_att="14.0" two_points_made="21.67" two_points_att="44.67" points_in_paint="36.67" efficiency="62.67" true_shooting_att="68.49"/>
</opponents>
<player_records>
<player id="019a0980-7317-4d20-9c51-92c7c7efb5d8" full_name="Leigha Brown" first_name="Leigha" last_name="Brown" position="G-F" primary_position="NA" jersey_number="32">
<overall>
<total games_played="3" games_started="3" minutes="106.0" field_goals_made="27" field_goals_att="45" field_goals_pct="0.6" two_points_made="26" two_points_att="40" two_points_pct="0.65" three_points_made="1" three_points_att="5" three_points_pct="0.2" blocked_att="2" free_throws_made="19" free_throws_att="21" free_throws_pct="0.905" offensive_rebounds="1" defensive_rebounds="14" rebounds="15" assists="8" turnovers="14" assists_turnover_ratio="0.57" steals="5" blocks="0" personal_fouls="8" tech_fouls="0" points="74" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="54.24" true_shooting_pct="0.682" efficiency="68"/>
<average minutes="35.3" points="24.7" off_rebounds="0.33" def_rebounds="4.67" rebounds="5.0" assists="2.7" steals="1.67" blocks="0.0" turnovers="4.67" personal_fouls="2.67" flagrant_fouls="0.0" blocked_att="0.67" field_goals_made="9.0" field_goals_att="15.0" three_points_made="0.33" three_points_att="1.67" free_throws_made="6.33" free_throws_att="7.0" two_points_made="8.67" two_points_att="13.33" efficiency="22.67" true_shooting_att="18.08"/>
</overall>
</player>
<player id="05339eff-c0ab-4f00-8e97-7155680b5694" full_name="Isabel Varejao" first_name="Izabel" last_name="Varejao" position="C" primary_position="NA" jersey_number="34">
<overall>
<total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0"/>
<average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0"/>
</overall>
</player>
<player id="093a8f8a-00af-4d2c-b9c5-2e5b450db4b4" full_name="Michelle Sidor" first_name="Michelle" last_name="Sidor" position="G" primary_position="NA" jersey_number="24">
<overall>
<total games_played="1" games_started="0" minutes="1.0" field_goals_made="1" field_goals_att="1" field_goals_pct="1.0" two_points_made="1" two_points_att="1" two_points_pct="1.0" 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="0" defensive_rebounds="1" rebounds="1" assists="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="2" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="1.44" true_shooting_pct="0.694" efficiency="2"/>
<average minutes="1.0" points="2.0" off_rebounds="0.0" def_rebounds="1.0" rebounds="1.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="1.0" field_goals_att="1.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="1.0" two_points_made="1.0" two_points_att="1.0" efficiency="2.0" true_shooting_att="1.44"/>
</overall>
</player>
<player id="16f38ce8-99d0-4156-a68b-c3ec0d78b8f3" full_name="Amy Dilk" first_name="Amy" last_name="Dilk" position="G" primary_position="NA" jersey_number="1">
<overall>
<total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0"/>
<average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0"/>
</overall>
</player>
<player id="18e0c577-e239-4d95-a9e7-d4969b79ff25" full_name="Akienreh Johnson" first_name="Akienreh" last_name="Johnson" position="G" primary_position="NA" jersey_number="14">
<overall>
<total games_played="3" games_started="3" minutes="117.0" field_goals_made="12" field_goals_att="39" field_goals_pct="0.308" two_points_made="7" two_points_att="22" two_points_pct="0.318" three_points_made="5" three_points_att="17" three_points_pct="0.294" blocked_att="3" free_throws_made="6" free_throws_att="10" free_throws_pct="0.6" offensive_rebounds="6" defensive_rebounds="14" rebounds="20" assists="12" turnovers="13" assists_turnover_ratio="0.92" steals="5" blocks="2" personal_fouls="5" tech_fouls="0" points="35" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="43.4" true_shooting_pct="0.403" efficiency="30"/>
<average minutes="39.0" points="11.7" off_rebounds="2.0" def_rebounds="4.67" rebounds="6.67" assists="4.0" steals="1.67" blocks="0.67" turnovers="4.33" personal_fouls="1.67" flagrant_fouls="0.0" blocked_att="1.0" field_goals_made="4.0" field_goals_att="13.0" three_points_made="1.67" three_points_att="5.67" free_throws_made="2.0" free_throws_att="3.33" two_points_made="2.33" two_points_att="7.33" efficiency="10.0" true_shooting_att="14.47"/>
</overall>
</player>
<player id="1dcc8849-d8c9-4d9b-811b-811e3dfcd0b4" full_name="Maddie Nolan" first_name="Maddie" last_name="Nolan" position="G" primary_position="NA" jersey_number="3">
<overall>
<total games_played="3" games_started="0" minutes="50.0" field_goals_made="5" field_goals_att="12" field_goals_pct="0.417" two_points_made="1" two_points_att="3" two_points_pct="0.333" three_points_made="4" three_points_att="9" three_points_pct="0.444" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="5" rebounds="5" assists="3" turnovers="3" assists_turnover_ratio="1.0" steals="2" blocks="1" personal_fouls="4" tech_fouls="0" points="14" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="12.0" true_shooting_pct="0.583" efficiency="15"/>
<average minutes="16.7" points="4.7" off_rebounds="0.0" def_rebounds="1.67" rebounds="1.67" assists="1.0" steals="0.67" blocks="0.33" turnovers="1.0" personal_fouls="1.33" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="1.67" field_goals_att="4.0" three_points_made="1.33" three_points_att="3.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.33" two_points_att="1.0" efficiency="5.0" true_shooting_att="4.0"/>
</overall>
</player>
<player id="378d24c6-ac08-4901-8f94-85e37365d969" full_name="Hailey Brown" first_name="Hailey" last_name="Brown" position="F" primary_position="NA" jersey_number="15">
<overall>
<total games_played="3" games_started="3" minutes="103.0" field_goals_made="11" field_goals_att="26" field_goals_pct="0.423" two_points_made="3" two_points_att="8" two_points_pct="0.375" three_points_made="8" three_points_att="18" three_points_pct="0.444" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="2" defensive_rebounds="9" rebounds="11" assists="5" turnovers="4" assists_turnover_ratio="1.25" steals="2" blocks="2" personal_fouls="5" tech_fouls="0" points="30" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="26.0" true_shooting_pct="0.577" efficiency="31"/>
<average minutes="34.3" points="10.0" off_rebounds="0.67" def_rebounds="3.0" rebounds="3.67" assists="1.7" steals="0.67" blocks="0.67" turnovers="1.33" personal_fouls="1.67" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="3.67" field_goals_att="8.67" three_points_made="2.67" three_points_att="6.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="1.0" two_points_att="2.67" efficiency="10.33" true_shooting_att="8.67"/>
</overall>
</player>
<player id="45082bb6-3a91-4fa5-b48a-9ddef536de2a" full_name="Naz Hillmon" first_name="Naz" last_name="Hillmon" position="F" primary_position="NA" jersey_number="00">
<overall>
<total games_played="3" games_started="3" minutes="112.0" field_goals_made="18" field_goals_att="35" field_goals_pct="0.514" two_points_made="18" two_points_att="35" two_points_pct="0.514" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="5" free_throws_made="13" free_throws_att="19" free_throws_pct="0.684" offensive_rebounds="12" defensive_rebounds="23" rebounds="35" assists="4" turnovers="6" assists_turnover_ratio="0.67" steals="2" blocks="1" personal_fouls="10" tech_fouls="0" points="49" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="43.36" true_shooting_pct="0.565" efficiency="62"/>
<average minutes="37.3" points="16.3" off_rebounds="4.0" def_rebounds="7.67" rebounds="11.67" assists="1.3" steals="0.67" blocks="0.33" turnovers="2.0" personal_fouls="3.33" flagrant_fouls="0.0" blocked_att="1.67" field_goals_made="6.0" field_goals_att="11.67" three_points_made="0.0" three_points_att="0.0" free_throws_made="4.33" free_throws_att="6.33" two_points_made="6.0" two_points_att="11.67" efficiency="20.67" true_shooting_att="14.45"/>
</overall>
</player>
<player id="51c5524e-9cc5-411c-8e6d-287760ed62ce" full_name="Meghan Fiso" first_name="Meghan" last_name="Fiso" position="G" primary_position="NA" jersey_number="13">
<overall>
<total games_played="1" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="0" turnovers="1" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="-1"/>
<average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="1.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="-1.0" true_shooting_att="0.0"/>
</overall>
</player>
<player id="7c6192aa-e160-4296-a476-b085e0886b24" full_name="Danielle Rauch" first_name="Danielle" last_name="Rauch" position="G" primary_position="NA" jersey_number="23">
<overall>
<total games_played="3" games_started="3" minutes="101.0" field_goals_made="6" field_goals_att="17" field_goals_pct="0.353" two_points_made="1" two_points_att="3" two_points_pct="0.333" three_points_made="5" three_points_att="14" three_points_pct="0.357" blocked_att="1" free_throws_made="5" free_throws_att="5" free_throws_pct="1.0" offensive_rebounds="3" defensive_rebounds="8" rebounds="11" assists="10" turnovers="5" assists_turnover_ratio="2.0" steals="6" blocks="0" personal_fouls="8" tech_fouls="0" points="22" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="19.2" true_shooting_pct="0.573" efficiency="33"/>
<average minutes="33.7" points="7.3" off_rebounds="1.0" def_rebounds="2.67" rebounds="3.67" assists="3.3" steals="2.0" blocks="0.0" turnovers="1.67" personal_fouls="2.67" flagrant_fouls="0.0" blocked_att="0.33" field_goals_made="2.0" field_goals_att="5.67" three_points_made="1.67" three_points_att="4.67" free_throws_made="1.67" free_throws_att="1.67" two_points_made="0.33" two_points_att="1.0" efficiency="11.0" true_shooting_att="6.4"/>
</overall>
</player>
<player id="7ec7e5d5-31a0-4e00-ac77-d7de8809609e" full_name="Cameron Williams" first_name="Cameron" last_name="Williams" position="F" primary_position="NA" jersey_number="44">
<overall>
<total games_played="1" games_started="0" minutes="1.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="1" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="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="1.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"/>
</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 and seasonal statistics for a specified player. Let's look at the syntax below and retrieve Azzi Fudd's seasonal stats.
https://api.sportradar.com/ncaawb/{access_level}/v8/{language_code}/players/{player_id}/profile.{format} |
To build this request, we will need Bueckers' 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 UConn Huskies, through the Hierarchy feed, a Schedule feed, or a Game feed. Use this unique team.id
to parse the Team Profile for Azzi Fudd's unique player.id
.
Final call: https://api.sportradar.com/ncaawb/trial/v8/en/players/0a98e1b1-81f5-4192-abcb-e41470818a29/profile.json
This call will return seasonal stats for Azzi Fudd's college career. 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="0a98e1b1-81f5-4192-abcb-e41470818a29" status="ACT" full_name="Azzi Fudd" first_name="Azzi" last_name="Fudd" abbr_name="A.Fudd" height="71" position="G" primary_position="NA" jersey_number="35" experience="GR" birth_place="Arlington, VA, USA" updated="2024-10-31T20:04:47Z">
<league id="affab7b6-647e-4304-bbe2-1f9d68cd0cea" name="NCAA WOMEN" alias="NCAAW"/>
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN"/>
<seasons>
<season id="a263b759-0702-45fb-803a-b1c0651da16f" year="2024" type="REG">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="34" games_started="30" minutes="899.0" field_goals_made="175" field_goals_att="369" field_goals_pct="0.474" two_points_made="96" two_points_att="188" two_points_pct="0.511" three_points_made="79" three_points_att="181" three_points_pct="0.436" blocked_att="11" free_throws_made="33" free_throws_att="36" free_throws_pct="0.917" offensive_rebounds="22" defensive_rebounds="46" rebounds="68" assists="61" turnovers="35" assists_turnover_ratio="1.74" steals="46" blocks="10" personal_fouls="36" tech_fouls="0" points="462" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="384.84" true_shooting_pct="0.6" efficiency="415" field_goals_at_rim_made="28" field_goals_at_rim_att="40" field_goals_at_rim_pct="0.7" field_goals_at_midrange_made="27" field_goals_at_midrange_att="67" field_goals_at_midrange_pct="0.403" usage_pct="23.85"/>
<average minutes="26.4" points="13.6" off_rebounds="0.65" def_rebounds="1.35" rebounds="2.0" assists="1.8" steals="1.35" blocks="0.29" turnovers="1.03" personal_fouls="1.06" flagrant_fouls="0.0" blocked_att="0.32" field_goals_made="5.15" field_goals_att="10.85" three_points_made="2.32" three_points_att="5.32" free_throws_made="0.97" free_throws_att="1.06" two_points_made="2.82" two_points_att="5.53" efficiency="12.21" true_shooting_att="11.32"/>
</statistics>
</team>
</season>
<season id="3880629e-092d-42d4-a84a-a7c226754fa2" year="2024" type="PST">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="6" games_started="6" minutes="189.0" field_goals_made="39" field_goals_att="81" field_goals_pct="0.481" two_points_made="23" two_points_att="45" two_points_pct="0.511" three_points_made="16" three_points_att="36" three_points_pct="0.444" blocked_att="0" free_throws_made="11" free_throws_att="12" free_throws_pct="0.917" offensive_rebounds="3" defensive_rebounds="6" rebounds="9" assists="15" turnovers="9" assists_turnover_ratio="1.67" steals="18" blocks="2" personal_fouls="10" tech_fouls="0" points="105" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="86.28" true_shooting_pct="0.608" efficiency="97" field_goals_at_rim_made="9" field_goals_at_rim_att="15" field_goals_at_rim_pct="0.6" field_goals_at_midrange_made="4" field_goals_at_midrange_att="17" field_goals_at_midrange_pct="0.235" usage_pct="25.12"/>
<average minutes="31.5" points="17.5" off_rebounds="0.5" def_rebounds="1.0" rebounds="1.5" assists="2.5" steals="3.0" blocks="0.33" turnovers="1.5" personal_fouls="1.67" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="6.5" field_goals_att="13.5" three_points_made="2.67" three_points_att="6.0" free_throws_made="1.83" free_throws_att="2.0" two_points_made="3.83" two_points_att="7.5" efficiency="16.17" true_shooting_att="14.38"/>
</statistics>
</team>
</season>
<season id="32896a5b-088f-4814-a45c-fc0f0cf69c04" year="2024" type="CT">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="3" games_started="3" minutes="101.0" field_goals_made="13" field_goals_att="30" field_goals_pct="0.433" two_points_made="7" two_points_att="11" two_points_pct="0.636" three_points_made="6" three_points_att="19" three_points_pct="0.316" blocked_att="1" free_throws_made="6" free_throws_att="6" free_throws_pct="1.0" offensive_rebounds="3" defensive_rebounds="3" rebounds="6" assists="3" turnovers="3" assists_turnover_ratio="1.0" steals="4" blocks="0" personal_fouls="3" tech_fouls="0" points="38" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="32.64" true_shooting_pct="0.582" efficiency="31" field_goals_at_rim_made="0" field_goals_at_rim_att="1" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="3" field_goals_at_midrange_att="3" field_goals_at_midrange_pct="1.0" usage_pct="18.85"/>
<average minutes="33.7" points="12.7" off_rebounds="1.0" def_rebounds="1.0" rebounds="2.0" assists="1.0" steals="1.33" blocks="0.0" turnovers="1.0" personal_fouls="1.0" flagrant_fouls="0.0" blocked_att="0.33" field_goals_made="4.33" field_goals_att="10.0" three_points_made="2.0" three_points_att="6.33" free_throws_made="2.0" free_throws_att="2.0" two_points_made="2.33" two_points_att="3.67" efficiency="10.33" true_shooting_att="10.88"/>
</statistics>
</team>
</season>
<season id="cf5dcb91-e9ec-4993-ba42-5d632306b4c8" year="2023" type="REG">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="2" games_started="2" minutes="61.0" field_goals_made="8" field_goals_att="25" field_goals_pct="0.32" two_points_made="4" two_points_att="11" two_points_pct="0.364" three_points_made="4" three_points_att="14" three_points_pct="0.286" blocked_att="1" free_throws_made="2" free_throws_att="2" free_throws_pct="1.0" offensive_rebounds="2" defensive_rebounds="3" rebounds="5" assists="5" turnovers="3" assists_turnover_ratio="1.67" steals="2" blocks="0" personal_fouls="5" tech_fouls="0" points="22" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="25.88" true_shooting_pct="0.425" efficiency="14" field_goals_at_rim_made="0" field_goals_at_rim_att="2" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="2" field_goals_at_midrange_att="4" field_goals_at_midrange_pct="0.5" usage_pct="23.41"/>
<average minutes="30.5" points="11.0" off_rebounds="1.0" def_rebounds="1.5" rebounds="2.5" assists="2.5" steals="1.0" blocks="0.0" turnovers="1.5" personal_fouls="2.5" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="4.0" field_goals_att="12.5" three_points_made="2.0" three_points_att="7.0" free_throws_made="1.0" free_throws_att="1.0" two_points_made="2.0" two_points_att="5.5" efficiency="7.0" true_shooting_att="12.94"/>
</statistics>
</team>
</season>
<season id="a871223e-1e70-419e-8697-c0c1c010a7a9" year="2023" type="PST">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0"/>
<average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0"/>
</statistics>
</team>
</season>
<season id="6d242a1f-93d0-48e4-96c0-45ff92ba607e" year="2023" type="CT">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0"/>
<average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0"/>
</statistics>
</team>
</season>
<season id="99709e03-9678-4ded-b848-3406ff731687" year="2022" type="REG">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="15" games_started="10" minutes="422.0" field_goals_made="89" field_goals_att="195" field_goals_pct="0.456" two_points_made="55" two_points_att="95" two_points_pct="0.579" three_points_made="34" three_points_att="100" three_points_pct="0.34" blocked_att="4" free_throws_made="15" free_throws_att="17" free_throws_pct="0.882" offensive_rebounds="6" defensive_rebounds="23" rebounds="29" assists="29" turnovers="26" assists_turnover_ratio="1.12" steals="20" blocks="5" personal_fouls="15" tech_fouls="0" points="227" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="202.48" true_shooting_pct="0.561" efficiency="176" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="26.65"/>
<average minutes="28.1" points="15.1" off_rebounds="0.4" def_rebounds="1.53" rebounds="1.93" assists="1.9" steals="1.33" blocks="0.33" turnovers="1.73" personal_fouls="1.0" flagrant_fouls="0.0" blocked_att="0.27" field_goals_made="5.93" field_goals_att="13.0" three_points_made="2.27" three_points_att="6.67" free_throws_made="1.0" free_throws_att="1.13" two_points_made="3.67" two_points_att="6.33" efficiency="11.73" true_shooting_att="13.5"/>
</statistics>
</team>
</season>
<season id="53f19b98-5b7f-413d-810f-58ddfcbf9a0f" year="2022" type="PST">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="3" games_started="3" minutes="103.0" field_goals_made="17" field_goals_att="49" field_goals_pct="0.347" two_points_made="11" two_points_att="20" two_points_pct="0.55" three_points_made="6" three_points_att="29" three_points_pct="0.207" blocked_att="1" free_throws_made="1" free_throws_att="2" free_throws_pct="0.5" offensive_rebounds="2" defensive_rebounds="8" rebounds="10" assists="4" turnovers="8" assists_turnover_ratio="0.5" steals="6" blocks="2" personal_fouls="2" tech_fouls="0" points="41" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="49.88" true_shooting_pct="0.411" efficiency="22" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="27.56"/>
<average minutes="34.3" points="13.7" off_rebounds="0.67" def_rebounds="2.67" rebounds="3.33" assists="1.3" steals="2.0" blocks="0.67" turnovers="2.67" personal_fouls="0.67" flagrant_fouls="0.0" blocked_att="0.33" field_goals_made="5.67" field_goals_att="16.33" three_points_made="2.0" three_points_att="9.67" free_throws_made="0.33" free_throws_att="0.67" two_points_made="3.67" two_points_att="6.67" efficiency="7.33" true_shooting_att="16.63"/>
</statistics>
</team>
</season>
<season id="793b14e0-4575-40d5-a2cf-8c7bdc40de04" year="2022" type="CT">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="3" games_started="0" minutes="69.0" field_goals_made="9" field_goals_att="28" field_goals_pct="0.321" two_points_made="4" two_points_att="10" two_points_pct="0.4" three_points_made="5" three_points_att="18" three_points_pct="0.278" blocked_att="0" free_throws_made="2" free_throws_att="2" free_throws_pct="1.0" offensive_rebounds="1" defensive_rebounds="3" rebounds="4" assists="5" turnovers="4" assists_turnover_ratio="1.25" steals="3" blocks="0" personal_fouls="3" tech_fouls="0" points="25" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="28.88" true_shooting_pct="0.433" efficiency="14" 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="23.15"/>
<average minutes="23.0" points="8.3" off_rebounds="0.33" def_rebounds="1.0" rebounds="1.33" assists="1.7" steals="1.0" blocks="0.0" turnovers="1.33" personal_fouls="1.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="3.0" field_goals_att="9.33" three_points_made="1.67" three_points_att="6.0" free_throws_made="0.67" free_throws_att="0.67" two_points_made="1.33" two_points_att="3.33" efficiency="4.67" true_shooting_att="9.63"/>
</statistics>
</team>
</season>
<season id="627a6180-4607-4323-91c9-193d5f0808ce" year="2021" type="REG">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="6" games_started="6" minutes="184.0" field_goals_made="20" field_goals_att="55" field_goals_pct="0.364" two_points_made="7" two_points_att="23" two_points_pct="0.304" three_points_made="13" three_points_att="32" three_points_pct="0.406" blocked_att="3" free_throws_made="15" free_throws_att="16" free_throws_pct="0.938" offensive_rebounds="2" defensive_rebounds="13" rebounds="15" assists="2" turnovers="9" assists_turnover_ratio="0.22" steals="6" blocks="4" personal_fouls="9" tech_fouls="0" points="68" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="62.04" true_shooting_pct="0.548" efficiency="50" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="19.78"/>
<average minutes="30.7" points="11.3" off_rebounds="0.33" def_rebounds="2.17" rebounds="2.5" assists="0.3" steals="1.0" blocks="0.67" turnovers="1.5" personal_fouls="1.5" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="3.33" field_goals_att="9.17" three_points_made="2.17" three_points_att="5.33" free_throws_made="2.5" free_throws_att="2.67" two_points_made="1.17" two_points_att="3.83" efficiency="8.33" true_shooting_att="10.34"/>
</statistics>
</team>
</season>
<season id="24a0d0d7-2ba8-4edb-9354-d218e87e027e" year="2021" type="PST">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="6" games_started="6" minutes="184.0" field_goals_made="20" field_goals_att="55" field_goals_pct="0.364" two_points_made="7" two_points_att="23" two_points_pct="0.304" three_points_made="13" three_points_att="32" three_points_pct="0.406" blocked_att="3" free_throws_made="15" free_throws_att="16" free_throws_pct="0.938" offensive_rebounds="2" defensive_rebounds="13" rebounds="15" assists="2" turnovers="9" assists_turnover_ratio="0.22" steals="6" blocks="4" personal_fouls="9" tech_fouls="0" points="68" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="62.04" true_shooting_pct="0.548" efficiency="50" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="19.78"/>
<average minutes="30.7" points="11.3" off_rebounds="0.33" def_rebounds="2.17" rebounds="2.5" assists="0.3" steals="1.0" blocks="0.67" turnovers="1.5" personal_fouls="1.5" flagrant_fouls="0.0" blocked_att="0.5" field_goals_made="3.33" field_goals_att="9.17" three_points_made="2.17" three_points_att="5.33" free_throws_made="2.5" free_throws_att="2.67" two_points_made="1.17" two_points_att="3.83" efficiency="8.33" true_shooting_att="10.34"/>
</statistics>
</team>
</season>
<season id="e632f0e4-ea16-4dc1-b99e-af0e9d05ad7a" year="2021" type="CT">
<team id="6e0c5edc-4a6d-416b-9e10-7cccf13e971f" name="Huskies" market="UConn" alias="CONN">
<statistics>
<total games_played="0" games_started="0" minutes="0.0" field_goals_made="0" field_goals_att="0" field_goals_pct="0.0" two_points_made="0" two_points_att="0" two_points_pct="0.0" three_points_made="0" three_points_att="0" three_points_pct="0.0" blocked_att="0" free_throws_made="0" free_throws_att="0" free_throws_pct="0.0" offensive_rebounds="0" defensive_rebounds="0" rebounds="0" assists="0" turnovers="0" assists_turnover_ratio="0.0" steals="0" blocks="0" personal_fouls="0" tech_fouls="0" points="0" flagrant_fouls="0" ejections="0" foulouts="0" true_shooting_att="0.0" true_shooting_pct="0" efficiency="0" field_goals_at_rim_made="0" field_goals_at_rim_att="0" field_goals_at_rim_pct="0.0" field_goals_at_midrange_made="0" field_goals_at_midrange_att="0" field_goals_at_midrange_pct="0.0" usage_pct="0"/>
<average minutes="0.0" points="0.0" off_rebounds="0.0" def_rebounds="0.0" rebounds="0.0" assists="0.0" steals="0.0" blocks="0.0" turnovers="0.0" personal_fouls="0.0" flagrant_fouls="0.0" blocked_att="0.0" field_goals_made="0.0" field_goals_att="0.0" three_points_made="0.0" three_points_att="0.0" free_throws_made="0.0" free_throws_att="0.0" two_points_made="0.0" two_points_att="0.0" efficiency="0.0" true_shooting_att="0.0"/>
</statistics>
</team>
</season>
</seasons>
</player>
{
"id": "0a98e1b1-81f5-4192-abcb-e41470818a29",
"status": "ACT",
"full_name": "Azzi Fudd",
"first_name": "Azzi",
"last_name": "Fudd",
"abbr_name": "A.Fudd",
"height": 71,
"position": "G",
"primary_position": "NA",
"jersey_number": "35",
"experience": "GR",
"birth_place": "Arlington, VA, USA",
"updated": "2024-10-31T20:04:47Z",
"league": {
"id": "affab7b6-647e-4304-bbe2-1f9d68cd0cea",
"name": "NCAA WOMEN",
"alias": "NCAAW"
},
"team": {
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN"
},
"seasons": [
{
"id": "a263b759-0702-45fb-803a-b1c0651da16f",
"year": 2024,
"type": "REG",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 34,
"games_started": 30,
"minutes": 899,
"field_goals_made": 175,
"field_goals_att": 369,
"field_goals_pct": 0.474,
"two_points_made": 96,
"two_points_att": 188,
"two_points_pct": 0.511,
"three_points_made": 79,
"three_points_att": 181,
"three_points_pct": 0.436,
"blocked_att": 11,
"free_throws_made": 33,
"free_throws_att": 36,
"free_throws_pct": 0.917,
"offensive_rebounds": 22,
"defensive_rebounds": 46,
"rebounds": 68,
"assists": 61,
"turnovers": 35,
"assists_turnover_ratio": 1.74,
"steals": 46,
"blocks": 10,
"personal_fouls": 36,
"tech_fouls": 0,
"points": 462,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 384.84,
"true_shooting_pct": 0.6,
"efficiency": 415,
"field_goals_at_rim_made": 28,
"field_goals_at_rim_att": 40,
"field_goals_at_rim_pct": 0.7,
"field_goals_at_midrange_made": 27,
"field_goals_at_midrange_att": 67,
"field_goals_at_midrange_pct": 0.403,
"usage_pct": 23.85
},
"average": {
"minutes": 26.4,
"points": 13.6,
"off_rebounds": 0.65,
"def_rebounds": 1.35,
"rebounds": 2,
"assists": 1.8,
"steals": 1.35,
"blocks": 0.29,
"turnovers": 1.03,
"personal_fouls": 1.06,
"flagrant_fouls": 0,
"blocked_att": 0.32,
"field_goals_made": 5.15,
"field_goals_att": 10.85,
"three_points_made": 2.32,
"three_points_att": 5.32,
"free_throws_made": 0.97,
"free_throws_att": 1.06,
"two_points_made": 2.82,
"two_points_att": 5.53,
"efficiency": 12.21,
"true_shooting_att": 11.32
}
}
]
},
{
"id": "3880629e-092d-42d4-a84a-a7c226754fa2",
"year": 2024,
"type": "PST",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 6,
"games_started": 6,
"minutes": 189,
"field_goals_made": 39,
"field_goals_att": 81,
"field_goals_pct": 0.481,
"two_points_made": 23,
"two_points_att": 45,
"two_points_pct": 0.511,
"three_points_made": 16,
"three_points_att": 36,
"three_points_pct": 0.444,
"blocked_att": 0,
"free_throws_made": 11,
"free_throws_att": 12,
"free_throws_pct": 0.917,
"offensive_rebounds": 3,
"defensive_rebounds": 6,
"rebounds": 9,
"assists": 15,
"turnovers": 9,
"assists_turnover_ratio": 1.67,
"steals": 18,
"blocks": 2,
"personal_fouls": 10,
"tech_fouls": 0,
"points": 105,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 86.28,
"true_shooting_pct": 0.608,
"efficiency": 97,
"field_goals_at_rim_made": 9,
"field_goals_at_rim_att": 15,
"field_goals_at_rim_pct": 0.6,
"field_goals_at_midrange_made": 4,
"field_goals_at_midrange_att": 17,
"field_goals_at_midrange_pct": 0.235,
"usage_pct": 25.12
},
"average": {
"minutes": 31.5,
"points": 17.5,
"off_rebounds": 0.5,
"def_rebounds": 1,
"rebounds": 1.5,
"assists": 2.5,
"steals": 3,
"blocks": 0.33,
"turnovers": 1.5,
"personal_fouls": 1.67,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 6.5,
"field_goals_att": 13.5,
"three_points_made": 2.67,
"three_points_att": 6,
"free_throws_made": 1.83,
"free_throws_att": 2,
"two_points_made": 3.83,
"two_points_att": 7.5,
"efficiency": 16.17,
"true_shooting_att": 14.38
}
}
]
},
{
"id": "32896a5b-088f-4814-a45c-fc0f0cf69c04",
"year": 2024,
"type": "CT",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 3,
"games_started": 3,
"minutes": 101,
"field_goals_made": 13,
"field_goals_att": 30,
"field_goals_pct": 0.433,
"two_points_made": 7,
"two_points_att": 11,
"two_points_pct": 0.636,
"three_points_made": 6,
"three_points_att": 19,
"three_points_pct": 0.316,
"blocked_att": 1,
"free_throws_made": 6,
"free_throws_att": 6,
"free_throws_pct": 1,
"offensive_rebounds": 3,
"defensive_rebounds": 3,
"rebounds": 6,
"assists": 3,
"turnovers": 3,
"assists_turnover_ratio": 1,
"steals": 4,
"blocks": 0,
"personal_fouls": 3,
"tech_fouls": 0,
"points": 38,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 32.64,
"true_shooting_pct": 0.582,
"efficiency": 31,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 1,
"field_goals_at_rim_pct": 0,
"field_goals_at_midrange_made": 3,
"field_goals_at_midrange_att": 3,
"field_goals_at_midrange_pct": 1,
"usage_pct": 18.85
},
"average": {
"minutes": 33.7,
"points": 12.7,
"off_rebounds": 1,
"def_rebounds": 1,
"rebounds": 2,
"assists": 1,
"steals": 1.33,
"blocks": 0,
"turnovers": 1,
"personal_fouls": 1,
"flagrant_fouls": 0,
"blocked_att": 0.33,
"field_goals_made": 4.33,
"field_goals_att": 10,
"three_points_made": 2,
"three_points_att": 6.33,
"free_throws_made": 2,
"free_throws_att": 2,
"two_points_made": 2.33,
"two_points_att": 3.67,
"efficiency": 10.33,
"true_shooting_att": 10.88
}
}
]
},
{
"id": "cf5dcb91-e9ec-4993-ba42-5d632306b4c8",
"year": 2023,
"type": "REG",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 2,
"games_started": 2,
"minutes": 61,
"field_goals_made": 8,
"field_goals_att": 25,
"field_goals_pct": 0.32,
"two_points_made": 4,
"two_points_att": 11,
"two_points_pct": 0.364,
"three_points_made": 4,
"three_points_att": 14,
"three_points_pct": 0.286,
"blocked_att": 1,
"free_throws_made": 2,
"free_throws_att": 2,
"free_throws_pct": 1,
"offensive_rebounds": 2,
"defensive_rebounds": 3,
"rebounds": 5,
"assists": 5,
"turnovers": 3,
"assists_turnover_ratio": 1.67,
"steals": 2,
"blocks": 0,
"personal_fouls": 5,
"tech_fouls": 0,
"points": 22,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 25.88,
"true_shooting_pct": 0.425,
"efficiency": 14,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 2,
"field_goals_at_rim_pct": 0,
"field_goals_at_midrange_made": 2,
"field_goals_at_midrange_att": 4,
"field_goals_at_midrange_pct": 0.5,
"usage_pct": 23.41
},
"average": {
"minutes": 30.5,
"points": 11,
"off_rebounds": 1,
"def_rebounds": 1.5,
"rebounds": 2.5,
"assists": 2.5,
"steals": 1,
"blocks": 0,
"turnovers": 1.5,
"personal_fouls": 2.5,
"flagrant_fouls": 0,
"blocked_att": 0.5,
"field_goals_made": 4,
"field_goals_att": 12.5,
"three_points_made": 2,
"three_points_att": 7,
"free_throws_made": 1,
"free_throws_att": 1,
"two_points_made": 2,
"two_points_att": 5.5,
"efficiency": 7,
"true_shooting_att": 12.94
}
}
]
},
{
"id": "a871223e-1e70-419e-8697-c0c1c010a7a9",
"year": 2023,
"type": "PST",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 0,
"games_started": 0,
"minutes": 0,
"field_goals_made": 0,
"field_goals_att": 0,
"field_goals_pct": 0,
"two_points_made": 0,
"two_points_att": 0,
"two_points_pct": 0,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"free_throws_pct": 0,
"offensive_rebounds": 0,
"defensive_rebounds": 0,
"rebounds": 0,
"assists": 0,
"turnovers": 0,
"assists_turnover_ratio": 0,
"steals": 0,
"blocks": 0,
"personal_fouls": 0,
"tech_fouls": 0,
"points": 0,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 0,
"true_shooting_pct": 0,
"efficiency": 0,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 0,
"field_goals_at_rim_pct": 0,
"field_goals_at_midrange_made": 0,
"field_goals_at_midrange_att": 0,
"field_goals_at_midrange_pct": 0,
"usage_pct": 0
},
"average": {
"minutes": 0,
"points": 0,
"off_rebounds": 0,
"def_rebounds": 0,
"rebounds": 0,
"assists": 0,
"steals": 0,
"blocks": 0,
"turnovers": 0,
"personal_fouls": 0,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 0,
"field_goals_att": 0,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"two_points_made": 0,
"two_points_att": 0,
"efficiency": 0,
"true_shooting_att": 0
}
}
]
},
{
"id": "6d242a1f-93d0-48e4-96c0-45ff92ba607e",
"year": 2023,
"type": "CT",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 0,
"games_started": 0,
"minutes": 0,
"field_goals_made": 0,
"field_goals_att": 0,
"field_goals_pct": 0,
"two_points_made": 0,
"two_points_att": 0,
"two_points_pct": 0,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"free_throws_pct": 0,
"offensive_rebounds": 0,
"defensive_rebounds": 0,
"rebounds": 0,
"assists": 0,
"turnovers": 0,
"assists_turnover_ratio": 0,
"steals": 0,
"blocks": 0,
"personal_fouls": 0,
"tech_fouls": 0,
"points": 0,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 0,
"true_shooting_pct": 0,
"efficiency": 0,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 0,
"field_goals_at_rim_pct": 0,
"field_goals_at_midrange_made": 0,
"field_goals_at_midrange_att": 0,
"field_goals_at_midrange_pct": 0,
"usage_pct": 0
},
"average": {
"minutes": 0,
"points": 0,
"off_rebounds": 0,
"def_rebounds": 0,
"rebounds": 0,
"assists": 0,
"steals": 0,
"blocks": 0,
"turnovers": 0,
"personal_fouls": 0,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 0,
"field_goals_att": 0,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"two_points_made": 0,
"two_points_att": 0,
"efficiency": 0,
"true_shooting_att": 0
}
}
]
},
{
"id": "99709e03-9678-4ded-b848-3406ff731687",
"year": 2022,
"type": "REG",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 15,
"games_started": 10,
"minutes": 422,
"field_goals_made": 89,
"field_goals_att": 195,
"field_goals_pct": 0.456,
"two_points_made": 55,
"two_points_att": 95,
"two_points_pct": 0.579,
"three_points_made": 34,
"three_points_att": 100,
"three_points_pct": 0.34,
"blocked_att": 4,
"free_throws_made": 15,
"free_throws_att": 17,
"free_throws_pct": 0.882,
"offensive_rebounds": 6,
"defensive_rebounds": 23,
"rebounds": 29,
"assists": 29,
"turnovers": 26,
"assists_turnover_ratio": 1.12,
"steals": 20,
"blocks": 5,
"personal_fouls": 15,
"tech_fouls": 0,
"points": 227,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 202.48,
"true_shooting_pct": 0.561,
"efficiency": 176,
"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": 26.65
},
"average": {
"minutes": 28.1,
"points": 15.1,
"off_rebounds": 0.4,
"def_rebounds": 1.53,
"rebounds": 1.93,
"assists": 1.9,
"steals": 1.33,
"blocks": 0.33,
"turnovers": 1.73,
"personal_fouls": 1,
"flagrant_fouls": 0,
"blocked_att": 0.27,
"field_goals_made": 5.93,
"field_goals_att": 13,
"three_points_made": 2.27,
"three_points_att": 6.67,
"free_throws_made": 1,
"free_throws_att": 1.13,
"two_points_made": 3.67,
"two_points_att": 6.33,
"efficiency": 11.73,
"true_shooting_att": 13.5
}
}
]
},
{
"id": "53f19b98-5b7f-413d-810f-58ddfcbf9a0f",
"year": 2022,
"type": "PST",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 3,
"games_started": 3,
"minutes": 103,
"field_goals_made": 17,
"field_goals_att": 49,
"field_goals_pct": 0.347,
"two_points_made": 11,
"two_points_att": 20,
"two_points_pct": 0.55,
"three_points_made": 6,
"three_points_att": 29,
"three_points_pct": 0.207,
"blocked_att": 1,
"free_throws_made": 1,
"free_throws_att": 2,
"free_throws_pct": 0.5,
"offensive_rebounds": 2,
"defensive_rebounds": 8,
"rebounds": 10,
"assists": 4,
"turnovers": 8,
"assists_turnover_ratio": 0.5,
"steals": 6,
"blocks": 2,
"personal_fouls": 2,
"tech_fouls": 0,
"points": 41,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 49.88,
"true_shooting_pct": 0.411,
"efficiency": 22,
"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": 27.56
},
"average": {
"minutes": 34.3,
"points": 13.7,
"off_rebounds": 0.67,
"def_rebounds": 2.67,
"rebounds": 3.33,
"assists": 1.3,
"steals": 2,
"blocks": 0.67,
"turnovers": 2.67,
"personal_fouls": 0.67,
"flagrant_fouls": 0,
"blocked_att": 0.33,
"field_goals_made": 5.67,
"field_goals_att": 16.33,
"three_points_made": 2,
"three_points_att": 9.67,
"free_throws_made": 0.33,
"free_throws_att": 0.67,
"two_points_made": 3.67,
"two_points_att": 6.67,
"efficiency": 7.33,
"true_shooting_att": 16.63
}
}
]
},
{
"id": "793b14e0-4575-40d5-a2cf-8c7bdc40de04",
"year": 2022,
"type": "CT",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 3,
"games_started": 0,
"minutes": 69,
"field_goals_made": 9,
"field_goals_att": 28,
"field_goals_pct": 0.321,
"two_points_made": 4,
"two_points_att": 10,
"two_points_pct": 0.4,
"three_points_made": 5,
"three_points_att": 18,
"three_points_pct": 0.278,
"blocked_att": 0,
"free_throws_made": 2,
"free_throws_att": 2,
"free_throws_pct": 1,
"offensive_rebounds": 1,
"defensive_rebounds": 3,
"rebounds": 4,
"assists": 5,
"turnovers": 4,
"assists_turnover_ratio": 1.25,
"steals": 3,
"blocks": 0,
"personal_fouls": 3,
"tech_fouls": 0,
"points": 25,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 28.88,
"true_shooting_pct": 0.433,
"efficiency": 14,
"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": 23.15
},
"average": {
"minutes": 23,
"points": 8.3,
"off_rebounds": 0.33,
"def_rebounds": 1,
"rebounds": 1.33,
"assists": 1.7,
"steals": 1,
"blocks": 0,
"turnovers": 1.33,
"personal_fouls": 1,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 3,
"field_goals_att": 9.33,
"three_points_made": 1.67,
"three_points_att": 6,
"free_throws_made": 0.67,
"free_throws_att": 0.67,
"two_points_made": 1.33,
"two_points_att": 3.33,
"efficiency": 4.67,
"true_shooting_att": 9.63
}
}
]
},
{
"id": "627a6180-4607-4323-91c9-193d5f0808ce",
"year": 2021,
"type": "REG",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 6,
"games_started": 6,
"minutes": 184,
"field_goals_made": 20,
"field_goals_att": 55,
"field_goals_pct": 0.364,
"two_points_made": 7,
"two_points_att": 23,
"two_points_pct": 0.304,
"three_points_made": 13,
"three_points_att": 32,
"three_points_pct": 0.406,
"blocked_att": 3,
"free_throws_made": 15,
"free_throws_att": 16,
"free_throws_pct": 0.938,
"offensive_rebounds": 2,
"defensive_rebounds": 13,
"rebounds": 15,
"assists": 2,
"turnovers": 9,
"assists_turnover_ratio": 0.22,
"steals": 6,
"blocks": 4,
"personal_fouls": 9,
"tech_fouls": 0,
"points": 68,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 62.04,
"true_shooting_pct": 0.548,
"efficiency": 50,
"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": 19.78
},
"average": {
"minutes": 30.7,
"points": 11.3,
"off_rebounds": 0.33,
"def_rebounds": 2.17,
"rebounds": 2.5,
"assists": 0.3,
"steals": 1,
"blocks": 0.67,
"turnovers": 1.5,
"personal_fouls": 1.5,
"flagrant_fouls": 0,
"blocked_att": 0.5,
"field_goals_made": 3.33,
"field_goals_att": 9.17,
"three_points_made": 2.17,
"three_points_att": 5.33,
"free_throws_made": 2.5,
"free_throws_att": 2.67,
"two_points_made": 1.17,
"two_points_att": 3.83,
"efficiency": 8.33,
"true_shooting_att": 10.34
}
}
]
},
{
"id": "24a0d0d7-2ba8-4edb-9354-d218e87e027e",
"year": 2021,
"type": "PST",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 6,
"games_started": 6,
"minutes": 184,
"field_goals_made": 20,
"field_goals_att": 55,
"field_goals_pct": 0.364,
"two_points_made": 7,
"two_points_att": 23,
"two_points_pct": 0.304,
"three_points_made": 13,
"three_points_att": 32,
"three_points_pct": 0.406,
"blocked_att": 3,
"free_throws_made": 15,
"free_throws_att": 16,
"free_throws_pct": 0.938,
"offensive_rebounds": 2,
"defensive_rebounds": 13,
"rebounds": 15,
"assists": 2,
"turnovers": 9,
"assists_turnover_ratio": 0.22,
"steals": 6,
"blocks": 4,
"personal_fouls": 9,
"tech_fouls": 0,
"points": 68,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 62.04,
"true_shooting_pct": 0.548,
"efficiency": 50,
"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": 19.78
},
"average": {
"minutes": 30.7,
"points": 11.3,
"off_rebounds": 0.33,
"def_rebounds": 2.17,
"rebounds": 2.5,
"assists": 0.3,
"steals": 1,
"blocks": 0.67,
"turnovers": 1.5,
"personal_fouls": 1.5,
"flagrant_fouls": 0,
"blocked_att": 0.5,
"field_goals_made": 3.33,
"field_goals_att": 9.17,
"three_points_made": 2.17,
"three_points_att": 5.33,
"free_throws_made": 2.5,
"free_throws_att": 2.67,
"two_points_made": 1.17,
"two_points_att": 3.83,
"efficiency": 8.33,
"true_shooting_att": 10.34
}
}
]
},
{
"id": "e632f0e4-ea16-4dc1-b99e-af0e9d05ad7a",
"year": 2021,
"type": "CT",
"teams": [
{
"id": "6e0c5edc-4a6d-416b-9e10-7cccf13e971f",
"name": "Huskies",
"market": "UConn",
"alias": "CONN",
"total": {
"games_played": 0,
"games_started": 0,
"minutes": 0,
"field_goals_made": 0,
"field_goals_att": 0,
"field_goals_pct": 0,
"two_points_made": 0,
"two_points_att": 0,
"two_points_pct": 0,
"three_points_made": 0,
"three_points_att": 0,
"three_points_pct": 0,
"blocked_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"free_throws_pct": 0,
"offensive_rebounds": 0,
"defensive_rebounds": 0,
"rebounds": 0,
"assists": 0,
"turnovers": 0,
"assists_turnover_ratio": 0,
"steals": 0,
"blocks": 0,
"personal_fouls": 0,
"tech_fouls": 0,
"points": 0,
"flagrant_fouls": 0,
"ejections": 0,
"foulouts": 0,
"true_shooting_att": 0,
"true_shooting_pct": 0,
"efficiency": 0,
"field_goals_at_rim_made": 0,
"field_goals_at_rim_att": 0,
"field_goals_at_rim_pct": 0,
"field_goals_at_midrange_made": 0,
"field_goals_at_midrange_att": 0,
"field_goals_at_midrange_pct": 0,
"usage_pct": 0
},
"average": {
"minutes": 0,
"points": 0,
"off_rebounds": 0,
"def_rebounds": 0,
"rebounds": 0,
"assists": 0,
"steals": 0,
"blocks": 0,
"turnovers": 0,
"personal_fouls": 0,
"flagrant_fouls": 0,
"blocked_att": 0,
"field_goals_made": 0,
"field_goals_att": 0,
"three_points_made": 0,
"three_points_att": 0,
"free_throws_made": 0,
"free_throws_att": 0,
"two_points_made": 0,
"two_points_att": 0,
"efficiency": 0,
"true_shooting_att": 0
}
}
]
}
]
}
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/ncaawb/{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.

Season Schedule requires the following parameters:
season_year
- This parameter represents the year of the NCAAWB season. It is always the year the season began. So, use2020
for the 2020 season.season_type
- This parameter represents the type of season asCT
(Conference Tournament),REG
(Regular Season), andPST
(Postseason).
2020 Regular Season Schedule:
https://api.sportradar.com/ncaawb/trial/v8/en/games/2020/REG/schedule.json?
<league xmlns="http://feed.elasticstats.com/schema/basketball/schedule-v8.0.xsd" id="affab7b6-647e-4304-bbe2-1f9d68cd0cea" name="NCAA WOMEN" alias="NCAAW">
<season-schedule id="688bf4fd-c592-4132-bdd7-1eb85f73f39e" year="2020" type="REG">
<games>
<game id="2f272002-205e-4fff-af4f-3b232dc1fa4e" status="closed" coverage="boxscore" scheduled="2020-11-25T16:30:00Z" home_points="80" away_points="57" conference_game="false" home_team="a8c121d0-8e1b-4460-ac1e-eb97d3d2e9f9" away_team="34f63239-d310-45a8-bbad-fdde1f3e5c91">
<time_zones venue="US/Central" home="US/Central"/>
<venue id="b5a34ed8-2c69-431d-9e6e-9b515e28a9ba" name="Bartow Arena" capacity="8508" address="617 13th Street S" city="Birmingham" state="AL" zip="35233" country="USA"/>
<home name="UAB Blazers" alias="UAB" id="a8c121d0-8e1b-4460-ac1e-eb97d3d2e9f9">
</home>
<away name="Edward Waters Lady Tigers" alias="EWC" id="34f63239-d310-45a8-bbad-fdde1f3e5c91">
</away>
</game>
<game id="56fabf1e-c671-4369-ad34-083b7d448d92" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="72" away_points="57" conference_game="false" home_team="d17a80e7-3c14-4e9b-bc4f-a42f9856fb44" away_team="882042ad-2e21-4bfb-98cd-d8d46e146dc2">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="0acc6624-ac19-4bd8-a789-3b89aa91d1f7" name="Petersen Events Center" capacity="12508" address="3719 Terrace Street" city="Pittsburgh" state="PA" zip="15261" country="USA"/>
<home name="Pittsburgh Panthers" alias="PITT" id="d17a80e7-3c14-4e9b-bc4f-a42f9856fb44">
</home>
<away name="George Mason Patriots" alias="GMU" id="882042ad-2e21-4bfb-98cd-d8d46e146dc2">
</away>
</game>
<game id="63f82d8d-03f3-4064-a526-d94bca7df7e9" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="94" away_points="64" conference_game="false" home_team="4c3ea33b-15f8-4685-a318-4fa6b2efee62" away_team="0f54272d-7bc6-464b-96ab-bfd6d0c30503">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="c134cdf8-d1c8-4972-b4f2-8f167261eb50" name="Cameron Indoor Stadium" capacity="9314" address="301 Whitford Drive" city="Durham" state="NC" zip="27706" country="USA"/>
<home name="Duke Blue Devils" alias="DUKE" id="4c3ea33b-15f8-4685-a318-4fa6b2efee62">
</home>
<away name="Longwood Lancers" alias="LONG" id="0f54272d-7bc6-464b-96ab-bfd6d0c30503">
</away>
</game>
<game id="7583f4ae-69ad-466b-957f-f86faef9d318" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="80" away_points="44" conference_game="false" home_team="0ca4c5b2-f874-4915-ac21-df1f711c12ae" away_team="09091f74-7546-458c-87d6-0ac8d51c6c11">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="0ebba23f-cab2-443c-834f-2f47083803ad" name="Silvio O. Conte Forum" capacity="8606" address="2601 Beacon Street" city="Chestnut Hill" state="MA" zip="2467" country="USA"/>
<home name="Boston College Eagles" alias="BC" id="0ca4c5b2-f874-4915-ac21-df1f711c12ae">
</home>
<away name="New Hampshire Wildcats" alias="UNH" id="09091f74-7546-458c-87d6-0ac8d51c6c11">
</away>
</game>
<game id="7b51bcc6-d029-4e97-8e6f-2d94e5b2e9ad" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="62" away_points="38" conference_game="false" home_team="10d8e1cc-4ce5-46d4-9caf-154b203768ed" away_team="ce27d9af-f1a0-40a0-b921-3da570364ae7">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="c5e846e9-2860-4c55-8352-c3a4587afe27" name="Hank McCamish Pavilion" capacity="8600" address="965 Fowler Street" city="Atlanta" state="GA" zip="30332" country="USA"/>
<home name="Georgia Tech Yellow Jackets" alias="GT" id="10d8e1cc-4ce5-46d4-9caf-154b203768ed">
</home>
<away name="Georgia State Panthers" alias="GAST" id="ce27d9af-f1a0-40a0-b921-3da570364ae7">
</away>
</game>
<game id="a4d1bb14-7e95-449c-bc27-775f408c0203" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="96" away_points="49" conference_game="false" home_team="a9eea946-17b0-45a1-a90f-4b805f9a8d96" away_team="042dbe0f-bc34-45de-b71e-afae3d8a15c7">
<time_zones venue="US/Central" home="US/Central" away="US/Central"/>
<venue id="a5718f89-a8e8-4fca-8015-4fcd7eb2353a" name="Bud Walton Arena" capacity="19368" address="1270 West Leroy Pond Drive" city="Fayetteville" state="AR" zip="72701" country="USA"/>
<home name="Arkansas Razorbacks" alias="ARK" id="a9eea946-17b0-45a1-a90f-4b805f9a8d96">
</home>
<away name="Oral Roberts Golden Eagles" alias="ORU" id="042dbe0f-bc34-45de-b71e-afae3d8a15c7">
</away>
</game>
<game id="ec586297-95ef-44d6-8f38-923674a89009" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="119" away_points="38" conference_game="false" home_team="7f4f0451-6b78-4082-9503-ce851e549b0c" away_team="294aebc9-f883-41d0-ac6a-6565850adc9f">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="874fedd5-4ab8-41fd-8b33-1ad9e93ed73a" name="Colonial Life Arena" capacity="18000" address="801 Lincoln Street" city="Columbia" state="SC" zip="29208" country="USA"/>
<home name="South Carolina Gamecocks" alias="SCAR" id="7f4f0451-6b78-4082-9503-ce851e549b0c">
</home>
<away name="Charleston Cougars" alias="COFC" id="294aebc9-f883-41d0-ac6a-6565850adc9f">
</away>
</game>
<game id="f9320b69-830b-4592-a550-3b77258cd73f" status="cancelled" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" conference_game="false" home_team="e178897a-2035-4765-b054-f62779944fe3" away_team="5dd8c9e4-95ed-47fe-9c3b-1fd06f9a8725">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="1b35561d-dc72-4b22-88de-7dee4eea52b4" name="Cabot Center" capacity="1800" address="360 Huntington Avenue" city="Boston" state="MA" zip="02115" country="USA"/>
<home name="Northeastern Huskies" alias="NE" id="e178897a-2035-4765-b054-f62779944fe3">
</home>
<away name="Providence Friars" alias="PROV" id="5dd8c9e4-95ed-47fe-9c3b-1fd06f9a8725">
</away>
</game>
<game id="fd5d796a-43ca-4da5-a3a5-5710c80399b5" status="closed" coverage="boxscore" scheduled="2020-11-25T17:00:00Z" home_points="74" away_points="45" conference_game="false" home_team="9c596dc0-f167-4e9d-9bed-e469f6df4372" away_team="d8867892-132f-467e-bf73-fa5ae65eda10">
<time_zones venue="US/Central" home="US/Central"/>
<venue id="69391650-8df7-49f0-8128-217a57679085" name="College Park Center" capacity="7000" address="601 S Pecan Street" city="Arlington" state="TX" zip="76019" country="USA"/>
<home name="Texas-Arlington Mavericks" alias="UTA" id="9c596dc0-f167-4e9d-9bed-e469f6df4372">
</home>
<away name="Texas A&M-Commerce Lions" alias="TAMC" id="d8867892-132f-467e-bf73-fa5ae65eda10">
</away>
</game>
<game id="ae8a81b2-4bce-4536-b2c1-4df619394788" status="closed" coverage="boxscore" scheduled="2020-11-25T17:30:00Z" home_points="93" away_points="75" conference_game="false" home_team="49931d63-9723-435e-afe4-6e578955ba9e" away_team="7266d95e-7019-449d-9ab0-7190b6cabe11">
<time_zones venue="US/Eastern" home="US/Eastern" away="US/Eastern"/>
<venue id="64995011-8f2a-4ad8-8be8-8e60e901676b" name="Crisler Center" capacity="12707" address="333 E Stadium Boulevard" city="Ann Arbor" state="MI" zip="48104" country="USA"/>
<home name="Michigan Wolverines" alias="MICH" id="49931d63-9723-435e-afe4-6e578955ba9e">
</home>
<away name="Central Michigan Chippewas" alias="CMU" id="7266d95e-7019-449d-9ab0-7190b6cabe11">
</away>
</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/ncaawb/trial/v8/en/games/23142a51-0d42-4ab6-8c48-f2aada0fb2df/summary.json?
Use this same retrieval method for all NCAAWB 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 10 hours ago