get https://api.sportradar.com/ncaamh//v3/en/league////changes.
NCAAMH Daily Change Log provides IDs and timestamps for teams, 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 05:00:00 UTC; end time is 04:59:59 UTC
Data Points
Change Log:
Attribute | Parent Element | Type | Description |
---|---|---|---|
last_modified | game | dateTime | Timestamp of a change to a game ex. 2022-09-25T23:00:45+00:00 |
last_modified | player | dateTime | Timestamp of a change to a player ex. 2022-09-25T22:54:34+00:00 |
last_modified | team | dateTime | Timestamp of a change to a team ex. 2022-2022-09-25T21:32:05+00:00 |
start_time | changelog | dateTime | Start time of the daily change log ex. 2023-03-12T05:00:00Z |
end_time | changelog | dateTime | End time of the daily change log ex. 2023-03-13T03:59:59Z |
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 |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. 08f69a77-111d-49bd-bbe3-c43a8398eaf1 |
season_id | game | GUID | Unique ID of a season ex. e7aa50c8-c1e3-4494-b94d-09e01eaefa52 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. John Mittelstadt |
id | player | GUID | Unique ID of a player ex. 048d53ce-7972-4954-aeeb-a1ead640eb4e |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | GUID | Unique ID of a team ex. 778beecd-122f-42fc-9b46-31f6f711b122 |
market | team | String | Market name of a team ex. Omaha |
name | team | String | Name of a team ex. Mavericks |