ESPN Now Content Stream
ESPN Now
When you can't decide, get the sampler
-
The ESPN Now API allows you to tap into a stream of the latest content published on ESPN.com, including headline news, stories, columns, blogs, videos, podcasts, game recaps, and more. There's no better way to know what's happening in the world of sports, right NOW.
This API is currently a version 1 (/v1/) release.
Availability Public Partner Premium Partner ESPN -
The ESPN Now API accepts a GET request.
Developers can return a stream of the latest content published on ESPN.com, or limit to editorially curated content or popular content.
The format of an API request is as follows:
http://api.espn.com/:version/:resource/:method?apikey=:yourkeySample Now Requests
Action URI Description GET http://api.espn.com/v1/now Stream of the latest, most-recently published content on ESPN.com. GET http://api.espn.com/v1/now/top Top editorially-curated content on ESPN.com. GET http://api.espn.com/v1/now/popular Most popular, recently published content on ESPN.com. GET http://api.espn.com/v1/now?leagues=nfl&teams=4 Most recent content for a particular NFL team. -
Quick Navigation
Resources
Back to topResource Name Description
Availabilitypublic partner premium
partnerespn /now Stream of the latest content published on ESPN.com. Methods
Back to topMethod Description
Availabilitypublic partner premium
partnerespn / Latest ESPN.com content. /top Top content as selected by ESPN's editorial staff. /popular Most popular ESPN content. URI Parameters
In addition to the standard URI parameters, the ESPN Now API also supports the following URI parameters:
-
Quick Navigation
Returned Data
Requests to the ESPN Now API return the following data:
Back to topSample Response
Back to topXMLThe following XML output was rendered with a public developer key calling:
http://api.espn.com/v1/now?limit=3&_accept=text/xml&apikey=:yourkey.JSONThe following JSON output was rendered with a public key calling:
http://api.espn.com/v1/now?limit=3&apikey=:yourkey.
