cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research
{ "status": "success", "results": [ { "name": "<string>", "id": 123, "spotify_id": "<string>" } ] }
Search for artists by name. Returns matching results with profile summaries.
Artist name to search for.
Entity type.
artists
tracks
albums
playlists
curators
stations
Maximum number of results.
Search results
success
error
Matching artists with IDs, names, and basic metadata.
Show child attributes
Was this page helpful?