get https://api.sportradar.com/ncaawb//v8//seasons///standings.
NCAAWB Standings Detailed team records across various views including, overall, conference, and division information.
Update Frequency
TTL / Cache: 120 seconds
Data Updates: As Necessary
Data Points
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | league | String | Alias of a league ex. NCAAW |
id | league | GUID | Unique ID of a league ex. affab7b6-647e-4304-bbe2-1f9d68cd0cea |
name | league | String | Name of a league ex. NCAA WOMEN |
alias | conference | String | Alias of a conference ex. BIG10-W |
id | conference | GUID | Unique ID of a conference ex. 99eadefa-6b4d-43f1-a176-76cbd034bfdb |
name | conference | String | Name of a conference ex. Big Ten Women |
id | season | GUID | Unique ID of a season ex. 99709e03-9678-4ded-b848-3406ff731687 |
type | season | String | Type of a seasonREG (Regular Season) |
year | season | Integer | Year of a season |
Standings - Overall:
Attribute | Parent Element | Type | Description |
---|---|---|---|
clinched | team | String | Signifies a team has clinched the top conference ranking for the regular season when clinched="conference" |
conf_points_against | team | Decimal | Average points against per game within own conference ex. 69.62 |
conf_points_for | team | Decimal | Average points scored per game within own conference ex. 73.35 |
conference_rank | team | Integer | Conference rank |
losses | team | Integer | Number of losses |
point_diff | team | Decimal | Average point differential ex. 3.79 |
points_against | team | Decimal | Average points against per game ex. 69.62 |
points_for | team | Decimal | Average points scored per game ex. 73.35 |
post_season_ineligible | team | Boolean | Signifies a team is ineligible for the postseason when true |
strength_of_schedule_rank | team | Integer | Conference rank by strength of schedule |
subdivision_rank | team | Integer | Subdivision rank |
win_pct | team | Decimal | Winning percentage ex. 0.529 |
wins | team | Integer | Number of wins |
conference | team - games_behind | Decimal | Number of games back within a conference ex. 4.0 |
length | team - streak - win | Integer | Number of wins in a row |
length | team - streak - loss | Integer | Number of losses in a row |
Standings - Records:
Any conference alias can be used as a record type for win/loss records. Additional record types include: Last 10 games (home/road), vs. Top 25, Home/Road, In-Conference, Over/Under .500 Opponents, and more
Attribute | Parent Element | Type | Description |
---|---|---|---|
record_type | team - records - record | String | Category of record ex. last_10 or home |
losses | team - records - record | Integer | Number of losses for a record category |
win_pct | team - records - record | Decimal | Winning percentage for a record category |
wins | team - records - record | Integer | Number of wins for a record category |
Team:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | GUID | Unique ID of a team ex. 7269c5c7-6614-41d8-9415-7ca3243f6612 |
market | team | String | School name of a team ex. Iowa |
name | team | String | Team name ex. Hawkeyes |