get https://api.sportradar.com/nhl//v7//league////changes.
NHL 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 05:00:00 UTC; end time is 04:59:59 UTC
Data Points
Change Log:
Attribute | Parent Element | Type | Description |
---|---|---|---|
last_modified | schedule / results - 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 |
season_id | game | GUID | Unique ID of a season ex. 5d08ca09-ec49-4559-9c0f-257c0158e57f |
start_time | changelog | dateTime | Start time of the daily change log ex. 2022-09-25T09:00:00+00:00 |
end_time | changelog | dateTime | End time of the daily change log ex. 2022-09-26T08:59:58+00:00 |
League:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | league | String | Alias of a league ex. NHL |
id | league | GUID | Unique ID of a league ex. fd560107-a85b-4388-ab0d-655ad022aff7 |
name | league | String | Name of a league ex. NHL |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. 11d58fa9-c32b-40c0-86e2-b1ded25b4bf9 |
reference | game | Number | League reference ID of a game ex. 20402 |
sr_id | game | GUID | Unique Sportradar ID of a game ex. sr:match:34542761 |
title | game | String | Title of a game ex. Game 3 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. Sidney Crosby |
id | player | GUID | Unique ID of a player ex. 433de553-0f24-11e2-8525-18a905767e44 |
reference | player | String | League reference ID of a palyer ex. 9 |
sr_id | player | GUID | Unique Sportradar ID of a player ex. sr:player:31007 |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | GUID | Unique ID of a team ex. 4415b0a7-0f24-11e2-8525-18a905767e44 |
market | team | String | Market name of a team ex. Ottawa |
name | team | String | Name of a team ex. Senators |
reference | team | String | League reference ID of a team ex. 9 |
sr_id | team | GUID | Unique Sportradar ID of a team ex. sr:team:3700 |