Public Playground
Preview the endpoint before sending a live request
Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.
Playground
Retrieve Apple Podcasts show details API Playground
Returns normalized show metadata from Apple's public iTunes Lookup API.
GETapiKey1 credit/requestapplepodcasts.showResponseDocApplePodcasts
Endpoint details
Returns normalized show metadata from Apple's public iTunes Lookup API.
- Method
- GET
- Path
- /apple-podcasts/show/{id}
- Authentication
- apiKey
- Credit cost
- 1 credit/request
- Platform
- ApplePodcasts
- Parameters
- 4 documented fields
Request parameters
id:pathcountry:querylang:queryx-api-key:header
Response schema fields
codedatadata.artist_iddata.artist_namedata.artist_urldata.artwork_url_100data.artwork_url_30data.artwork_url_60data.artwork_url_600data.collection_explicitnessdata.collection_namedata.content_advisory_rating
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"id": 173001861,
"artist_name": "Dan Carlin",
"collection_name": "Dan Carlin's Hardcore History",
"track_name": "Dan Carlin's Hardcore History",
"url": "https://podcasts.apple.com/us/podcast/dan-carlins-hardcore-history/id173001861?uo=4",
"feed_url": "https://feeds.feedburner.com/dancarlin/history?format=xml",
"track_count": 12
}
}cURL example
curl "https://api.crawlora.net/api/v1/apple-podcasts/show/<id>" \
-H "x-api-key: <api-key>"