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 chapters API Playground
Returns audiobook chapters from Spotify Web Player private Pathfinder responses.
GETapiKey3 credits/requestspotify.audiobookChaptersResponseDocSpotify
Endpoint details
Returns audiobook chapters from Spotify Web Player private Pathfinder responses.
- Method
- GET
- Path
- /spotify/audiobook/chapters
- Authentication
- apiKey
- Credit cost
- 3 credits/request
- Platform
- Spotify
- Parameters
- 5 documented fields
Request parameters
uri:queryid:queryoffset:querylimit:queryx-api-key:header
Response schema fields
codedatadata.chaptersdata.chapters[].descriptiondata.chapters[].durationMsdata.chapters[].externalUrldata.chapters[].imageUrldata.chapters[].imagesdata.chapters[].images[].heightdata.chapters[].images[].urldata.chapters[].images[].widthdata.chapters[].isExplicit
Sample response summary
{
"code": 200,
"msg": "OK",
"data": {
"uri": "spotify:show:76GTo4lM62dFR11VuALF01",
"chapters": [
{
"uri": "spotify:episode:example",
"name": "Chapter 1"
}
],
"meta": {
"operationName": "queryBookChapters",
"count": 1,
"fetchedAt": "2026-05-13T20:41:13Z"
}
}
}cURL example
curl "https://api.crawlora.net/api/v1/spotify/audiobook/chapters" \
-H "x-api-key: <api-key>"