ESPN Standings Data
Standings 
Where feeds never settle for 2nd best
-
The ESPN Standings API enables you to get the latest standings for a particular sport by division, conference, or overall. Data is also available by year and by season type (preseason, regular season, playoffs).
This API is currently a version 1 (/v1/) release.
Availability Public Partner Premium Partner ESPN This API is great for:
- Standings/tables applications
- Working with team win/loss statistics
- Predicting playoff probability for teams
- Comparing teams
-
The ESPN Standings API accepts a GET request.
The format of an API request is as follows:
http://api.espn.com/:version/:resource/:method?apikey=:yourkeySample Standings Requests
Action URI Description GET http://api.espn.com/v1/sports/baseball/mlb/standings Latest standings for Major League Baseball, grouped by division. GET http://api.espn.com/v1/sports/baseball/mlb/standings?lang=es Latest standings for Major League Baseball, grouped by division, with optional Spanish-language translations enabled. GET http://api.espn.com/v1/sports/baseball/mlb/standings?dates=2009 MLB standings for a particular season. GET http://api.espn.com/v1/sports/baseball/mlb/standings?groups=2 Standings for the American League East division in MLB for the current season. GET http://api.espn.com/v1/sports/baseball/mlb/standings?groups=2&dates=2010 Standings for the American League East division in MLB in the 2010 season. GET http://api.espn.com/v1/sports/baseball/mlb/standings?seasontype=3 Returns postseason standings for all MLB teams playing in the playoffs. -
Quick Navigation
Resources
Back to topResource Name Description
Availabilitypublic partner premium
partnerespn /sports/baseball/mlb Major League Baseball (MLB) /sports/basketball/mens-college-basketball NCAA Men's College Basketball /sports/basketball/nba National Basketball Association (NBA) /sports/basketball/wnba Women's National Basketball Association (WNBA) /sports/basketball/womens-college-basketball NCAA Women's College Basketball /sports/football/college-football NCAA College Football /sports/football/nfl National Football League (NFL) /sports/golf/pga Professional Golfers' Association (PGA) golf /sports/hockey/nhl National Hockey League (NHL) /sports/racing/f1 Formula 1 Racing /sports/racing/irl IndyCar Series Racing /sports/racing/sprint NASCAR Sprint Racing /sports/racing/truck NASCAR Truck Racing /sports/soccer/:leagueAbbrev Specific professional soccer league.
Use a helper API call for a complete list of supported soccer leagues./sports/tennis/atp Association of Tennis Professionals /sports/tennis/wta Women's Tennis Association Methods
Back to topMethod Description
Availabilitypublic partner premium
partnerespn /standings Retrieves a list of ranked competitors with corresponding API links. URI Parameters
Back to top -
Quick Navigation
Returned Data
Back to topSample Response
XMLThe following XML output was rendered with an internal key calling:
http://api.espn.com/v1/sports/basketball/nba/standings?seasontype=2&_accept=text/xml&apikey=:yourkey.JSONThe following JSON output was rendered with an internal key calling:
Back to top
http://api.espn.com/v1/sports/basketball/nba/standings?seasontype=2&apikey=:yourkey. -
Sample Code
Coming soon.