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 charts API Playground

Returns normalized Spotify podcast chart rankings from podcastcharts.byspotify.com.

GETapiKey3 credits/requestspotify.chartsResponseDocSpotifyPodcasts

Endpoint

Choose one catalog endpoint for this request.

8 shown
GETapiKey3 credits/requestspotify.chartsResponseDocSpotifyPodcasts
GET /spotify-podcasts/charts

Retrieve Spotify podcast charts

Returns normalized Spotify podcast chart rankings from podcastcharts.byspotify.com. The chart and region parameters are validated against Spotify's supported podcast chart slugs and countries. Category charts are available only in au, br, de, gb, mx, se, and us.

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.charts

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": {
    "chart": "religion-spirituality",
    "chartName": "Religion & Spirituality",
    "chartType": "category",
    "region": "us",
    "regionName": "United States",
    "limit": 100,
    "items": [
      {
        "rank": 1,
        "uri": "spotify:show:4Pppt42NPK2XzKwNIoW7BR",
        "rankMove": "UNCHANGED",
        "name": "The Bible in a Year (with Fr. Mike Schmitz)",
        "publisher": "Ascension",
        "imageUrl": "https://i.scdn.co/image/example",
        "description": "A podcast description.",
        "externalUrl": "https://open.spotify.com/show/4Pppt42NPK2XzKwNIoW7BR"
      }
    ],
    "meta": {
      "sourceUrl": "https://podcastcharts.byspotify.com/api/charts/religion-spirituality?limit=100&region=us",
      "count": 1,
      "fetchedAt": "2026-05-13T15:22:41Z"
    }
  }
}

Endpoint details

Returns normalized Spotify podcast chart rankings from podcastcharts.byspotify.com. The chart and region parameters are validated against Spotify's supported podcast chart slugs and countries. Category charts are available only in au, br, de, gb, mx, se, and us.

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

Request parameters

chart:queryregion:querylimit:queryx-api-key:header

Response schema fields

codedatadata.chartdata.chartNamedata.chartTypedata.itemsdata.items[].descriptiondata.items[].episodeDescriptiondata.items[].episodeExternalUrldata.items[].episodeImageUrldata.items[].episodeNamedata.items[].episodeUri

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "chart": "religion-spirituality",
    "chartName": "Religion & Spirituality",
    "chartType": "category",
    "region": "us",
    "regionName": "United States",
    "limit": 100,
    "items": [
      {
        "rank": 1,
        "uri": "spotify:show:4Pppt42NPK2XzKwNIoW7BR",
        "rankMove": "UNCHANGED",
        "name": "The Bible in a Year (with Fr. Mike Schmitz)",
        "publisher": "Ascension",
        "imageUrl": "https://i.scdn.co/image/example",
        "description": "A podcast description.",
        "externalUrl": "https://open.spotify.com/show/4Pppt42NPK2XzKwNIoW7BR"
      }
    ],
    "meta": {
      "sourceUrl": "https://podcastcharts.byspotify.com/api/charts/religion-spirituality?limit=100&region=us",
      "count": 1,
      "fetchedAt": "2026-05-13T15:22:41Z"
    }
  }
}

cURL example

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