get https://api.sportradar.com/ufl//v7//league////changes.
UFL 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 - game | dateTime | Timestamp of a change to a game's scheduling information ex. 2022-09-25T23:00:45+00:00 |
last_modified | results - game | dateTime | Timestamp of a change to a game's results ex. 2022-09-25T23:00:45+00:00 |
last_modified | players - 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. UFL |
id | league | GUID | Unique ID of a league ex. df9ab8a5-fcf3-4da4-9c49-434c148999f8 |
name | league | String | Name of a league ex. UFL |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. b86fcf59-2245-4e62-9f50-4197833a6323 |
season_id | game | GUID | Unique ID of a season ex. 234f28d6-b9d7-4881-a890-30b451c13aec |
sr_id | game | GUID | Unique Sportradar ID of a game ex. sr:match:39230099 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. Donnie Lewis |
id | player | GUID | Unique ID of a player ex. 236d70b0-93b2-11ed-8c43-4103d3bfb91f |
Team Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
alias | team | String | Team alias ex. SA |
id | team | GUID | Unique ID of a team ex. c8797380-9677-11ec-9193-6b32ce92fd29 |
market | team | String | Team market name ex. San Antonio |
name | team | String | Team name ex. Brahmas |
sr_id | team | String | Unique Sportradar ID of a team ex. sr:competitor:882423 |