mlb_standings
Retrieve MLB division and wild-card standings with wins, losses, winning percentage, games back, streak, and run differential for AL or NL by season or date.
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 |