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
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import spotify from '@utdk/spotify';
await spotify.getAudiobookChapters({
"limit": 20,
"offset": 0
})