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 details API Playground
Returns normalized Spotify Web Player artist overview data from private Pathfinder responses.
GETapiKey3 credits/requestspotify.artistResponseDocSpotify
Endpoint details
Returns normalized Spotify Web Player artist overview data from private Pathfinder responses.
- Method
- GET
- Path
- /spotify/artist
- 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.biographydata.discographydata.discography[].descriptiondata.discography[].externalUrldata.discography[].imageUrldata.discography[].imagesdata.discography[].images[].heightdata.discography[].images[].urldata.discography[].images[].widthdata.discography[].publisher
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:artist:0TnOYISbd1XYRBk9myaseg",
"name": "Pitbull",
"topTracks": [
{
"uri": "spotify:track:4vGg44GdCw3X8i8r01XJH0",
"title": "Example Track"
}
],
"meta": {
"operationName": "queryArtistOverview",
"fetchedAt": "2026-05-13T20:41:13Z"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/artist" \
-H "x-api-key: <api-key>"