get https://api.sportradar.com/ncaamb//v8//seasons////leaders.
NCAAMB League Leaders NCAA leader information for various offensive and defensive categories including full player seasonal statistics for each player in each category.
Update Frequency
TTL / Cache: 120 seconds
Data Updates: League Leaders are updated around 5 minutes after a game is moved to
closed
Data Points
Leader Categories and Rankings:
This feed provides total season leaders and per game leaders for a given Conference.
Total Season Categories: Minutes, Points, Assists, Turnovers, Steals, Blocks, Offensive Rebounds, Rebounds, Personal Fouls, Field Goal Percentage, 2-Point Percentage, 3-Point Percentage, Free Throw Percentage
Per Game Categories: Minutes, Points, Rebounds, Assists, Steals, Blocks, Turnovers, Personal Fouls
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | leaders | String | Alias of a leader grouping ex. BIG10 |
id | leaders | GUID | Unique ID of a leader grouping ex. a30fe8ff-82d2-4521-bc8d-e08e6a9dbb52 |
name | leaders | String | Name of a leader grouping ex. Big Ten |
type | leaders | String | Type of a leader grouping ex. conference |
name | category | String | Name of a leader category ex. minutes |
type | category | String | Type of a leader category. Categories will be separated into total season leaders and per game leaders. For example, Total Points Leaders and Points Per Game Leaderstotal , average |
rank | rank | Integer | Player rank for a statistic (1-25) |
score | rank | Decimal | Player's total for a statistic ex. 309.0 under category name of minutes and category type of total equals 309 total minutes played |
tied | rank | Boolean | Signifies a player is tied in the rankings for a statistic |
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | season | GUID | Unique ID of a season ex. 415ae0cb-38dd-4ace-8f22-fb6015b39006 |
type | season | String | Type of a seasonREG (Regular Season),CT (Conference Tournament),PST (Postseason) |
year | season | Integer | Year of a season |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
first_name | player | String | First name of a player ex. Kris |
full_name | player | String | Full name of a player ex. Kris Murray |
id | player | GUID | Unique ID of a player ex. 0f46d12f-8a60-442f-8c8e-4c350aed6502 |
jersey_number | player | Integer | Number of a player's jersey |
last_name | player | String | Last name of a player ex. Murray |
position | player | String | Position of a playerNA , C , C-F , F , F-C , F-G , G , G-F |
primary_position | player | String | Primary position of a playerNA , C , PF , PG , SF , SG |
Player Statistics (Season):
Attribute | Parent Element | Type | Description |
---|---|---|---|
assists | statistics - total | Integer | Number of assists |
assists | statistics - average | Decimal | Assists per game |
assists_turnover_ratio | statistics - total | Decimal | Assist to turnover ratio |
blocked_att | statistics - total | Integer | Number of blocked attempts |
blocked_att | statistics - average | Decimal | Blocked attempts per game |
blocks | statistics - total | Integer | Number of shots blocked |
blocks | statistics - average | Integer | Shots blocked per game |
defensive_rebounds | statistics - total | Integer | Number of defensive rebounds |
def_rebounds | statistics - average | Decimal | Defensive rebounds per game |
efficiency | statistics - total | Decimal | Player Efficiency Rating (sPoints + sAssists + sBlocks+sSteals + sFoulsDrawn + sReboundsTotal) - (sTurnovers + sBlocksReceived + sFoulsPersonal + sFoulsTechnical + (sTwoPointersAttempted - sTwoPointersMade) + (sThreePointersAttempted - sThreePointersMade) + (sFreeThrowsAttempted - sFreeThrowsMade)) |
efficiency | statistics - average | Decimal | Player Efficiency Rating per game |
ejections | statistics - total | Integer | Number of ejections |
field_goals_att | statistics - total | Integer | Number of field goal attempts |
field_goals_att | statistics - average | Decimal | Field goal attempts per game |
field_goals_made | statistics - total | Integer | Number of field goals made |
field_goals_made | statistics - average | Decimal | Field goals made per game |
field_goals_pct | statistics - total | Decimal | Field goal percentage ex. 56.5 |
field_goals_at_midrange_att | statistics - total | Integer | Number of mid-range field goal attempts |
field_goals_at_midrange_made | statistics - total | Integer | Number of mid-range field goals made |
field_goals_at_midrange_pct | statistics - total | Decimal | Mid-range field goal percentage ex. 56.5 |
field_goals_at_rim_att | statistics - total | Integer | Number of field goal attempts at the rim |
field_goals_at_rim_made | statistics - total | Integer | Number of field goals made at the rim |
field_goals_at_rim_pct | statistics - total | Decimal | At the rim field goal percentage ex. 56.5 |
flagrant_fouls | statistics - total | Integer | Number of flagrant fouls |
flagrant_fouls | statistics - average | Decimal | Flagrant fouls per game |
foulouts | statistics - total | Integer | Number of foul outs |
free_throws_att | statistics - total | Integer | Number of free throw attempts |
free_throws_att | statistics - average | Decimal | Free throw attempts per game |
free_throws_made | statistics - total | Integer | Number of free throws made |
free_throws_made | statistics - average | Decimal | Free throws made per game |
free_throws_pct | statistics - total | Decimal | Free throw percentage ex. 100.0 |
games_played | statistics - total | Integer | Number of games played |
games_started | statistics - total | Integer | Number of games started |
minus | statistics - total | Integer | Number of team points against while a player is on the court |
minutes | statistics - total | String | Number of minutes played ex. 40:07 |
minutes | statistics - average | Decimal | Minutes played per game |
offensive_rebounds | statistics - total | Integer | Number of offensive rebounds |
off_rebounds | statistics - average | Decimal | Offensive rebounds per game |
personal_fouls | statistics - total | Integer | Number of personal fouls |
personal_fouls | statistics - average | Decimal | Personal fouls per game |
points | statistics - total | Integer | Number of points |
points | statistics - average | Decimal | Points per game |
rebounds | statistics - total | Integer | Number of rebounds |
rebounds | statistics - average | Decimal | Rebounds per game |
steals | statistics - total | Integer | Number of steals |
steals | statistics - average | Decimal | Steals per game |
tech_fouls | statistics - total | Integer | Number of technical fouls |
three_points_att | statistics - total | Integer | Number of 3-point attempts |
three_points_att | statistics - average | Decimal | 3-point attempts per game |
three_points_made | statistics - total | Integer | Number of 3-point baskets |
three_points_made | statistics - average | Decimal | 3-point baskets per game |
three_points_pct | statistics - total | Decimal | 3-point percentage ex. 100.0 |
true_shooting_att | statistics - total | Decimal | Number of attempts used to determine true shooting percentage sFieldGoalsAttempted + (0.44 * sFreeThrowsAttempted) |
true_shooting_att | statistics - average | Decimal | Number of attempts per game used to determine true shooting percentage |
true_shooting_pct | statistics - total | Decimal | True Shooting Percentage 100 sPoints / (2 sTrueShootingAttempts ) |
turnovers | statistics - total | Integer | Number of turnovers |
turnovers | statistics - average | Decimal | Turnovers per game |
two_points_att | statistics - total | Integer | Number of 2-point attempts |
two_points_att | statistics - average | Decimal | 2-point attempts per game |
two_points_made | statistics - total | Integer | Number of 2-point baskets |
two_points_made | statistics - average | Decimal | 2-point baskets per game |
two_points_pct | statistics - total | Decimal | 2-point percentage ex. 100.0 |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | GUID | Unique ID of a team ex. c10544de-e3bd-4776-ba2e-83df8c017fd1 |
market | team | String | School name of a team ex. Iowa |
name | team | String | Team name ex. Hawkeyes |