Spotify Web API v0.1.0 API Reference
Modules
Documentation for accessing Spotify Web API
A full album object
A simplified album object
A Saved Album object, holding a full album object
A full Artist object
A Simplified artist object
A complete audio features object
An object containing category information
A Context object
An object containing copyright statements
An object containing cursor information
An object containing error information
An external ID object is a map that holds {key}: {value} where both the key and value are not within a known set
An external URL object is a map that holds {key}: {value} where both the key and value are not within a known set
Information about the followers of the artist
An object containing image information
The offset-based paging object is a container for a set of objects.
It contains a key called items
(whose value is an array of the requested objects)
along with other keys like previous
, next
, and limit
that can be useful in future calls
The cursor-based paging object is a container for a set of objects.
It contains a key called items
(whose value is an array of the requested objects)
along with other keys like next
and cursors
that can be useful in future calls
A full Playlist object
A simplified Playlist object
A Playlist Track object
A Recommendations object
A Recommendations Seed object
Part of the response when Track Relinking is applied, the original track is not available in the given market,
and Spotify did not have any tracks to relink it with. The track response will still contain metadata for the
original track, and a restrictions object containing the reason why the track is not available:
"restrictions" : {"reason" : "market"}
Timestamps are returned in ISO 8601 format as Coordinated Universal Time (UTC) with a zero offset: YYYY-MM-DDTHH:MM:SSZ. If the time is imprecise (for example, the date/time of an album release), an additional field indicates the precision; see for example, release_date in an album object
A Saved Track object, holding a full track object
A full Track object
A Track Link object
A simple Track object
A Play History object
A private User object
A public User object