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 chapter details API Playground
Returns a Spotify chapter from the same private Pathfinder operation used for episodes and chapters.
GETapiKey2 credits/requestspotify.episodeResponseDocSpotify
Endpoint details
Returns a Spotify chapter from the same private Pathfinder operation used for episodes and chapters.
- Method
- GET
- Path
- /spotify/chapter
- Authentication
- apiKey
- Credit cost
- 2 credits/request
- Platform
- Spotify
- Parameters
- 3 documented fields
Request parameters
uri:queryid:queryx-api-key:header
Response schema fields
codedatadata.descriptiondata.durationMsdata.externalUrldata.htmlDescriptiondata.iddata.imageUrldata.imagesdata.images[].heightdata.images[].urldata.images[].width
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:episode:example",
"type": "Chapter",
"name": "Chapter 1",
"meta": {
"operationName": "getEpisodeOrChapter",
"fetchedAt": "2026-05-13T20:41:13Z"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/chapter" \
-H "x-api-key: <api-key>"