get https://api.sportradar.com/ncaamh//v3/en/seasons///standings.
NCAAMH Standings provides detailed standings info for a given season.
Update Frequency
120s Time To Live / Cache
Data Points
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | league | String | Alias of a league ex. NCAAMH |
id | league | GUID | Unique ID of a league ex. b8dd2555-e13e-4dac-b487-0cce24f5c8e8 |
name | league | String | Name of a league ex. NCAA MEN |
alias | conference | String | Alias of a conference ex. B10 |
id | conference | GUID | Unique ID of a conference ex. bab7b342-a00d-4b9c-89ff-d61de8580109 |
name | conference | String | Name of a conference ex. Big Ten Hockey Conference |
alias | division | String | Alias of a division ex. D1 |
id | division | GUID | Unique ID of a division ex. c85a4983-92d1-497b-a4b5-489bb7168256 |
name | division | String | Name of a division ex. NCAA Division I |
id | season | GUID | Unique season ID ex. c90c8fbe-1cb0-4ab6-9347-571331669ad0 |
type | season | String | Type of the seasonREG (Reguarl Season), CT (Conference Tournament), PST (Postseason) |
year | season | Integer | Year of the season |
Standings - Overall:
Attribute | Parent Element | Type | Description |
---|---|---|---|
games_played | team | Integer | Number of games played |
goal_diff | team | Integer | Goal differential ex. 78 |
goals_against | team | Integer | Goals against ex. 90 |
goals_for | team | Integer | Goals scored ex. 168 |
losses | team | Integer | Number of losses |
ties | team | Integer | Number of ties |
win_pct | team | Decimal | Winning percentage ex. 0.738 |
wins | team | Integer | Number of wins |
length | team - streak - win | Integer | Number of wins in a row |
length | team - streak - loss | Integer | Number of losses in a row |
Standings - Conference:
Attribute | Parent Element | Type | Description |
---|---|---|---|
goals_against | team - records - conference | Integer | Number of goals allowed within own conference |
goals_for | team - records - conference | Integer | Number of goals scored within own conference |
losses | team - records - conference | Integer | Number of losses within own conference |
points | team - records - conference | Integer | Number of points within own conference |
ties | team - records - conference | Integer | Number of ties within own conference |
win_pct | team - records - conference | Decimal | Winning percentage within own conference |
wins | team - records - conference | Integer | Number of wins within own conference |
Standings - Records:
Team Wins, Losses, Ties, Win Percentage, Goals For, and Goals Against are available for the below standings categories:
Conference, Division, Home Games, Road Games, Last 10 Games, Last 10 Home Games, Last 10 Road Games, and each Conference (using the conferencing alias)
Attribute | Parent Element | Type | Description |
---|---|---|---|
goals_against | team - records -(category) | Integer | Number of goals allowed within a category |
goals_for | team - records -(category) | Integer | Number of goals scored within a category |
losses | team - records -(category) | Integer | Number of losses within a category |
points | team - records -(category) | Integer | Number of points within a category |
ties | team - records -(category) | Integer | Number of ties within a category |
win_pct | team - records -(category) | Decimal | Winning percentage within a category |
wins | team - records -(category) | Integer | Number of wins within a category |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | GUID | Unique ID of a team ex. bfe11448-71a4-4757-8586-d6dec6bc271b |
market | team | String | Market name of a team ex. Minnesota |
name | team | String | Team name ex. Golden Gophers |