SpotifyApiSpotify LogoJS

SearchContent global.d.ts#L117

The object structure returned by the [/search] endpoint.


Properties:

NameTypeDescription
albumsPaging<SimplifiedAlbum>the album search results.
OPTIONAL
artistsPaging<Artist>The artists search results.
OPTIONAL
episodesPaging<SimplifiedEpisode>The episode search results.
OPTIONAL
showsPaging<SimplifiedShow>The show search results.
OPTIONAL
tracksPaging<Track>The track search results.
OPTIONAL