get https://api.sportradar.com/nba//v8//league////changes.
NBA 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 every 20 minutes 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. 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. NBA |
id | league | GUID | Unique ID of a league ex. 4353138d-4c22-4396-95d8-5f587d2df25c |
name | league | String | Name of a league ex. NBA |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. 1b554f5e-d8b7-4268-95da-2f4191015c84 |
sr_id | game | GUID | Unique Sportradar ID of a game ex. sr:match:35431817 |
season_id | game | GUID | Unique ID of a season ex. f5aa580e-8103-4ff5-beb0-965dbe8a8cf1 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. Karl-Anthony Towns |
id | player | GUID | Unique ID of a player ex. ab532a66-9314-4d57-ade7-bb54a70c65ad |
reference | player | String | League reference ID of a player ex. 1626157 |
sr_id | player | GUID | Unique Sportradar ID of a player ex. sr:player:852120 |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbr | team | String | Abbreviation of a team ex. TB (Tampa Bay) |
id | team | GUID | Unique ID of a team ex. 583eca2f-fb46-11e1-82cb-f4ce4684ea4c |
market | team | String | Market name of a team ex. Minnesota |
reference | team | String | League reference ID of a team ex. 1610612750 |
sr_id | team | GUID | Unique Sportradar ID of a team ex. sr:team:3426 |