Skip to main content

WNBA Team Split Stats API Documentation

Requirement

You need an API key to use SportsBlaze. Get access at www.sportsblaze.com.

Update Frequency

This endpoint updates every 60 seconds.

Description

This endpoint returns WNBA team split stats and custom rankings.

API Endpoint

https://api.sportsblaze.com/wnba/v1/splits/teams/{season}/{split}.json

Splits

  • regular_season
  • regular_season_away
  • regular_season_home
  • regular_season_last_1
  • regular_season_last_5
  • regular_season_last_10
  • regular_season_last_20
  • regular_season_wins
  • regular_season_losses
  • regular_season_away_wins
  • regular_season_away_losses
  • regular_season_home_wins
  • regular_season_home_losses
  • regular_season_last_1_away
  • regular_season_last_5_away
  • regular_season_last_10_away
  • regular_season_last_1_home
  • regular_season_last_5_home
  • regular_season_last_10_home
  • regular_season_vs_{team}
  • {month}
  • playoffs
  • playoffs_last_1
  • playoffs_last_5

Parameters

key (required)

Your SportsBlaze API key.

id

The team id (e.g. cdd7db4a-cea9-5c56-918e-9843da405da2). Separate multiple ids with a comma (e.g. cdd7db4a-cea9-5c56-918e-9843da405da2,d3c711d0-d7a3-5eee-a120-d5cc366b9a9c).

stats

Rank teams by stat(s) (e.g. own_total_points, opponents_average_rebounds, or own_average_steals). Combine multiple stats by separating them with a comma (e.g. own_average_points,own_average_rebounds,own_average_assists).

Format: own/opponents_total/average_{stat}

min/max_played

Min/max games played (e.g. min_played=10 or max_played=50).

min/max_{stat}

Min/max stat value (e.g. min_own_average_field_goals_pct, max_opponents_average_points, or max_opponents_total_rebounds_defensive).

Format: min/max_own/opponents_total/average_{stat}

sort

Sort ranked teams in ascending order (e.g. sort=asc).

Example URLs

2024 team split stats, regular season:

https://api.sportsblaze.com/wnba/v1/splits/teams/2024/regular_season.json?key=your_key

2024 team split stats, regular season vs Indiana Fever, minimum 4 games played:

https://api.sportsblaze.com/wnba/v1/splits/teams/2024/regular_season_vs_indiana_fever.json?key=your_key&min_played=4

2024 team split stats, regular season last 10 games, ranked by opponents average points, in ascending order:

https://api.sportsblaze.com/wnba/v1/splits/teams/2024/regular_season_last_10.json?key=your_key&stats=opponents_average_points&sort=asc

2024 team split stats, regular season home games, minimum 10 games played, ranked by own total points, total rebounds, & total assists:

https://api.sportsblaze.com/wnba/v1/splits/teams/2024/regular_season_home.json?key=your_key&min_played=10&stats=own_total_points,own_total_rebounds,own_total_assists

2024 team split stats, August games, minimum 5 games played, ranked by opponents average points in the paint, minimum 30% own average two pointers pct, maximum 200 own total second chance points:

https://api.sportsblaze.com/wnba/v1/splits/teams/2024/august.json?key=your_key&min_played=5&stats=opponents_average_points_in_the_paint&min_own_average_two_pointers_pct=0.3&max_own_total_points_second_chance=200

Example Response

{
"league": {
"id": "wnba",
"name": "WNBA",
"sport": "Basketball"
},
"season": {
"year": 2024,
"split": "Regular Season Home"
},
"ranking": {
"stats": [
"own_total_points",
"own_total_rebounds",
"own_total_assists"
],
"min_played": 10,
"results": 12
},
"teams": [
{
"rank": {
"sequence": 1,
"total": 3043
},
"id": "1a9b05d4-3120-5924-bb98-a3fada6ede0b",
"name": "Dallas Wings",
"played": 20,
"stats": {
"own": {
"total": {
"assists": 414,
"bench_points": 325,
"biggest_lead": 143,
"biggest_scoring_run": 214,
"blocks": 88,
"blocks_received": 104,
"fast_break_points_attempts": 171,
"fast_break_points_made": 98,
"field_goals_attempts": 1452,
"field_goals_made": 645,
"fouls_drawn": 370,
"fouls_offensive": 34,
"fouls_personal": 364,
"fouls_team": 329,
"fouls_team_technical": 1,
"fouls_technical": 9,
"free_throws_attempts": 416,
"free_throws_made": 332,
"lead_changes": 112,
"minutes": 4050,
"points": 1749,
"points_against": 1847,
"points_fast_break": 232,
"points_from_turnovers": 340,
"points_in_the_paint": 852,
"points_in_the_paint_attempts": 781,
"points_in_the_paint_made": 426,
"points_second_chance": 308,
"rebounds": 880,
"rebounds_defensive": 481,
"rebounds_offensive": 222,
"rebounds_personal": 703,
"rebounds_team": 177,
"rebounds_team_defensive": 50,
"rebounds_team_offensive": 127,
"second_chance_points_attempts": 224,
"second_chance_points_made": 111,
"steals": 146,
"three_pointers_attempts": 393,
"three_pointers_made": 127,
"times_tied": 98,
"true_shooting_attempts": 1635.04,
"turnovers": 301,
"turnovers_personal": 285,
"turnovers_team": 16,
"two_pointers_attempts": 1059,
"two_pointers_made": 518
},
"average": {
"assists": 20.7,
"assists_turnover_ratio": 1.3754152823920265,
"bench_points": 16.25,
"biggest_lead": 7.15,
"biggest_scoring_run": 10.7,
"blocks": 4.4,
"blocks_received": 5.2,
"fast_break_points_attempts": 8.55,
"fast_break_points_made": 4.9,
"fast_break_points_pct": 0.5730994152046783,
"field_goals_attempts": 72.6,
"field_goals_effective_adjusted": 0.48794765840220383,
"field_goals_made": 32.25,
"field_goals_pct": 0.44421487603305787,
"fouls_drawn": 18.5,
"fouls_offensive": 1.7,
"fouls_personal": 18.2,
"fouls_team": 16.45,
"fouls_team_technical": 0.05,
"fouls_technical": 0.45,
"free_throws_attempts": 20.8,
"free_throws_made": 16.6,
"free_throws_pct": 0.7980769230769231,
"lead_changes": 5.6,
"minutes": 202.5,
"points": 87.45,
"points_against": 92.35,
"points_fast_break": 11.6,
"points_from_turnovers": 17,
"points_in_the_paint": 42.6,
"points_in_the_paint_attempts": 39.05,
"points_in_the_paint_made": 21.3,
"points_in_the_paint_pct": 0.5454545454545455,
"points_second_chance": 15.4,
"rebounds": 44,
"rebounds_defensive": 24.05,
"rebounds_offensive": 11.1,
"rebounds_personal": 35.15,
"rebounds_team": 8.85,
"rebounds_team_defensive": 2.5,
"rebounds_team_offensive": 6.35,
"second_chance_points_attempts": 11.2,
"second_chance_points_made": 5.55,
"second_chance_points_pct": 0.4955357142857143,
"steals": 7.3,
"three_pointers_attempts": 19.65,
"three_pointers_made": 6.35,
"three_pointers_pct": 0.3231552162849873,
"times_tied": 4.9,
"true_shooting_attempts": 81.752,
"true_shooting_pct": 0.5348493003229279,
"turnovers": 15.05,
"turnovers_personal": 14.25,
"turnovers_team": 0.8,
"two_pointers_attempts": 52.95,
"two_pointers_made": 25.9,
"two_pointers_pct": 0.4891406987724268
}
},
"opponents": {
"total": {
"assists": 474,
"bench_points": 397,
"biggest_lead": 295,
"biggest_scoring_run": 223,
"blocks": 104,
"blocks_received": 88,
"fast_break_points_attempts": 181,
"fast_break_points_made": 119,
"field_goals_attempts": 1398,
"field_goals_made": 682,
"fouls_drawn": 364,
"fouls_offensive": 22,
"fouls_personal": 370,
"fouls_team": 347,
"fouls_team_technical": 4,
"fouls_technical": 2,
"free_throws_attempts": 390,
"free_throws_made": 313,
"lead_changes": 112,
"minutes": 4050,
"points": 1847,
"points_against": 1749,
"points_fast_break": 278,
"points_from_turnovers": 346,
"points_in_the_paint": 828,
"points_in_the_paint_attempts": 705,
"points_in_the_paint_made": 414,
"points_second_chance": 191,
"rebounds": 805,
"rebounds_defensive": 481,
"rebounds_offensive": 155,
"rebounds_personal": 636,
"rebounds_team": 169,
"rebounds_team_defensive": 61,
"rebounds_team_offensive": 108,
"second_chance_points_attempts": 164,
"second_chance_points_made": 72,
"steals": 157,
"three_pointers_attempts": 461,
"three_pointers_made": 170,
"times_tied": 98,
"true_shooting_attempts": 1569.6,
"turnovers": 294,
"turnovers_personal": 274,
"turnovers_team": 20,
"two_pointers_attempts": 937,
"two_pointers_made": 512
},
"average": {
"assists": 23.7,
"assists_turnover_ratio": 1.6122448979591837,
"bench_points": 19.85,
"biggest_lead": 14.75,
"biggest_scoring_run": 11.15,
"blocks": 5.2,
"blocks_received": 4.4,
"fast_break_points_attempts": 9.05,
"fast_break_points_made": 5.95,
"fast_break_points_pct": 0.6574585635359116,
"field_goals_attempts": 69.9,
"field_goals_effective_adjusted": 0.5486409155937053,
"field_goals_made": 34.1,
"field_goals_pct": 0.48783977110157367,
"fouls_drawn": 18.2,
"fouls_offensive": 1.1,
"fouls_personal": 18.5,
"fouls_team": 17.35,
"fouls_team_technical": 0.2,
"fouls_technical": 0.1,
"free_throws_attempts": 19.5,
"free_throws_made": 15.65,
"free_throws_pct": 0.8025641025641026,
"lead_changes": 5.6,
"minutes": 202.5,
"points": 92.35,
"points_against": 87.45,
"points_fast_break": 13.9,
"points_from_turnovers": 17.3,
"points_in_the_paint": 41.4,
"points_in_the_paint_attempts": 35.25,
"points_in_the_paint_made": 20.7,
"points_in_the_paint_pct": 0.5872340425531914,
"points_second_chance": 9.55,
"rebounds": 40.25,
"rebounds_defensive": 24.05,
"rebounds_offensive": 7.75,
"rebounds_personal": 31.8,
"rebounds_team": 8.45,
"rebounds_team_defensive": 3.05,
"rebounds_team_offensive": 5.4,
"second_chance_points_attempts": 8.2,
"second_chance_points_made": 3.6,
"second_chance_points_pct": 0.4390243902439025,
"steals": 7.85,
"three_pointers_attempts": 23.05,
"three_pointers_made": 8.5,
"three_pointers_pct": 0.368763557483731,
"times_tied": 4.9,
"true_shooting_attempts": 78.47999999999999,
"true_shooting_pct": 0.5883664627930684,
"turnovers": 14.7,
"turnovers_personal": 13.7,
"turnovers_team": 1,
"two_pointers_attempts": 46.85,
"two_pointers_made": 25.6,
"two_pointers_pct": 0.5464247598719317
}
}
},
"games": [
"70b947ff-455c-5f50-bd7c-78a23a9f70bc",
"e984c889-764b-5f22-ba2d-5f2276dc0ac6",
"bc31344b-2781-5d4f-8aa0-7007c653ae45",
"6718be19-eb7c-5b2a-893d-34f3e991709a",
"219bedf2-9971-5491-a7df-15fc41bd4e81",
"653208e0-1e65-54b0-9c28-ea5f5c93e13a",
"0a00d670-582b-556d-9e2b-9f58eaa28bdc",
"f3862b5c-4b55-5706-b23a-79c4dfdb9688",
"9c4bb257-e71d-5c86-a352-1b9971b3fef0",
"939f1de5-6962-51a4-a979-ed573da58c07",
"b22ecec2-0009-5682-8fb4-ab4ed2f89e7b",
"42d6a2bc-e0f4-53cd-84b9-8daa8e66d816",
"2db163ce-23fa-5839-86c7-c0505e90486f",
"67f03571-25b1-56b9-bf6c-f4f82c318e77",
"618e142b-ae29-5a8a-892c-4fff17d2087b",
"5db48650-a06f-5ff8-8db2-930b28cc102c",
"5fb1ba4c-765a-5f51-8d4d-065de29fa708",
"2ee84d83-97a6-5232-b4e2-790b723c13b3",
"801e6e9e-2431-55b6-98ee-1b49bd5f9366",
"860cdb4f-031f-557b-a75b-23bc9f17cca5"
]
}
],
"updated": "2025-05-19T20:47:00Z"
}