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 Spotify podcast show metadata API Playground
Returns normalized podcast show metadata from Spotify Pathfinder.
GETapiKey2 credits/requestspotify.showResponseDocSpotifyPodcasts
Endpoint details
Returns normalized podcast show metadata from Spotify Pathfinder.
- Method
- GET
- Path
- /spotify-podcasts/show
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- SpotifyPodcasts
- Parameters
- 4 documented fields
Request parameters
uri:queryinclude_content_capability_trait:queryinclude_episode_content_ratings_v2:queryx-api-key:header
Response schema fields
codedatadata.descriptiondata.externalUrldata.imageUrldata.imagesdata.images[].heightdata.images[].urldata.images[].widthdata.isExplicitdata.mediaTypedata.meta
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:show:1QQJ7FElLE0K6CIfZNCxU4",
"type": "Podcast",
"name": "Example Show",
"publisher": "Example Publisher",
"description": "A normalized show description.",
"mediaType": "AUDIO",
"totalEpisodes": 42,
"externalUrl": "https://open.spotify.com/show/1QQJ7FElLE0K6CIfZNCxU4"
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify-podcasts/show" \
-H "x-api-key: <api-key>"