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 Podcasts home API Playground

Returns normalized sections and items from Spotify's podcast home browsePage Pathfinder response.

GETapiKey3 credits/requestspotify.browsePageResponseDocSpotifyPodcasts

Endpoint

Choose one catalog endpoint for this request.

8 shown
GETapiKey3 credits/requestspotify.browsePageResponseDocSpotifyPodcasts
GET /spotify-podcasts/home

Retrieve Spotify Podcasts home

Returns normalized sections and items from Spotify's podcast home browsePage Pathfinder 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.home

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:genre:podcasts-web",
    "title": "Podcasts",
    "sections": [
      {
        "uri": "spotify:section:example",
        "title": "Featured",
        "items": [
          {
            "uri": "spotify:show:1QQJ7FElLE0K6CIfZNCxU4",
            "type": "Podcast",
            "title": "Example Show",
            "externalUrl": "https://open.spotify.com/show/1QQJ7FElLE0K6CIfZNCxU4"
          }
        ]
      }
    ],
    "meta": {
      "operationName": "browsePage",
      "sectionCount": 1,
      "fetchedAt": "2026-05-13T15:22:41Z"
    }
  }
}

Endpoint details

Returns normalized sections and items from Spotify's podcast home browsePage Pathfinder response.

Method
GET
Path
/spotify-podcasts/home
Authentication
apiKey
Credit cost
3 credits/request
Platform
SpotifyPodcasts
Parameters
7 documented fields

Request parameters

uri:querypage_offset:querypage_limit:querysection_offset:querysection_limit:queryinclude_episode_content_ratings_v2:queryx-api-key:header

Response schema fields

codedatadata.metadata.meta.appVersiondata.meta.fetchedAtdata.meta.operationNamedata.meta.sectionCountdata.sectionsdata.sections[].itemsdata.sections[].items[].descriptiondata.sections[].items[].externalUrldata.sections[].items[].imageUrl

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "uri": "spotify:genre:podcasts-web",
    "title": "Podcasts",
    "sections": [
      {
        "uri": "spotify:section:example",
        "title": "Featured",
        "items": [
          {
            "uri": "spotify:show:1QQJ7FElLE0K6CIfZNCxU4",
            "type": "Podcast",
            "title": "Example Show",
            "externalUrl": "https://open.spotify.com/show/1QQJ7FElLE0K6CIfZNCxU4"
          }
        ]
      }
    ],
    "meta": {
      "operationName": "browsePage",
      "sectionCount": 1,
      "fetchedAt": "2026-05-13T15:22:41Z"
    }
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/spotify-podcasts/home" \
  -H "x-api-key: <api-key>"