2

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!!

Ravi Dhoriya ツ
  • 4,435
  • 8
  • 37
  • 48

2 Answers2

-1

It looks like scores and schedules are only available to strategic partners of ESPN, or ESPN employees.

http://developer.espn.com/docs

There are some other sites that you can pay to get live stats from, but they get a bit expensive. One example:

http://www.sportsdatallc.com/

jasono3
  • 19
  • 1
  • 3
-1

ESPN has a dedicated cricket site: ESPNcricinfo (You mention looking specifically for India Premier League scores, which I'm assuming this should cover.)

This site provides a live scores RSS feed, which may reliably provide enough information for your use case: https://static.cricinfo.com/rss/livescores.xml

Inspecting the XHR requests, I found a couple other endpoints that might be of use:

Dave Powers
  • 2,051
  • 2
  • 30
  • 34