-
-
Save caffeinatedMike/a49ba8fc5420cc59b3b7eb1a387b2e3a to your computer and use it in GitHub Desktop.
Revisions
-
akeaswaran revised this gist
Jun 12, 2019 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -50,8 +50,9 @@ **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams/:team ### College Baseball **Scores**: https://site.api.espn.com/apis/site/v2/sports/baseball/college-baseball/scoreboard ## Hockey -
akeaswaran revised this gist
Jun 10, 2019 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -40,6 +40,8 @@ ## Baseball ### MLB **Scores**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/news @@ -48,6 +50,9 @@ **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams/:team ### College Baseball (may be NCAA tournament only) **Specific Game (using gameId)**: https://site.api.espn.com/apis/site/v2/sports/baseball/college-baseball/summary?event=:gameId ## Hockey **Scores**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/scoreboard -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,7 +17,7 @@ - params: - gameId: identifier of some game (EX: 400934572 for 2017 Army vs Navy) **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 6 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -12,6 +12,12 @@ - calendar: 'blacklist' - dates: any date in YYYYMMDD **Game Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/summary?event=:gameId - params: - gameId: identifier of some game **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 27 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,55 +24,82 @@ ### NFL **Scores**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/teams/:team ## Baseball **Scores**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams/:team ## Hockey **Scores**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/teams/:team ## Basketball ### NBA **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/teams/:team ### WNBA **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/teams/:team ### Women's College Basketball **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/teams/:team ### Men's College Basketball **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams/:team ## Soccer **Scores**: http://site.api.espn.com/apis/site/v2/sports/soccer/:league/scoreboard -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 55 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,8 @@ # ESPN's hidden API endpoints ## Football ### College Football **Latest News**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news @@ -19,6 +21,58 @@ **Rankings**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/rankings ### NFL **Scores**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/football/nfl/teams/:team ## Baseball **Scores**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/baseball/mlb/teams/:team ## Hockey **Scores**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/hockey/nhl/teams/:team ## Basketball ### NBA **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/nba/teams/:team ### WNBA **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/wnba/teams/:team ### Women's College Basketball **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/womens-college-basketball/teams/:team ### Men's College Basketball **Scores**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard **News**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/news **All Teams**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams **Specific Team**: http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/teams/:team ## Soccer **Scores**: http://site.api.espn.com/apis/site/v2/sports/soccer/:league/scoreboard -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 5 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -26,5 +26,10 @@ - params: - league: some league abbreviation (EX: 'eng.1' for EPL, 'usa.1' for MLS) **Latest News**: http://site.api.espn.com/apis/site/v2/sports/soccer/:league/news **List of Team Information**: http://site.api.espn.com/apis/site/v2/sports/soccer/:league/teams Will update with more information as I find more... -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 10 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -16,5 +16,15 @@ - params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) **Rankings**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/rankings ## Soccer **Scores**: http://site.api.espn.com/apis/site/v2/sports/soccer/:league/scoreboard - params: - league: some league abbreviation (EX: 'eng.1' for EPL, 'usa.1' for MLS) Will update with more information as I find more... -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,7 +13,8 @@ **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team - params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) Will update with more information as I find more... -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 3 additions and 2 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -7,8 +7,9 @@ **Latest Scores**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard - query params: - calendar: 'blacklist' - dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,9 +6,9 @@ **Latest Scores**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard - query params: - calendar: 'blacklist' - dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 7 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,12 +5,14 @@ **Latest News**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news **Latest Scores**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard query params: - calendar: 'blacklist' - dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) Will update with more information as I find more... -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 5 additions and 5 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -5,12 +5,12 @@ **Latest News**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news **Latest Scores**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard * query params: * calendar: 'blacklist' * dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team * params: * team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) Will update with more information as I find more... -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -11,7 +11,6 @@ **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team - params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) Will update with more information as I find more... -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 0 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -10,7 +10,6 @@ - dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team - params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) -
akeaswaran revised this gist
Dec 5, 2017 . 1 changed file with 6 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,13 +1,18 @@ # ESPN's hidden API endpoints ## College Football **Latest News**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/news **Latest Scores**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard - query params: - calendar: 'blacklist' - dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team - params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) Will update with more information as I find more... -
akeaswaran created this gist
Dec 5, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ # ESPN's hidden API endpoints ## College Football **Latest News**: **Latest Scores**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/scoreboard - query params: - calendar: 'blacklist' - dates: any date in YYYYMMDD **Team Information**: http://site.api.espn.com/apis/site/v2/sports/football/college-football/teams/:team - params: - team: some team abbreviation (EX: 'all' for Allegheny, 'gt' for Georgia Tech, 'wisconsin' for Wisconsin) Will update with more information as I find more...