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
0
votes
1 answer

Does ESPN's API return images

Does the ESPN API return links to player images for any sport? I need to show the player images along with the other data I am successfully able to retrieve. If not is there another recommended way to retrieve these images?
dis.iz.peez
  • 89
  • 1
  • 9
0
votes
0 answers

ESPN api curl call with offset

Trying to get the data from ESPN using curl. Need it to be with offset which as I know is specified as a parameter. Here is the call I use that has been generated by ESPN explorer…
Arturs
  • 1
0
votes
2 answers

ESPN API, results of College Football teams not showing all teams

A question for the ESPN API team... I'm using the ESPN API, and when I use the Teams API to pull a list of College Football teams: I don't get a full list of all NCAA Football Teams I can't tell what the reasoning of the teams that ARE listed…
Realinstomp
  • 532
  • 2
  • 13
  • 30
0
votes
1 answer

ESPN Developer support, NBA array

All of the sudden I'm getting TBD as a team in the NBA response, any ideas why? Just happened recently.
Realinstomp
  • 532
  • 2
  • 13
  • 30
0
votes
1 answer

Error when trying to log into ESPN Masher API

I'm a long time user of Mashery, but when I try to sign into the ESPN API I get the following message: Login Failed You must click on the link in your user confirmation email before you can login. This seems easily solvable - however, I've never…
MDavid Low
  • 25
  • 5
0
votes
2 answers

ESPN Api Integration issue

I am implementing espn api, but having some issue, most api gives me this response. {"timestamp" :"2013-02-25T11:19:02Z","message" :"This action is forbidden for the requested resource at your permission level. Please review the documentation for…
Rajneesh071
  • 30,846
  • 15
  • 61
  • 74
-1
votes
1 answer

Requests in python returning 403

I have a simple requests code that pulls from ESPN's RSS feed. import requests requests.get('https://www.espn.com/espn/rss/news') it was working a few weeks ago, and now i'm getting a 403 error. Definitely not a threshold limit, as this is my first…
kaysuez
  • 47
  • 1
  • 7
-1
votes
1 answer

AttributeError: 'NoneType' object has no attribute 'find_all'

I am using slightly edited code from Daniel Rodriguez. I am attempting to get all NBA box score data from 2014. There are two prior parts to this code: the first grabs all of the team names and the second grabs all of the games for those teams with…
-1
votes
1 answer

ESPN Now API and Sports API use different version of League

Any reason why ESPN Now API and Sports API work a little differently? Now API: mma = League ufc = Team Sports API: mma = Sport ufc = League For example, as you can see "mma" saves as "Sport" in one and "League" in the other. Just wondering because…
Realinstomp
  • 532
  • 2
  • 13
  • 30
-3
votes
1 answer

ESPN API Only showing top 25 college basketball scores

im using the api endpoint'http://site.api.espn.com/apis/site/v2/sports/basketball/mens-college-basketball/scoreboard'. It is only returning the games for the top 25 teams. Any idea how to get all division 1 scores? The url for that is…
-4
votes
1 answer

How to remove a row of data from a ImportHTML

I have a project for school, to make a Fantasy League in Google Sheets. I am trying to grab the game-by-game states for the players I have on my team. I only have one problem: how do I remove the REGULAR SEASON STATS without affecting next week's…
1 2 3
4