Search for artists, albums, tracks, and playlists using the Spotify API. This endpoint is a proxy to the official Spotify Search API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The search query keywords and optional field filters
A comma-separated list of item types to search across: album, artist, playlist, track, show, episode, audiobook
An ISO 3166-1 alpha-2 country code or 'from_token'
Maximum number of results to return (default: 20, min: 1, max: 50)
1 <= x <= 50The index of the first result to return (default: 0, max: 10000)
x <= 10000Search results retrieved successfully