ESPN Audio Content
Audio 
-
The ESPN Audio API allows you to interact with ESPN's on-demand audio content. This includes ESPN's podcasts as well as clips from many live shows on ESPN Radio.
This API is currently a version 1 (/v1/) release.
Availability Public Partner Premium Partner ESPN -
The ESPN Audio API accepts a GET request.
Users have the option of requesting and audio recording by podcast (essentially a type of audio channel) or a "fire hose" of all recent audio recordings. It's important to note that not all recordings belong to a podcast, but all podcasts have recordings.
The format of an API request is as follows:
http://api.espn.com/:version/:resource/:method?apikey=:yourkeySample Audio Requests
Action URI Description GET http://api.espn.com/v1/audio/recordings Get the latest audio recordings published. GET http://api.espn.com/v1/audio/recordings/8489644 Return information about a particular recording, e.g. "Tim Kurkjian, MLB" appearing on "Mike & Mike in the Morning." GET http://api.espn.com/v1/audio/podcasts Return a list of ESPN Radio podcasts. GET http://api.espn.com/v1/audio/podcasts/8375187 Return information about a particular podcast, e.g. "Fantasy Underground." GET http://api.espn.com/v1/audio/podcasts/6247496/recordings Get the most recent recordings for a particular podcasts, e.g. "First Take." GET http://api.espn.com/v1/audio/baseball/mlb/recordings Get recordings related to the MLB. -
Quick Navigation
Resources
Back to topResource Name Description
Availabilitypublic partner premium
partnerespn /audio ESPN audio content Methods
URI Parameters
In addition to the standard URI parameters, the ESPN Audio API also supports the following URI parameters:
Back to top -
Quick Navigation
Returned Data
Requests to the ESPN Audio API return the following data:
Back to topSample Response
Back to topXMLThe following XML output was rendered with an internal key calling:
http://api.espn.com/v1/audio/podcasts/6247496/recordings?_accept=text/xml&apikey=:yourkey.JSONThe following JSON output was rendered with an internal key calling:
http://api.espn.com/v1/audio/podcasts/6247496/recordings?apikey=:yourkey.