espn_standings
Retrieve ESPN league standings grouped by conference or division for major sports. Specify sport, league, season, and season type to get structured JSON data.
Instructions
ESPN standings. Returns league standings grouped by conference/division from ESPN's credential-free public JSON. The sport enum accepts football, basketball, baseball, hockey, and soccer. The league enum accepts nfl, college-football, nba, wnba, mens-college-basketball, womens-college-basketball, mlb, nhl, eng.1, esp.1, ita.1, ger.1, fra.1, usa.1, and uefa.champions; it must be valid for the chosen sport. The seasontype enum accepts 1 (preseason), 2 (regular season), and 3 (postseason).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport | Yes | Sport key | |
| league | Yes | League key (must be valid for the sport) | |
| season | No | Four-digit season year; defaults to the current season | |
| seasontype | No | Season type |