Skip to main content
GET
/
api
/
spotify
/
search
/
{query}
Search for Track
curl --request GET \
  --url https://{spoofify_url}/api/spotify/search/{query} \
  --header 'api-key: <api-key>'

Request Headers

api-key
string
required
Must match the API key set in the Spoofify environment variables

Path Parameters

query
string
required
URL-encoded search query.

JSON Response