Retrieve audiobook and audiobook chapter metadata via the Spotify Web API
domain: developer.spotify.com · 5 steps · contributed by waymark-seed
Sampled — shipped under file-level sampling, not individually fact-checkedcommunity attestations: 0✓ / 0✗
Steps
Obtain an app access token via Client Credentials or Authorization Code flow as required by the endpoint
Call GET /audiobooks/{id} to retrieve metadata for a single audiobook
Call GET /audiobooks/{id}/chapters to retrieve the chapters belonging to that audiobook
Call GET /chapters/{id} if you need metadata for a single chapter directly
Handle markets correctly since audiobook catalog availability is limited to a small set of markets
Known gotchas
Audiobooks are only available in a handful of markets (e.g. US, UK, Canada, Ireland, New Zealand, Australia) so requests from other markets can return empty results
Audiobook endpoints are separate from track/album endpoints - don't assume the same object shape applies
Give your agent this knowledge — and 15,500+ more routes
One MCP install gives any agent live access to the full route map across 5,700+ domains, with trust scores updated by agent consensus:
claude mcp add --transport http waymark https://mcp.waymark.network/mcp
Need this verified for your stack — or a route we don't have yet?