Audiobook Models
The audiobook models represent audiobook and chapter data from the Spotify API.AudiobookAuthor
Represents an author of an audiobook.Fields
The name of the author
AudiobookNarrator
Represents a narrator of an audiobook.Fields
The name of the narrator
ResumePoint
Represents the user’s resume point for a chapter.Fields
Whether the chapter has been fully played by the user
The resume position in milliseconds
Example JSON
SimplifiedAudiobook
Basic audiobook information embedded in other objects.Fields
List of authors of the audiobook
A list of ISO 3166-1 alpha-2 country codes where the audiobook is available
Copyright statements for the audiobook. See Common Models.
Plain text description of the audiobook
HTML description of the audiobook
The edition of the audiobook (e.g., “Unabridged”)
Whether the audiobook contains explicit content
External URLs for this audiobook. See Common Models.
A link to the Web API endpoint providing full details
The Spotify ID for the audiobook
Cover art for the audiobook. See Common Models.
A list of languages the audiobook is available in
The media type of the audiobook
The name of the audiobook
List of narrators of the audiobook
The publisher of the audiobook
The object type, always “audiobook”
The Spotify URI for the audiobook
The total number of chapters in the audiobook
SimplifiedChapter
Basic chapter information embedded in other objects.Fields
A URL to a 30-second preview (MP3) of the chapter
A list of country codes where the chapter is available
The number of the chapter
Plain text description of the chapter
HTML description of the chapter
The duration of the chapter in milliseconds
Whether the chapter contains explicit content
External URLs for this chapter. See Common Models.
A link to the Web API endpoint providing full details
The Spotify ID for the chapter
Cover art for the chapter. See Common Models.
Whether the chapter is playable in the current market
A list of languages available for the chapter
The name of the chapter
The release date of the chapter
The precision of the release date: “year”, “month”, or “day”
Content restrictions applied to this chapter. See Common Models.
The user’s resume point for the chapter (only when authenticated)
The object type, always “chapter”
The Spotify URI for the chapter
Audiobook
Complete audiobook object with chapter list. ExtendsSimplifiedAudiobook.
Additional Fields
Paginated list of chapters in the audiobook. See Common Models.
Example JSON
Chapter
Complete chapter object with audiobook information. ExtendsSimplifiedChapter.
Additional Fields
The audiobook this chapter belongs to
Model Relationships
Audiobook Model Hierarchy
SimplifiedAudiobookcontains basic audiobook metadata, authors, and narratorsAudiobookextendsSimplifiedAudiobookand includes aPageofSimplifiedChapterobjectsSimplifiedChaptercontains basic chapter informationChapterextendsSimplifiedChapterand includes the parentSimplifiedAudiobookResumePointtracks user playback progress on chapters