mlb_seasons
Retrieve MLB season dates including regular-season, postseason, and other key dates. Pass sportId=1 for MLB.
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). |