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 audiobook details API Playground
Returns Spotify Web Player audiobook metadata from private Pathfinder responses. Spotify exposes audiobooks through show URIs.
GETapiKey3 credits/requestspotify.audiobookResponseDocSpotify
Endpoint details
Returns Spotify Web Player audiobook metadata from private Pathfinder responses. Spotify exposes audiobooks through show URIs.
- Method
- GET
- Path
- /spotify/audiobook
- 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.authorsdata.descriptiondata.externalUrldata.iddata.imageUrldata.imagesdata.images[].heightdata.images[].urldata.images[].widthdata.isExplicit
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:show:76GTo4lM62dFR11VuALF01",
"type": "Audiobook",
"name": "Example Audiobook",
"meta": {
"operationName": "queryShowMetadataV2",
"fetchedAt": "2026-05-13T20:41:13Z"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/audiobook" \
-H "x-api-key: <api-key>"