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

Choose one catalog endpoint for this request.

8 shown
GETapiKey2 credits/requestspotify.showRecommendationsResponseDocSpotifyPodcasts
GET /spotify-podcasts/show/recommendations

Retrieve Spotify podcast recommendations

Returns normalized related Spotify shows and episodes from Spotify's show recommendations response.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

MCP tool

MCP URL

https://mcp.crawlora.net/mcp

Tool name

spotify_podcasts.show_recommendations

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "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"
      }
    ]
  }
}

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>"