get https://api.sportradar.com/mlb//v7//league/seasons.
MLB Seasons provides a complete list of historical season information available in the API.
Update Frequency
TTL / Cache: 2 seconds
Data Updates: As Necessary
Data Points
League & Seasons:
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 |
id | season | GUID | Unique ID of a season ex. f5aa580e-8103-4ff5-beb0-965dbe8a8cf1 |
type | season | String | Type of seasonPRE (Spring Training), REG (Regular Season), PST (Postseason), AST (All-Star Game) |
year | season | Integer | Year of a season |
start_date | season | Date | Start date of a season ex. 2022-03-29 |
end_date | season | Date | End date of a season ex. 2022-10-05 |
status | season | String | Status of a season ex. inprogress , closed |
code | season - type | String | Code of a season type ex. REG (Regular), PRE (Preseason), PST (Postseason), AST (All-Star) |
name | season - type | String | Name of a season type ex. Regular season , Pre-season , Post-season , All Star Game |