cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research/lookup
{ "status": "<string>", "id": 123, "spotify_id": "<string>", "apple_music_id": "<string>", "deezer_id": "<string>" }
Look up an artist by a platform URL or ID — Spotify URL, Spotify ID, Apple Music URL, etc.
Platform URL or ID (e.g., Spotify artist URL, Spotify ID).
Artist profile matching the platform URL
Artist profile resolved from a platform URL or ID.
Chartmetric artist ID
Was this page helpful?