mlb_standings
Retrieve MLB division standings for any season or date. Get team W/L, pct, games back, streak, run differential, and wild-card or division ranks.
Instructions
Division standings — per-team W/L, pct, GB, streak, run differential, wild-card and division ranks. Pass leagueId (103=AL, 104=NL).
Returns: {records:[{division, league, teamRecords:[{team, wins, losses, winningPercentage, gamesBack, streak, runDifferential, divisionRank, wildCardRank}]}]}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | Standings as of a date (YYYY-MM-DD). | |
| season | No | Season year (defaults to current). | |
| hydrate | No | Embed related objects (e.g. 'team'). | |
| leagueId | No | League id(s): 103=AL, 104=NL (comma-separated). | 103,104 |
| standingsTypes | No | regularSeason | wildCard | divisionLeaders | springTraining | etc. | regularSeason |