mlb_standings
Retrieve MLB division standings including win-loss records, games back, streaks, and run differential. Pass league ID for AL (103) or NL (104).
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}]}]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| date | No | ||
| season | No | ||
| hydrate | No | ||
| leagueId | No | 103,104 | |
| standingsTypes | No | regularSeason |