Questions tagged [espn]

ESPN.com is an online platform for multiple sports news, statistics, team information, and player information. The ESPN.com API allows developers to access and integrate the data of ESPN.com with other applications and to create new applications.

ESPN.com is an online platform for multiple sports news, statistics, team information, and player information. ESPN.com offers sports scores, standings, and other statistics for a variety of sports.

The ESPN.com API allows developers to access and integrate the data of ESPN.com with other applications and to create new applications. Some example API methods include retrieving sports information, team information, and league information. Interested developers should sign up here for an API key: developer.espn.com/member/register

NOTE:

The public api is retired on December 2014. See ESPN's Public Announcement here: http://www.espn.com/static/apis/devcenter/blog/read/publicretirement.html

56 questions
45
votes
3 answers

Does ESPN Cricinfo have an API?

Has espncricinfo.com exposed an API? I'm interested in live scores, news, and maybe photos. Up until now I have only known of the rss feed..
yolo
  • 2,757
  • 6
  • 36
  • 65
14
votes
3 answers

How can i get the scores and schedules using ESPN API?

How can I get score & schedule information for all sports matches around the world? I've seen the ESPN API but its available only for strategic partners. Are there any other solutions, or APIs or RSS feeds for this kind of information?
Sudhir Vadodariya
  • 391
  • 1
  • 2
  • 11
9
votes
4 answers

ESPN Fantasy Football API

Does anyone know if it is possible to retrieve Fantasy Football information from any of the ESPN APIs? Specifically, I am looking to get the fantasy leagues, games, players, and weekly points per player from a user's ESPN fantasy football account,…
Zach Pellman
  • 225
  • 1
  • 2
  • 8
6
votes
1 answer

Where to find espn api key?

I have been looking at the ESPN API. However, I have not been able to find documentation on how to get an API KEY. There is nothing in the Getting Started section about getting an API key. Also, I logged into ESPN and went to my Account Information,…
Chris Bolton
  • 2,162
  • 4
  • 36
  • 75
5
votes
1 answer

How to get an ESPN developer key?

I searched http://espn.go.com/apis/devcenter/ but couldn't find anywhere that you can create your API key. I also created an account with ESPN but no luck.
user3308817
  • 65
  • 1
  • 6
2
votes
1 answer

WebScraping ESPN Live Box Scores on Google Sheets

I am trying to create a Google Sheet that tracks the live data from any NBA game (given the ur) on ESPN using =query(importhtml(L1&"?refresh="&H1,"table",2), "Select Col1,Col15, Col4,Col8,Col9 WHERE Col1 <> 'Bench' AND Col1 <>'TEAM'") L1 in the…
2
votes
0 answers

JSOUP Authentication with ESPN

I had some code scraping ESPN fantasy league data with JSOUP that was working. Unfortunately with the new season the old season data was moved behind an authentication wall and I have been having some issues authenticating with ESPN. I have viewed…
2
votes
1 answer

Using R as my browser how can I log into http://games.espn.go.com/ffl/signin and scrape my FFL Team HTML tables?

I have been trying everything I can find online to log in and set cookies and certificates.... can't seem to get past the redirect to a login screen. Here is what I am trying to…
chris
  • 101
  • 1
  • 8
2
votes
2 answers

How do I access scores and schedule API?

ESPN: How to get access to scores and schedule API for IPL tournament building mobile app as an individual developer? I have registered as public API, but that's not useful!!
2
votes
2 answers

ESPN iOS API with RESTKIT

EDIT- I recently posted a tutorial on Git on how to solve this question... Below is a link https://github.com/lukejgeger/ESPN-API-Example.git I am playing with the ESPN API and am just trying to fill a tableview with all the teams in the NBA. I am…
Luke
  • 612
  • 1
  • 6
  • 19
1
vote
1 answer

Issue entering ESPN login info with RSelenium

I'm trying to enter text into a pop-up window through Selenium in R and can't seem to find where to do it. library(RSelenium) rD <- rsDriver(browser="firefox", port=4545L,…
1
vote
1 answer

How can I get all player data using the ESPN V3 fantasy basketball API?

I found the API to get player data for my league. http://fantasy.espn.com/apis/v3/games/fba/seasons/2021/segments/0/leagues/?view=kona_player_info However this only gets me the first 50 players. Does anyone know how I could get the rest? Is there…
Diego
  • 117
  • 11
1
vote
1 answer

Web Scraping Image URL for a series of events in ESPN Play-By-Play

I am trying to use web scraping to generate a play by play dataset from ESPN. I have figured out most of it, but have been unable to tell which team the event is for, as this is only encoded on ESPN in the form of an image. The best way I have come…
1
vote
2 answers

Using Selenium + Python to login through pop up window

I am trying to access and login to the following webpage using Selenium in Python: 'http://games.espn.com/ffl/leagueoffice?leagueId=579054&seasonId=2018' When the page is accessed a pop up window appears asking for the user's credentials. The below…
1
vote
0 answers

ESPN Fantasy PlayerID to PlayerID

I am trying to use Java (JSoup) to scrape an ESPN Fantasy Baseball Team Page in order to get Roster information to create a more robust trade application that the base ESPN league cannot support. I would like to be able to obtain the player mugshot…
Eagles5iveBC
  • 75
  • 1
  • 1
  • 6
1
2 3 4