MLB Seasonal Transactions provides information concerning all transactions taking place in a given MLB season.
Update FrequencyTTL / Cache: 2 seconds
Data Updates: As Necessary
Data Points
Transactions:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | Text description of a transaction |
|
| Date | Effective date of a transaction |
|
| GUID | Unique ID of a transaction |
|
| Integer | Year of transaction data |
|
| dateTime | Timestamp of a change to a transaction |
|
| String | Type of a transaction |
|
| String | Code of a transaction |
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 |
Player:
Attribute | Parent Element | Type | Description |
---|---|---|---|
|
| String | First name of a player |
|
| String | Full name of a player |
|
| String | Name suffix of a player |
|
| GUID | Unique ID of a player |
|
| Integer | Number of a player's jersey |
|
| String | Last name of a runner |
|
| String | Position of a player |
|
| String | Preferred name of a player |
|
| String | Primary position of a player |
|
| String | Status of a player |
Teams:
Attribute | Parent Element | Type | Description |
---|---|---|---|
abbr | from_team | String | Abbreviation of a team to begin a transaction ex. TB (Tampa Bay) |
id | from_team | GUID | Unique ID of a team to begin a transaction ex. bdc11650-6f74-49c4-875e-778aeb7632d9 |
market | from_team | String | Market name of a team to begin a transaction ex. Tampa Bay |
name | from_team | String | Team name to begin a transaction ex. Rays |
abbr | to_team | String | Abbreviation of a team to end a transaction ex. TB (Tampa Bay) |
id | to_team | GUID | Unique ID of a team to end a transaction ex. bdc11650-6f74-49c4-875e-778aeb7632d9 |
market | to_team | String | Market name of a team to end a transaction ex. Tampa Bay |
name | to_team | String | Team name to end a transaction ex. Rays |