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 albums API Playground
Returns artist discography items from Spotify Web Player private Pathfinder responses.
GETapiKey3 credits/requestspotify.artistAlbumsResponseDocSpotify
Endpoint details
Returns artist discography items from Spotify Web Player private Pathfinder responses.
- Method
- GET
- Path
- /spotify/artist/albums
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Spotify
- Parameters
- 7 documented fields
Request parameters
uri:queryid:querytype:queryorder:queryoffset:querylimit: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",
"type": "album",
"items": [
{
"uri": "spotify:album:4aawyAB9vmqN3uQ7FjRGTy",
"title": "Global Warming"
}
],
"meta": {
"operationName": "queryArtistDiscographyAlbums",
"count": 1,
"fetchedAt": "2026-05-13T20:41:13Z"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/artist/albums" \
-H "x-api-key: <api-key>"