get http://api.sportradar.com/wnba//v8//league////changes.
WNBA 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 04:00:00 UTC; end time is 03: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. WNBA |
id | league | GUID | Unique ID of a league ex. 59c24590-0adb-4b3d-80a8-10450f83f4a1 |
name | league | String | Name of a league ex. WNBA |
Games & Results:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | game | GUID | Unique ID of a game ex. 1b7a4ff7-2532-4ecb-8cd2-fa37438dfb78 |
sr_id | game | GUID | Unique Sportradar ID of a game ex. sr:match:38348513 |
season_id | game | GUID | Unique ID of a season ex. 825bcfa1-45a6-4d71-91d9-c9f46ec11a0e |
title | game | String | Title of a game ex. Game 1 |
Player Profiles:
Attribute | Parent Element | Type | Description |
---|---|---|---|
full_name | player | String | Full name of a player ex. Jennie Simms |
id | player | GUID | Unique ID of a player ex. fb74e168-9e07-4656-ac2c-14fb8a8e35bd |
sr_id | player | GUID | Unique Sportradar ID of a player ex. sr:player:1157062 |
Standings:
Attribute | Parent Element | Type | Description |
---|---|---|---|
id | team | GUID | Unique ID of a team ex. 08ed8274-e29f-4248-bc2e-83cc8ed18d75 |
market | team | String | Market name of a team ex. New York |
name | team | String | Team name ex. Liberty |
sr_id | team | GUID | Unique Sportradar ID of a team ex. sr:team:3446 |