get https://api.sportradar.com/ncaawb//v8//league////changes.
NCAAWB Daily Change Log Provides IDs and timestamps for teams, players, game statistics, schedules, and standings that have been modified on a given date. To receive the data updates, use these unique IDs to pull relevant API feeds.
Update Frequency
TTL / Cache: 300 seconds
Data Updates:
- Entries populate live for changes to teams, players, game statistics, schedules, and standings.
- Start time of the log is 04:00:00 UTC; end time is 03:59:59 UTC
Data Points
Change Log:
Attribute | Parent Element | Type | Description |
---|---|---|---|
last_modified | game | dateTime | Timestamp of a change to a game ex. 2024-02-14T05:00:00Z |
last_modified | player | dateTime | Timestamp of a change to a player ex. 2024-02-14T05:00:00Z |
last_modified | team | dateTime | Timestamp of a change to a team ex. 2024-02-14T05:00:00Z |
start_time | changelog | dateTime | Start time of the daily change log ex. 2024-02-14T05:00:00Z |
end_time | changelog | dateTime | End time of the daily change log ex. 2024-02-14T05:00:00Z |
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 |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. 113e5928-c64a-4f4e-8580-22a6b07bd2c1 |
season_id | game | GUID | Unique ID of a season ex. 53f19b98-5b7f-413d-810f-58ddfcbf9a0f |
title | game | String | Title of a game ex. Seattle 4 - First Round - Game 8 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. Jessica Timmons |
id | player | GUID | Unique ID of a player ex. 8ed468c6-6934-4c21-83ad-baa60030e8cf |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
name | team | String | Name of a team ex. Ducks |
id | team | GUID | Unique ID of a team ex. 1ed35158-e475-4d33-8cf5-8a13c05bddaf |
market | team | String | School name of a team ex. Oregon |