get https://api.sportradar.com/mlb//v7//league////changes.
MLB 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: 2 seconds
Data Updates:
- Entries populate live for changes to teams, players, game statistics, schedules, and standings.
- Start time of the log is 10:00:00 UTC; end time is 09:59:58 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. 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. MLB |
id | league | GUID | Unique ID of a league ex. 2fa448bc-fc17-4d3d-be03-e60e080fdc26 |
name | league | String | Name of a league ex. Major League Baseball |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. 1b554f5e-d8b7-4268-95da-2f4191015c84 |
title | game | String | Text description of a game ex. Cubs(CHC)@Pirates(PIT) |
id | season | GUID | Unique ID of a season ex. f5aa580e-8103-4ff5-beb0-965dbe8a8cf1 |
season_id | game | GUID | Unique ID of a season ex. f5aa580e-8103-4ff5-beb0-965dbe8a8cf1 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
first_name | player | String | First name of a player ex. Markus |
id | player | GUID | Unique ID of a player ex. 95f92bcf-9ad3-4948-acdd-24c4b938d706 |
last_name | player | String | Last name of a player ex. Betts |
preferred_name | player | String | Preferred name of a player ex. Mookie |
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. bdc11650-6f74-49c4-875e-778aeb7632d9 |
market | team | String | Market name of a team ex. Tampa Bay |
name | team | String | Team name ex. Rays |