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 recommendations API Playground
Returns normalized related Spotify shows and episodes from Spotify's show recommendations response.
GETapiKey2 credits/requestspotify.showRecommendationsResponseDocSpotifyPodcasts
Endpoint details
Returns normalized related Spotify shows and episodes from Spotify's show recommendations response.
- Method
- GET
- Path
- /spotify-podcasts/show/recommendations
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- SpotifyPodcasts
- Parameters
- 2 documented fields
Request parameters
uri:queryx-api-key:header
Response schema fields
codedatadata.metadata.meta.appVersiondata.meta.countdata.meta.fetchedAtdata.meta.operationNamedata.recommendationsdata.recommendations[].descriptiondata.recommendations[].externalUrldata.recommendations[].imageUrldata.recommendations[].images
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:show:1QQJ7FElLE0K6CIfZNCxU4",
"recommendations": [
{
"uri": "spotify:show:related",
"type": "Podcast",
"title": "Related Show",
"publisher": "Related Publisher",
"externalUrl": "https://open.spotify.com/show/related"
}
]
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify-podcasts/show/recommendations" \
-H "x-api-key: <api-key>"