Structured data in structured JSON format
(You can copy the test output from one of the pages and paste it to http://json.parser.online.fr/ to decode the output and see what each endpoint gives in terms of data.)
Could be useful for some of you guys' sports focused projects...
Football
College Football
Latest News: http://site.api.espn.com/apis/site/v...-football/news
Latest Scores: http://site.api.espn.com/apis/site/v...all/scoreboard
- query params:
- calendar: 'blacklist'
- dates: any date in YYYYMMDD
Game Information: http://site.api.espn.com/apis/site/v...?event=:gameId
- params:
- gameId: identifier of some game (EX: 400934572 for 2017 Army vs Navy)
Team Information: http://site.api.espn.com/apis/site/v...ll/teams/:team
- params:
- team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin)
Rankings: http://site.api.espn.com/apis/site/v...tball/rankings
NFL
Scores: http://site.api.espn.com/apis/site/v...nfl/scoreboard
News: http://site.api.espn.com/apis/site/v...tball/nfl/news
All Teams: http://site.api.espn.com/apis/site/v...ball/nfl/teams
Specific Team: http://site.api.espn.com/apis/site/v...fl/teams/:team
Baseball
MLB
Scores: http://site.api.espn.com/apis/site/v...mlb/scoreboard
News: http://site.api.espn.com/apis/site/v...eball/mlb/news
All Teams: http://site.api.espn.com/apis/site/v...ball/mlb/teams
Specific Team: http://site.api.espn.com/apis/site/v...lb/teams/:team
College Baseball
Scores: https://site.api.espn.com/apis/site/...all/scoreboard
Hockey
Scores: http://site.api.espn.com/apis/site/v...nhl/scoreboard
News: http://site.api.espn.com/apis/site/v...ockey/nhl/news
All Teams: http://site.api.espn.com/apis/site/v...ckey/nhl/teams
Specific Team: http://site.api.espn.com/apis/site/v...hl/teams/:team
Basketball
NBA
Scores: http://site.api.espn.com/apis/site/v...nba/scoreboard
News: http://site.api.espn.com/apis/site/v...tball/nba/news
All Teams: http://site.api.espn.com/apis/site/v...ball/nba/teams
Specific Team: http://site.api.espn.com/apis/site/v...ba/teams/:team
WNBA
Scores: http://site.api.espn.com/apis/site/v...nba/scoreboard
News: http://site.api.espn.com/apis/site/v...ball/wnba/news
All Teams: http://site.api.espn.com/apis/site/v...all/wnba/teams
Specific Team: http://site.api.espn.com/apis/site/v...ba/teams/:team
Women's College Basketball
Scores: http://site.api.espn.com/apis/site/v...all/scoreboard
News: http://site.api.espn.com/apis/site/v...asketball/news
All Teams: http://site.api.espn.com/apis/site/v...sketball/teams
Specific Team: http://site.api.espn.com/apis/site/v...ll/teams/:team
Men's College Basketball
Scores: http://site.api.espn.com/apis/site/v...all/scoreboard
News: http://site.api.espn.com/apis/site/v...asketball/news
All Teams: http://site.api.espn.com/apis/site/v...sketball/teams
Specific Team: http://site.api.espn.com/apis/site/v...ll/teams/:team
Soccer
Scores: http://site.api.espn.com/apis/site/v...gue/scoreboard
- params:
- league: some league abbreviation (EX: 'eng.1' for EPL, 'usa.1' for MLS)
Latest News: http://site.api.espn.com/apis/site/v...r/:league/news
List of Team Information: http://site.api.espn.com/apis/site/v.../:league/teams