espn_standings
Retrieve league standings with wins, losses, win percentage, and conference/division groupings for any season. Specify sport and league to get current or past standings.
Instructions
League standings / ladder: per-team wins, losses, win %, conference/division groupings for the current (or a given) season.
Returns: {name, children:[{standings:{entries:[{team, stats:[{name, value}]}]}}]} (children = conferences/divisions)
Example: Current NBA standings. {"sport": "basketball", "league": "nba"}
Auth: none needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport slug, e.g. football, basketball. Required — part of the URL path. | |
| league | Yes | League slug, e.g. nfl, nba. Required — part of the URL path. | |
| season | No | Season year, e.g. 2025; omit for current. | |
| seasontype | No | Season phase: 1=pre, 2=regular, 3=post. |