WNBA Daily Boxscores API Documentation
You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.
This endpoint updates every 1 second.
Description
This endpoint returns WNBA boxscores by date.
API Endpoint
https://api.sportsblaze.com/wnba/v1/boxscores/daily/{date}.json
Parameters
key
(required)
Your SportsBlaze API key.
type
The season type (e.g. Regular Season
or Playoffs
). Separate multiple types with a comma (e.g. Preseason,Playoffs
).
id
The game id (e.g. 0805152b-9fa7-57c2-885f-3a21af6580c7
). Separate multiple ids with a comma (e.g. 0805152b-9fa7-57c2-885f-3a21af6580c7,f062b202-b9c7-5a4b-b42b-13b1f92ece7a
).
team
The away or home team id or name (e.g. cdd7db4a-cea9-5c56-918e-9843da405da2
or Indiana Fever
). Separate multiple teams with a comma (e.g. Indiana Fever,Chicago Sky
).
status
The game status (e.g. Scheduled
or In Progress
). Separate multiple status with a comma (e.g. Scheduled,Final
).
Example URLs
2025-05-17 daily boxscores:
https://api.sportsblaze.com/wnba/v1/boxscores/daily/2025-05-17.json?key=your_key
Example Response
{
"league": {
"id": "wnba",
"name": "WNBA",
"sport": "Basketball"
},
"games": [
{
"season": {
"year": 2025,
"type": "Regular Season"
},
"id": "0805152b-9fa7-57c2-885f-3a21af6580c7",
"teams": {
"away": {
"id": "d3c711d0-d7a3-5eee-a120-d5cc366b9a9c",
"name": "Chicago Sky"
},
"home": {
"id": "cdd7db4a-cea9-5c56-918e-9843da405da2",
"name": "Indiana Fever"
}
},
"date": "2025-05-17T15:00:00Z",
"status": "Final",
"venue": {
"name": "Gainbridge Fieldhouse",
"location": "Indianapolis, IN"
},
"officials": [
{
"name": "Roy Gulbeyan",
"number": "42",
"type": "Head Official"
},
{
"name": "Tiara Cruse",
"number": "5",
"type": "Official"
},
{
"name": "Jenna Reneau",
"number": "77",
"type": "Official"
}
],
"broadcasts": [
{
"name": "ABC",
"type": "TV",
"country": "United States",
"market": "National"
},
{
"name": "Disney+",
"type": "Streaming",
"country": "United States",
"market": "National"
},
{
"name": "ESPN+",
"type": "Streaming",
"country": "United States",
"market": "National"
},
{
"name": "NBA TV Canada",
"type": "TV",
"country": "Canada",
"market": "National"
},
{
"name": "WNBA League Pass",
"type": "Streaming",
"country": "United States",
"market": "National"
}
],
"scores": {
"periods": [
{
"number": 1,
"type": "Regulation",
"away": {
"points": 17
},
"home": {
"points": 22
}
},
{
"number": 2,
"type": "Regulation",
"away": {
"points": 15
},
"home": {
"points": 23
}
},
{
"number": 3,
"type": "Regulation",
"away": {
"points": 13
},
"home": {
"points": 20
}
},
{
"number": 4,
"type": "Regulation",
"away": {
"points": 13
},
"home": {
"points": 28
}
}
],
"total": {
"away": {
"points": 58
},
"home": {
"points": 93
}
}
},
"stats": {
"away": {
"assists": 17,
"assists_turnover_ratio": 0.89473684210526,
"bench_points": 20,
"biggest_lead": 2,
"biggest_lead_score": "2-0",
"biggest_scoring_run": 9,
"biggest_scoring_run_score": "45-65",
"blocks": 7,
"blocks_received": 10,
"fast_break_points_attempts": 10,
"fast_break_points_made": 4,
"fast_break_points_pct": 0.4,
"field_goals_attempts": 79,
"field_goals_effective_adjusted": 0.32911392405063,
"field_goals_made": 23,
"field_goals_pct": 0.29113924050633,
"fouls_drawn": 15,
"fouls_offensive": 3,
"fouls_personal": 22,
"fouls_team": 19,
"fouls_team_technical": 0,
"fouls_technical": 1,
"free_throws_attempts": 12,
"free_throws_made": 6,
"free_throws_pct": 0.5,
"lead_changes": 5,
"minutes": 200,
"points": 58,
"points_against": 93,
"points_fast_break": 11,
"points_from_turnovers": 8,
"points_in_the_paint": 26,
"points_in_the_paint_attempts": 42,
"points_in_the_paint_made": 13,
"points_in_the_paint_pct": 0.30952380952381,
"points_second_chance": 9,
"rebounds_defensive": 29,
"rebounds_offensive": 13,
"rebounds_personal": 42,
"rebounds_team": 11,
"rebounds_team_defensive": 0,
"rebounds_team_offensive": 11,
"rebounds": 53,
"second_chance_points_attempts": 18,
"second_chance_points_made": 4,
"second_chance_points_pct": 0.22222222222222,
"steals": 5,
"three_pointers_attempts": 27,
"three_pointers_made": 6,
"three_pointers_pct": 0.22222222222222,
"time_leading": "1:02",
"time_on_court": "200:00",
"times_tied": 3,
"true_shooting_attempts": 84.28,
"true_shooting_pct": 0.34409112482202,
"turnovers_personal": 17,
"turnovers_team": 2,
"turnovers": 19,
"two_pointers_attempts": 52,
"two_pointers_made": 17,
"two_pointers_pct": 0.32692307692308
},
"home": {
"assists": 19,
"assists_turnover_ratio": 1.7272727272727,
"bench_points": 17,
"biggest_lead": 35,
"biggest_lead_score": "58-93",
"biggest_scoring_run": 9,
"biggest_scoring_run_score": "45-65",
"blocks": 10,
"blocks_received": 7,
"fast_break_points_attempts": 15,
"fast_break_points_made": 7,
"fast_break_points_pct": 0.46666666666667,
"field_goals_attempts": 75,
"field_goals_effective_adjusted": 0.51333333333333,
"field_goals_made": 35,
"field_goals_pct": 0.46666666666667,
"fouls_drawn": 22,
"fouls_offensive": 0,
"fouls_personal": 15,
"fouls_team": 15,
"fouls_team_technical": 0,
"fouls_technical": 1,
"free_throws_attempts": 25,
"free_throws_made": 16,
"free_throws_pct": 0.64,
"lead_changes": 5,
"minutes": 200,
"points": 93,
"points_against": 58,
"points_fast_break": 16,
"points_from_turnovers": 24,
"points_in_the_paint": 48,
"points_in_the_paint_attempts": 47,
"points_in_the_paint_made": 24,
"points_in_the_paint_pct": 0.51063829787234,
"points_second_chance": 16,
"rebounds_defensive": 37,
"rebounds_offensive": 9,
"rebounds_personal": 46,
"rebounds_team": 12,
"rebounds_team_defensive": 1,
"rebounds_team_offensive": 11,
"rebounds": 58,
"second_chance_points_attempts": 14,
"second_chance_points_made": 8,
"second_chance_points_pct": 0.57142857142857,
"steals": 13,
"three_pointers_attempts": 21,
"three_pointers_made": 7,
"three_pointers_pct": 0.33333333333333,
"time_leading": "37:14",
"time_on_court": "200:00",
"times_tied": 3,
"true_shooting_attempts": 86,
"true_shooting_pct": 0.5406976744186,
"turnovers_personal": 10,
"turnovers_team": 1,
"turnovers": 11,
"two_pointers_attempts": 54,
"two_pointers_made": 28,
"two_pointers_pct": 0.51851851851852
}
},
"rosters": {
"away": [
{
"id": "15f695a4-f4f0-52ff-891f-1423d0682777",
"name": "Kia Nurse",
"position": "SF",
"number": "11",
"played": true,
"started": true,
"stats": {
"assists": 1,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 8,
"field_goals_made": 2,
"field_goals_pct": 0.25,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 2,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 45,
"minutes": 20,
"plus": 33,
"plus_minus": -12,
"points": 4,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 2,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 6,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "20:28",
"turnovers_personal": 0,
"two_pointers_attempts": 2,
"two_pointers_made": 2,
"two_pointers_pct": 1
}
},
{
"id": "e49108a6-2993-58a8-b47d-b88387a472c1",
"name": "Angel Reese",
"position": "PF",
"number": "5",
"played": true,
"started": true,
"stats": {
"assists": 1,
"blocks": 0,
"blocks_received": 4,
"field_goals_attempts": 14,
"field_goals_made": 5,
"field_goals_pct": 0.35714285714286,
"fouls_drawn": 2,
"fouls_offensive": 0,
"fouls_personal": 3,
"fouls_technical": 1,
"free_throws_attempts": 2,
"free_throws_made": 1,
"free_throws_pct": 0.5,
"minus": 56,
"minutes": 25,
"plus": 36,
"plus_minus": -20,
"points": 12,
"points_fast_break": 2,
"points_in_the_paint": 8,
"points_second_chance": 1,
"rebounds_defensive": 10,
"rebounds_offensive": 7,
"rebounds": 17,
"steals": 0,
"three_pointers_attempts": 2,
"three_pointers_made": 1,
"three_pointers_pct": 0.5,
"time_on_court": "24:56",
"turnovers_personal": 5,
"two_pointers_attempts": 12,
"two_pointers_made": 4,
"two_pointers_pct": 0.33333333333333
}
},
{
"id": "e086ac41-b94c-55c4-8ce0-2949b39ec4af",
"name": "Kamilla Cardoso",
"position": "C",
"number": "10",
"played": true,
"started": true,
"stats": {
"assists": 2,
"blocks": 2,
"blocks_received": 2,
"field_goals_attempts": 9,
"field_goals_made": 3,
"field_goals_pct": 0.33333333333333,
"fouls_drawn": 2,
"fouls_offensive": 2,
"fouls_personal": 4,
"fouls_technical": 0,
"free_throws_attempts": 2,
"free_throws_made": 1,
"free_throws_pct": 0.5,
"minus": 50,
"minutes": 22,
"plus": 37,
"plus_minus": -13,
"points": 7,
"points_fast_break": 1,
"points_in_the_paint": 4,
"points_second_chance": 0,
"rebounds_defensive": 4,
"rebounds_offensive": 3,
"rebounds": 7,
"steals": 0,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "21:30",
"turnovers_personal": 2,
"two_pointers_attempts": 9,
"two_pointers_made": 3,
"two_pointers_pct": 0.33333333333333
}
},
{
"id": "9b10c805-3e82-579c-b718-8b78c72f2c69",
"name": "Ariel Atkins",
"position": "SG",
"number": "7",
"played": true,
"started": true,
"stats": {
"assists": 2,
"blocks": 1,
"blocks_received": 0,
"field_goals_attempts": 6,
"field_goals_made": 3,
"field_goals_pct": 0.5,
"fouls_drawn": 4,
"fouls_offensive": 0,
"fouls_personal": 2,
"fouls_technical": 0,
"free_throws_attempts": 4,
"free_throws_made": 3,
"free_throws_pct": 0.75,
"minus": 52,
"minutes": 22,
"plus": 32,
"plus_minus": -20,
"points": 11,
"points_fast_break": 3,
"points_in_the_paint": 2,
"points_second_chance": 0,
"rebounds_defensive": 3,
"rebounds_offensive": 1,
"rebounds": 4,
"steals": 2,
"three_pointers_attempts": 2,
"three_pointers_made": 2,
"three_pointers_pct": 1,
"time_on_court": "21:53",
"turnovers_personal": 2,
"two_pointers_attempts": 4,
"two_pointers_made": 1,
"two_pointers_pct": 0.25
}
},
{
"id": "c057558a-f3d5-5e77-9bdc-d315ea34c500",
"name": "Courtney Vandersloot",
"position": "PG",
"number": "22",
"played": true,
"started": true,
"stats": {
"assists": 5,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 9,
"field_goals_made": 2,
"field_goals_pct": 0.22222222222222,
"fouls_drawn": 1,
"fouls_offensive": 0,
"fouls_personal": 1,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 69,
"minutes": 29,
"plus": 44,
"plus_minus": -25,
"points": 4,
"points_fast_break": 2,
"points_in_the_paint": 4,
"points_second_chance": 2,
"rebounds_defensive": 3,
"rebounds_offensive": 1,
"rebounds": 4,
"steals": 1,
"three_pointers_attempts": 3,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "28:32",
"turnovers_personal": 2,
"two_pointers_attempts": 6,
"two_pointers_made": 2,
"two_pointers_pct": 0.33333333333333
}
},
{
"id": "42e97dfc-bd49-52e3-966e-d887d0786eb6",
"name": "Rebecca Allen",
"number": "9",
"played": true,
"started": false,
"stats": {
"assists": 1,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 9,
"field_goals_made": 3,
"field_goals_pct": 0.33333333333333,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 2,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 42,
"minutes": 19,
"plus": 25,
"plus_minus": -17,
"points": 7,
"points_fast_break": 0,
"points_in_the_paint": 4,
"points_second_chance": 2,
"rebounds_defensive": 2,
"rebounds_offensive": 0,
"rebounds": 2,
"steals": 1,
"three_pointers_attempts": 5,
"three_pointers_made": 1,
"three_pointers_pct": 0.2,
"time_on_court": "19:10",
"turnovers_personal": 1,
"two_pointers_attempts": 4,
"two_pointers_made": 2,
"two_pointers_pct": 0.5
}
},
{
"id": "a28c4505-4f75-5901-819f-48d784faceca",
"name": "Michaela Onyenwere",
"number": "12",
"played": true,
"started": false,
"stats": {
"assists": 2,
"blocks": 0,
"blocks_received": 2,
"field_goals_attempts": 7,
"field_goals_made": 0,
"field_goals_pct": 0,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 4,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 40,
"minutes": 17,
"plus": 23,
"plus_minus": -17,
"points": 0,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 1,
"rebounds_offensive": 0,
"rebounds": 1,
"steals": 0,
"three_pointers_attempts": 2,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "17:10",
"turnovers_personal": 1,
"two_pointers_attempts": 5,
"two_pointers_made": 0,
"two_pointers_pct": 0
}
},
{
"id": "3cec5271-7722-55a1-9ce8-6f9a8aa20993",
"name": "Elizabeth Williams",
"number": "1",
"played": true,
"started": false,
"stats": {
"assists": 1,
"blocks": 2,
"blocks_received": 2,
"field_goals_attempts": 4,
"field_goals_made": 0,
"field_goals_pct": 0,
"fouls_drawn": 4,
"fouls_offensive": 1,
"fouls_personal": 4,
"fouls_technical": 0,
"free_throws_attempts": 4,
"free_throws_made": 1,
"free_throws_pct": 0.25,
"minus": 43,
"minutes": 19,
"plus": 21,
"plus_minus": -22,
"points": 1,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 6,
"rebounds_offensive": 1,
"rebounds": 7,
"steals": 1,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "18:30",
"turnovers_personal": 2,
"two_pointers_attempts": 4,
"two_pointers_made": 0,
"two_pointers_pct": 0
}
},
{
"id": "b32c3d68-7266-5964-a9fb-f3863225c892",
"name": "Rachel Banham",
"number": "24",
"played": true,
"started": false,
"stats": {
"assists": 1,
"blocks": 2,
"blocks_received": 0,
"field_goals_attempts": 8,
"field_goals_made": 3,
"field_goals_pct": 0.375,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 44,
"minutes": 19,
"plus": 25,
"plus_minus": -19,
"points": 8,
"points_fast_break": 3,
"points_in_the_paint": 2,
"points_second_chance": 0,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 6,
"three_pointers_made": 2,
"three_pointers_pct": 0.33333333333333,
"time_on_court": "19:03",
"turnovers_personal": 1,
"two_pointers_attempts": 2,
"two_pointers_made": 1,
"two_pointers_pct": 0.5
}
},
{
"id": "ef2240af-d5fb-5671-8342-57b9b3607576",
"name": "Hailey Van Lith",
"number": "2",
"played": true,
"started": false,
"stats": {
"assists": 0,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 2,
"field_goals_made": 2,
"field_goals_pct": 1,
"fouls_drawn": 2,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 12,
"minutes": 4,
"plus": 7,
"plus_minus": -5,
"points": 4,
"points_fast_break": 0,
"points_in_the_paint": 2,
"points_second_chance": 2,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "4:24",
"turnovers_personal": 1,
"two_pointers_attempts": 2,
"two_pointers_made": 2,
"two_pointers_pct": 1
}
},
{
"id": "8c3d94ad-45c2-5bea-a06f-df3235811e79",
"name": "Maddy Westbeld",
"number": "21",
"played": true,
"started": false,
"stats": {
"assists": 1,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 3,
"field_goals_made": 0,
"field_goals_pct": 0,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 12,
"minutes": 4,
"plus": 7,
"plus_minus": -5,
"points": 0,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 1,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "4:24",
"turnovers_personal": 0,
"two_pointers_attempts": 2,
"two_pointers_made": 0,
"two_pointers_pct": 0
}
},
{
"id": "61eb3387-a693-5c18-9cef-166e89cc3b59",
"name": "Moriah Jefferson",
"number": "4",
"played": false,
"started": false,
"stats": {
"assists": 0,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 0,
"field_goals_made": 0,
"field_goals_pct": 0,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 0,
"minutes": 0,
"plus": 0,
"plus_minus": 0,
"points": 0,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "0:00",
"turnovers_personal": 0,
"two_pointers_attempts": 0,
"two_pointers_made": 0,
"two_pointers_pct": 0
}
}
],
"home": [
{
"id": "a1f1148b-e402-5692-b95e-013d5b04dd8b",
"name": "DeWanna Bonner",
"position": "SF",
"number": "25",
"played": true,
"started": true,
"stats": {
"assists": 2,
"blocks": 0,
"blocks_received": 1,
"field_goals_attempts": 9,
"field_goals_made": 2,
"field_goals_pct": 0.22222222222222,
"fouls_drawn": 2,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 4,
"free_throws_made": 3,
"free_throws_pct": 0.75,
"minus": 41,
"minutes": 26,
"plus": 56,
"plus_minus": 15,
"points": 7,
"points_fast_break": 4,
"points_in_the_paint": 4,
"points_second_chance": 0,
"rebounds_defensive": 2,
"rebounds_offensive": 1,
"rebounds": 3,
"steals": 2,
"three_pointers_attempts": 2,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "26:30",
"turnovers_personal": 0,
"two_pointers_attempts": 7,
"two_pointers_made": 2,
"two_pointers_pct": 0.28571428571429
}
},
{
"id": "900b4ad9-17dc-5478-a07c-a131caa97829",
"name": "Natasha Howard",
"position": "PF",
"number": "6",
"played": true,
"started": true,
"stats": {
"assists": 2,
"blocks": 1,
"blocks_received": 1,
"field_goals_attempts": 12,
"field_goals_made": 6,
"field_goals_pct": 0.5,
"fouls_drawn": 6,
"fouls_offensive": 0,
"fouls_personal": 3,
"fouls_technical": 0,
"free_throws_attempts": 8,
"free_throws_made": 3,
"free_throws_pct": 0.375,
"minus": 41,
"minutes": 29,
"plus": 67,
"plus_minus": 26,
"points": 15,
"points_fast_break": 2,
"points_in_the_paint": 12,
"points_second_chance": 0,
"rebounds_defensive": 5,
"rebounds_offensive": 0,
"rebounds": 5,
"steals": 3,
"three_pointers_attempts": 1,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "29:09",
"turnovers_personal": 4,
"two_pointers_attempts": 11,
"two_pointers_made": 6,
"two_pointers_pct": 0.54545454545454
}
},
{
"id": "a4608436-4683-559c-9603-a7fa2c7c36f3",
"name": "Aliyah Boston",
"position": "C",
"number": "7",
"played": true,
"started": true,
"stats": {
"assists": 0,
"blocks": 5,
"blocks_received": 1,
"field_goals_attempts": 12,
"field_goals_made": 8,
"field_goals_pct": 0.66666666666667,
"fouls_drawn": 3,
"fouls_offensive": 0,
"fouls_personal": 3,
"fouls_technical": 1,
"free_throws_attempts": 3,
"free_throws_made": 2,
"free_throws_pct": 0.66666666666667,
"minus": 41,
"minutes": 27,
"plus": 64,
"plus_minus": 23,
"points": 19,
"points_fast_break": 2,
"points_in_the_paint": 10,
"points_second_chance": 10,
"rebounds_defensive": 9,
"rebounds_offensive": 4,
"rebounds": 13,
"steals": 0,
"three_pointers_attempts": 1,
"three_pointers_made": 1,
"three_pointers_pct": 1,
"time_on_court": "27:12",
"turnovers_personal": 0,
"two_pointers_attempts": 11,
"two_pointers_made": 7,
"two_pointers_pct": 0.63636363636364
}
},
{
"id": "bf252c9c-ac54-56d1-9aab-b2241b7f7bbf",
"name": "Kelsey Mitchell",
"position": "SG",
"number": "0",
"played": true,
"started": true,
"stats": {
"assists": 2,
"blocks": 0,
"blocks_received": 1,
"field_goals_attempts": 12,
"field_goals_made": 6,
"field_goals_pct": 0.5,
"fouls_drawn": 2,
"fouls_offensive": 0,
"fouls_personal": 1,
"fouls_technical": 0,
"free_throws_attempts": 2,
"free_throws_made": 1,
"free_throws_pct": 0.5,
"minus": 45,
"minutes": 30,
"plus": 70,
"plus_minus": 25,
"points": 15,
"points_fast_break": 4,
"points_in_the_paint": 8,
"points_second_chance": 0,
"rebounds_defensive": 1,
"rebounds_offensive": 0,
"rebounds": 1,
"steals": 1,
"three_pointers_attempts": 4,
"three_pointers_made": 2,
"three_pointers_pct": 0.5,
"time_on_court": "29:40",
"turnovers_personal": 0,
"two_pointers_attempts": 8,
"two_pointers_made": 4,
"two_pointers_pct": 0.5
}
},
{
"id": "652136d7-d96f-5ea9-a5ed-04013b20312b",
"name": "Caitlin Clark",
"position": "PG",
"number": "22",
"played": true,
"started": true,
"stats": {
"assists": 10,
"blocks": 4,
"blocks_received": 1,
"field_goals_attempts": 13,
"field_goals_made": 6,
"field_goals_pct": 0.46153846153846,
"fouls_drawn": 3,
"fouls_offensive": 0,
"fouls_personal": 3,
"fouls_technical": 0,
"free_throws_attempts": 4,
"free_throws_made": 4,
"free_throws_pct": 1,
"minus": 55,
"minutes": 32,
"plus": 75,
"plus_minus": 20,
"points": 20,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 10,
"rebounds_offensive": 0,
"rebounds": 10,
"steals": 2,
"three_pointers_attempts": 8,
"three_pointers_made": 4,
"three_pointers_pct": 0.5,
"time_on_court": "31:57",
"turnovers_personal": 3,
"two_pointers_attempts": 5,
"two_pointers_made": 2,
"two_pointers_pct": 0.4
}
},
{
"id": "77a3e972-2c5d-54ba-9e4d-055b6d007f86",
"name": "Lexie Hull",
"number": "10",
"played": true,
"started": false,
"stats": {
"assists": 0,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 10,
"field_goals_made": 4,
"field_goals_pct": 0.4,
"fouls_drawn": 3,
"fouls_offensive": 0,
"fouls_personal": 1,
"fouls_technical": 0,
"free_throws_attempts": 2,
"free_throws_made": 1,
"free_throws_pct": 0.5,
"minus": 30,
"minutes": 23,
"plus": 53,
"plus_minus": 23,
"points": 9,
"points_fast_break": 2,
"points_in_the_paint": 8,
"points_second_chance": 6,
"rebounds_defensive": 6,
"rebounds_offensive": 3,
"rebounds": 9,
"steals": 2,
"three_pointers_attempts": 4,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "22:32",
"turnovers_personal": 1,
"two_pointers_attempts": 6,
"two_pointers_made": 4,
"two_pointers_pct": 0.66666666666667
}
},
{
"id": "f89723fe-9ff1-5953-b715-e42fe2775a2e",
"name": "Brianna Turner",
"number": "11",
"played": true,
"started": false,
"stats": {
"assists": 2,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 1,
"field_goals_made": 0,
"field_goals_pct": 0,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 1,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 3,
"minutes": 6,
"plus": 14,
"plus_minus": 11,
"points": 0,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 3,
"rebounds_offensive": 0,
"rebounds": 3,
"steals": 0,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "5:41",
"turnovers_personal": 0,
"two_pointers_attempts": 1,
"two_pointers_made": 0,
"two_pointers_pct": 0
}
},
{
"id": "94086b68-ba10-5338-997b-b762559a15bf",
"name": "Sydney Colson",
"number": "51",
"played": true,
"started": false,
"stats": {
"assists": 1,
"blocks": 0,
"blocks_received": 1,
"field_goals_attempts": 2,
"field_goals_made": 1,
"field_goals_pct": 0.5,
"fouls_drawn": 2,
"fouls_offensive": 0,
"fouls_personal": 2,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 14,
"minutes": 13,
"plus": 31,
"plus_minus": 17,
"points": 2,
"points_fast_break": 2,
"points_in_the_paint": 2,
"points_second_chance": 0,
"rebounds_defensive": 0,
"rebounds_offensive": 1,
"rebounds": 1,
"steals": 3,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "13:09",
"turnovers_personal": 1,
"two_pointers_attempts": 2,
"two_pointers_made": 1,
"two_pointers_pct": 0.5
}
},
{
"id": "80582eb1-1f1f-5e31-8002-d581834fab11",
"name": "Damiris Dantas",
"number": "12",
"played": true,
"started": false,
"stats": {
"assists": 0,
"blocks": 0,
"blocks_received": 1,
"field_goals_attempts": 3,
"field_goals_made": 1,
"field_goals_pct": 0.33333333333333,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 1,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 16,
"minutes": 11,
"plus": 25,
"plus_minus": 9,
"points": 2,
"points_fast_break": 0,
"points_in_the_paint": 2,
"points_second_chance": 0,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 1,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "11:07",
"turnovers_personal": 0,
"two_pointers_attempts": 2,
"two_pointers_made": 1,
"two_pointers_pct": 0.5
}
},
{
"id": "5b0fe34f-f87e-5234-9656-db2919af50ae",
"name": "Makayla Timpson",
"number": "21",
"played": true,
"started": false,
"stats": {
"assists": 0,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 1,
"field_goals_made": 1,
"field_goals_pct": 1,
"fouls_drawn": 1,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 2,
"free_throws_made": 2,
"free_throws_pct": 1,
"minus": 4,
"minutes": 3,
"plus": 10,
"plus_minus": 6,
"points": 4,
"points_fast_break": 0,
"points_in_the_paint": 2,
"points_second_chance": 0,
"rebounds_defensive": 1,
"rebounds_offensive": 0,
"rebounds": 1,
"steals": 0,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "3:03",
"turnovers_personal": 1,
"two_pointers_attempts": 1,
"two_pointers_made": 1,
"two_pointers_pct": 1
}
},
{
"id": "2044acbd-1566-5933-af43-1b47af1b4bb0",
"name": "Sophie Cunningham",
"number": "8",
"played": false,
"started": false,
"stats": {
"assists": 0,
"blocks": 0,
"blocks_received": 0,
"field_goals_attempts": 0,
"field_goals_made": 0,
"field_goals_pct": 0,
"fouls_drawn": 0,
"fouls_offensive": 0,
"fouls_personal": 0,
"fouls_technical": 0,
"free_throws_attempts": 0,
"free_throws_made": 0,
"free_throws_pct": 0,
"minus": 0,
"minutes": 0,
"plus": 0,
"plus_minus": 0,
"points": 0,
"points_fast_break": 0,
"points_in_the_paint": 0,
"points_second_chance": 0,
"rebounds_defensive": 0,
"rebounds_offensive": 0,
"rebounds": 0,
"steals": 0,
"three_pointers_attempts": 0,
"three_pointers_made": 0,
"three_pointers_pct": 0,
"time_on_court": "0:00",
"turnovers_personal": 0,
"two_pointers_attempts": 0,
"two_pointers_made": 0,
"two_pointers_pct": 0
}
}
]
}
}
],
"updated": "2025-05-19T20:19:24Z"
}