Skip to main content

NBA 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 NBA team split stats and custom rankings.

API Endpoint

https://api.sportsblaze.com/nba/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_20_away
  • regular_season_last_1_home
  • regular_season_last_5_home
  • regular_season_last_10_home
  • regular_season_last_20_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. 055b1efc-952a-5458-abf9-1f9f9e4f369e). Separate multiple ids with a comma (e.g. 055b1efc-952a-5458-abf9-1f9f9e4f369e,5d5ef89c-a698-5f11-ba7d-3c5413fd2e80).

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/nba/v1/splits/teams/2024/regular_season.json?key=your_key

2024 team split stats, regular season vs Los Angeles Lakers, minimum 4 games played:

https://api.sportsblaze.com/nba/v1/splits/teams/2024/regular_season_vs_los_angeles_lakers.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/nba/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/nba/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, December 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/nba/v1/splits/teams/2024/december.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": "nba",
"name": "NBA",
"sport": "Basketball"
},
"season": {
"year": 2024,
"split": "Regular Season"
},
"ranking": {
"stats": [
"opponents_average_points",
"opponents_average_rebounds",
"opponents_average_assists"
],
"min_played": 82,
"min_own_average_field_goals_effective_adjusted": 0.55,
"results": 13
},
"teams": [
{
"rank": {
"sequence": 7,
"total": 190.90243902439025
},
"id": "fa62a1a5-2e7d-541f-8e96-e52b64f25a07",
"name": "Los Angeles Lakers",
"played": 82,
"stats": {
"own": {
"total": {
"assists": 2131,
"bench_points": 2148,
"biggest_lead": 1193,
"biggest_scoring_run": 859,
"blocks": 367,
"blocks_received": 344,
"fast_break_points_attempts": 813,
"fast_break_points_made": 492,
"field_goals_attempts": 7007,
"field_goals_made": 3356,
"fouls_drawn": 1576,
"fouls_offensive": 101,
"fouls_personal": 1415,
"fouls_team": 1311,
"fouls_team_technical": 13,
"fouls_technical": 32,
"free_throws_attempts": 1902,
"free_throws_made": 1494,
"lead_changes": 519,
"minutes": 19730,
"points": 9298,
"points_against": 9198,
"points_fast_break": 1235,
"points_from_turnovers": 1339,
"points_in_the_paint": 3938,
"points_in_the_paint_attempts": 3312,
"points_in_the_paint_made": 1969,
"points_second_chance": 1006,
"rebounds": 4144,
"rebounds_defensive": 2687,
"rebounds_offensive": 792,
"rebounds_personal": 3479,
"rebounds_team": 665,
"rebounds_team_defensive": 193,
"rebounds_team_offensive": 472,
"second_chance_points_attempts": 781,
"second_chance_points_made": 386,
"steals": 633,
"three_pointers_attempts": 2981,
"three_pointers_made": 1092,
"times_tied": 319,
"true_shooting_attempts": 7843.879999999997,
"turnovers": 1145,
"turnovers_personal": 1076,
"turnovers_team": 69,
"two_pointers_attempts": 4026,
"two_pointers_made": 2264
},
"average": {
"assists": 25.98780487804878,
"assists_turnover_ratio": 1.8611353711790393,
"bench_points": 26.195121951219512,
"biggest_lead": 14.548780487804878,
"biggest_scoring_run": 10.475609756097562,
"blocks": 4.475609756097561,
"blocks_received": 4.195121951219512,
"fast_break_points_attempts": 9.914634146341463,
"fast_break_points_made": 6,
"fast_break_points_pct": 0.6051660516605166,
"field_goals_attempts": 85.45121951219512,
"field_goals_effective_adjusted": 0.5568716997288425,
"field_goals_made": 40.926829268292686,
"field_goals_pct": 0.4789496218067647,
"fouls_drawn": 19.21951219512195,
"fouls_offensive": 1.2317073170731707,
"fouls_personal": 17.25609756097561,
"fouls_team": 15.987804878048781,
"fouls_team_technical": 0.15853658536585366,
"fouls_technical": 0.3902439024390244,
"free_throws_attempts": 23.195121951219512,
"free_throws_made": 18.21951219512195,
"free_throws_pct": 0.7854889589905363,
"lead_changes": 6.329268292682927,
"minutes": 240.609756097561,
"points": 113.39024390243902,
"points_against": 112.17073170731707,
"points_fast_break": 15.060975609756097,
"points_from_turnovers": 16.329268292682926,
"points_in_the_paint": 48.02439024390244,
"points_in_the_paint_attempts": 40.390243902439025,
"points_in_the_paint_made": 24.01219512195122,
"points_in_the_paint_pct": 0.5945048309178744,
"points_second_chance": 12.268292682926829,
"rebounds": 50.53658536585366,
"rebounds_defensive": 32.76829268292683,
"rebounds_offensive": 9.658536585365853,
"rebounds_personal": 42.426829268292686,
"rebounds_team": 8.109756097560975,
"rebounds_team_defensive": 2.3536585365853657,
"rebounds_team_offensive": 5.7560975609756095,
"second_chance_points_attempts": 9.524390243902438,
"second_chance_points_made": 4.7073170731707314,
"second_chance_points_pct": 0.49423815620998723,
"steals": 7.719512195121951,
"three_pointers_attempts": 36.353658536585364,
"three_pointers_made": 13.317073170731707,
"three_pointers_pct": 0.366320026836632,
"times_tied": 3.8902439024390243,
"true_shooting_attempts": 95.65707317073168,
"true_shooting_pct": 0.5926913721270596,
"turnovers": 13.963414634146341,
"turnovers_personal": 13.121951219512194,
"turnovers_team": 0.8414634146341463,
"two_pointers_attempts": 49.09756097560975,
"two_pointers_made": 27.609756097560975,
"two_pointers_pct": 0.5623447590660706
}
},
"opponents": {
"total": {
"assists": 2236,
"bench_points": 2765,
"biggest_lead": 908,
"biggest_scoring_run": 856,
"blocks": 344,
"blocks_received": 367,
"fast_break_points_attempts": 950,
"fast_break_points_made": 534,
"field_goals_attempts": 7319,
"field_goals_made": 3392,
"fouls_drawn": 1415,
"fouls_offensive": 113,
"fouls_personal": 1576,
"fouls_team": 1460,
"fouls_team_technical": 16,
"fouls_technical": 26,
"free_throws_attempts": 1680,
"free_throws_made": 1302,
"lead_changes": 519,
"minutes": 19730,
"points": 9198,
"points_against": 9298,
"points_fast_break": 1382,
"points_from_turnovers": 1385,
"points_in_the_paint": 4048,
"points_in_the_paint_attempts": 3543,
"points_in_the_paint_made": 2024,
"points_second_chance": 1189,
"rebounds": 4220,
"rebounds_defensive": 2609,
"rebounds_offensive": 919,
"rebounds_personal": 3528,
"rebounds_team": 692,
"rebounds_team_defensive": 186,
"rebounds_team_offensive": 506,
"second_chance_points_attempts": 915,
"second_chance_points_made": 452,
"steals": 673,
"three_pointers_attempts": 3124,
"three_pointers_made": 1112,
"times_tied": 319,
"true_shooting_attempts": 8058.2,
"turnovers": 1121,
"turnovers_personal": 1063,
"turnovers_team": 58,
"two_pointers_attempts": 4195,
"two_pointers_made": 2280
},
"average": {
"assists": 27.26829268292683,
"assists_turnover_ratio": 1.9946476360392507,
"bench_points": 33.71951219512195,
"biggest_lead": 11.073170731707316,
"biggest_scoring_run": 10.439024390243903,
"blocks": 4.195121951219512,
"blocks_received": 4.475609756097561,
"fast_break_points_attempts": 11.585365853658537,
"fast_break_points_made": 6.512195121951219,
"fast_break_points_pct": 0.5621052631578947,
"field_goals_attempts": 89.2560975609756,
"field_goals_effective_adjusted": 0.5394179532723049,
"field_goals_made": 41.36585365853659,
"field_goals_pct": 0.46345129115999456,
"fouls_drawn": 17.25609756097561,
"fouls_offensive": 1.3780487804878048,
"fouls_personal": 19.21951219512195,
"fouls_team": 17.804878048780488,
"fouls_team_technical": 0.1951219512195122,
"fouls_technical": 0.3170731707317073,
"free_throws_attempts": 20.48780487804878,
"free_throws_made": 15.878048780487806,
"free_throws_pct": 0.775,
"lead_changes": 6.329268292682927,
"minutes": 240.609756097561,
"points": 112.17073170731707,
"points_against": 113.39024390243902,
"points_fast_break": 16.853658536585368,
"points_from_turnovers": 16.890243902439025,
"points_in_the_paint": 49.36585365853659,
"points_in_the_paint_attempts": 43.207317073170735,
"points_in_the_paint_made": 24.682926829268293,
"points_in_the_paint_pct": 0.5712672876093705,
"points_second_chance": 14.5,
"rebounds": 51.46341463414634,
"rebounds_defensive": 31.817073170731707,
"rebounds_offensive": 11.207317073170731,
"rebounds_personal": 43.02439024390244,
"rebounds_team": 8.439024390243903,
"rebounds_team_defensive": 2.268292682926829,
"rebounds_team_offensive": 6.170731707317073,
"second_chance_points_attempts": 11.158536585365853,
"second_chance_points_made": 5.512195121951219,
"second_chance_points_pct": 0.49398907103825135,
"steals": 8.207317073170731,
"three_pointers_attempts": 38.09756097560975,
"three_pointers_made": 13.560975609756097,
"three_pointers_pct": 0.3559539052496799,
"times_tied": 3.8902439024390243,
"true_shooting_attempts": 98.27073170731707,
"true_shooting_pct": 0.5707229902459606,
"turnovers": 13.670731707317072,
"turnovers_personal": 12.963414634146341,
"turnovers_team": 0.7073170731707317,
"two_pointers_attempts": 51.15853658536585,
"two_pointers_made": 27.804878048780488,
"two_pointers_pct": 0.5435041716328963
}
}
},
"games": [
"d2411729-9024-592b-8875-0974d6d1593a",
"cdd0b2e7-7a06-5d09-b0a9-7d3169e53a5f",
"9b668844-968c-548d-ab39-108c148af3f9",
"fb5c38f3-010c-533a-8d40-4d4dab8773b9",
"e3fff733-8782-52d8-b2b3-0bab1dd3c9db",
"4efcc1d1-927e-56a8-b54d-702e2f114c7d",
"61235e15-a259-5b45-bfe3-12502b825df8",
"bb90f43e-99a6-52f4-b31a-ed9dc436b907",
"071cbc3e-5287-54b9-acad-92b56e316979",
"7c9742be-9be6-5b4b-bbc1-a5e3127438a4",
"8e33a082-ff9e-5de9-910b-c8f9281f13b6",
"16d9fad4-3263-5fab-b253-a72440c15e7c",
"a68ba3bc-12bb-5928-9ef1-f8608612e042",
"d62e79e6-bac0-5d14-a383-624c496bcf70",
"dda2ce7c-1be6-53ee-b68a-8adb464b479c",
"839a8822-9bb3-516a-8f3c-0fc48e7fe5fc",
"c2740c03-8582-5401-b0d4-7e92e4b3d720",
"98313648-ac3f-5655-94a5-5d326ab797e6",
"a548eee5-20d6-5860-8042-5524f5a07b42",
"305eb68b-1ea9-589e-ba15-094e3827e89d",
"13e3fc0c-1f2d-5039-bce2-be1baf80b34a",
"a96bc650-4bb7-5809-a49b-f74bf785ff6a",
"0308601e-f045-59ea-9d9a-f5e14db487ba",
"046b5d3b-3160-549a-bfde-992561b1458e",
"c29b12ab-c7e2-5137-a0c3-44dc219ed34d",
"ed96cd74-3f2b-5b35-9733-98eb503ee4cf",
"cef81828-9e84-5cee-bdb6-99949c4085ac",
"38243dfc-9346-58bc-9d1d-5680ff18c5f4",
"66ee5a48-38d0-528e-a742-cad737fdcae2",
"7e904140-c0f5-5675-bae0-681da45c8036",
"4fcc55a5-de1f-5e3e-88db-d82421eefbdd",
"72d914fc-e63d-52ce-b6ab-f95b3ed260ae",
"0be7927b-6cd6-549d-a407-e13ebe233434",
"4d9161d8-de42-50cf-aea0-7459f7f53207",
"86a60ddb-a3ab-54bc-9e5b-bc5cf47654dd",
"5764f24c-6337-5c6d-9707-1aa4e2c02750",
"5b7fc5e0-19aa-5033-8799-72a7f72deaeb",
"ebb08cc9-c366-5a13-a38a-d8429298a82e",
"dfa9b49c-d83f-5c20-a213-549eb45d6b5c",
"6b08d243-3516-50cd-96d0-98a2351ce1c4",
"71bd74c1-dadc-5ea3-9e61-7e599e0e5761",
"f66aba96-d7af-5716-85d7-0d8dde0e5c58",
"402b72a6-07a2-5c03-b1ad-c4bac2d51aa3",
"904ae100-2390-5f39-8b95-7da23d5e9096",
"3780172c-4c45-5393-8093-7d5bcef6f98c",
"f7ebd7ef-06fc-5926-a43c-670843f47b7f",
"5767e7ef-526f-5b50-88bd-0cb6da5eabcd",
"f702576e-e6fa-54a1-a5cc-eddec96208b0",
"94573867-9d98-5d02-b9ea-22053ff35479",
"761d875f-28ee-5e36-b623-dc337da4ff12",
"9f66f508-21ae-5755-a7d7-576879f548a8",
"aa6ff56b-b77d-5dc0-a0e9-078640c3b855",
"26a782b5-8e5f-5691-8433-aad2e4299f52",
"5892306d-1462-531c-9dc2-3450ccc0d3cc",
"75f87ed2-65b8-56c6-9c4d-5a6d51d52dc1",
"bcbe3adb-8594-56b5-b540-f9c4920c3840",
"a18618d1-41e4-519d-abab-278ff4ce9abe",
"69bb6b83-f2bd-5ed5-9cb5-5673a4682153",
"0fe4ddf5-d9a8-5cfc-9fc6-5b89a3e6ecac",
"dba8860f-c63c-50ee-b0ed-2f7ad120841b",
"78410f31-d069-58bd-838b-06b3f4d5cf6a",
"4f0c4f5a-8952-5f10-9aad-4d6ef9a2e6eb",
"f90464e2-859d-5c12-a993-6d056c626202",
"c18bccfc-4f0a-51b4-8576-8959da4df8c3",
"d102dc1e-b2da-5610-8bf8-579f30fd355e",
"ce8410eb-89cd-5272-b185-081ad1f91ab1",
"f0e39daf-68ca-57c4-8a7c-c12689ad082e",
"00689c91-62d2-5338-8ca5-dd07891d3a9e",
"a5ca9576-7936-5959-8438-007af39d46bc",
"3469c7c3-1162-53bc-a33f-95847b575253",
"31f0fdfd-4659-512a-aa16-a174b79329d1",
"c9c9940e-b850-5d4a-9277-f3c9c0e6680c",
"d72fe38b-1316-5a15-947e-10ec0a31c658",
"427660ed-b939-570c-852b-61b815c2e474",
"9cf10006-776b-5c51-9d40-3010f9379afc",
"58e8661f-e710-5771-8cd9-253a2594895e",
"a97efffb-abc4-5572-88bf-119293cd3824",
"02ce956e-8c9c-582c-9cd3-a211951bd268",
"0a7d24c9-e482-5b3a-a3c8-0c8c5da31778",
"2f2c6a52-a4cb-5a66-ad8b-8bca79b7697b",
"3be5a331-4104-50f3-b06a-0e6fe20e7ca0",
"4bcccbcd-5cdd-5e86-a9a5-c910e523c87b"
]
}
],
"updated": "2025-04-28T17:55:02Z"
}