mlb_seasons
Retrieve MLB season dates and schedule windows, including regular-season start/end, preseason, and postseason, by passing sportId=1. Ideal for identifying key calendar dates for any season.
Instructions
Season catalogue with key dates (regular-season start/end, postseason, etc.). Pass sportId=1.
Returns: {seasons:[{seasonId, regularSeasonStartDate, regularSeasonEndDate, seasonStartDate, seasonEndDate, preSeasonStartDate, postSeasonEndDate}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | Filter to one season year. | |
| sportId | No | Sport id (1 = MLB). |