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 artist playlists API Playground

Returns artist playlists from Spotify Web Player private Pathfinder responses.

GETapiKey3 credits/requestspotify.artistCollectionResponseDocSpotify

Endpoint

Choose one catalog endpoint for this request.

30 shown
GETapiKey3 credits/requestspotify.artistCollectionResponseDocSpotify
GET /spotify/artist/playlists

Retrieve Spotify artist playlists

Returns artist playlists from Spotify Web Player private Pathfinder responses.

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.

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:artist:0TnOYISbd1XYRBk9myaseg",
    "items": [
      {
        "uri": "spotify:playlist:example",
        "title": "Artist Playlist"
      }
    ],
    "meta": {
      "operationName": "queryArtistPlaylists",
      "count": 1,
      "fetchedAt": "2026-05-13T20:41:13Z"
    }
  }
}

Endpoint details

Returns artist playlists from Spotify Web Player private Pathfinder responses.

Method
GET
Path
/spotify/artist/playlists
Authentication
apiKey
Credit cost
3 credits/request
Platform
Spotify
Parameters
3 documented fields

Request parameters

uri:queryid:queryx-api-key:header

Response schema fields

codedatadata.iddata.itemsdata.items[].descriptiondata.items[].externalUrldata.items[].imageUrldata.items[].imagesdata.items[].images[].heightdata.items[].images[].urldata.items[].images[].widthdata.items[].publisher

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg",
    "items": [
      {
        "uri": "spotify:playlist:example",
        "title": "Artist Playlist"
      }
    ],
    "meta": {
      "operationName": "queryArtistPlaylists",
      "count": 1,
      "fetchedAt": "2026-05-13T20:41:13Z"
    }
  }
}

cURL example

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