provider AudiobooksChapters GET /audiobooks/{id}/chapters
@utdk/spotify /audiobooks/{id}/chapters
Get Audiobook Chapters
Get Spotify catalog information about an audiobook's chapters. Audiobooks are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.
id path required
string
market query
string
limit query
integer
offset query
integer

Try it

Authentication
Configure credentials for Spotify Web API
getAudiobookChapters
GET/audiobooks/{id}/chapters
Get Spotify catalog information about an audiobook's chapters. Audiobooks are only available within the US, UK, Canada, Ireland, New Zealand and Australia markets.

Parameters

required

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import spotify from '@utdk/spotify';

await spotify.getAudiobookChapters({
  "limit": 20,
  "offset": 0
})