cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research/profile
{ "status": "<string>", "name": "<string>", "id": 123, "image_url": "<string>", "genres": [ "<string>" ], "tags": [ "<string>" ], "description": "<string>", "hometown": "<string>", "record_label": "<string>", "sp_followers": 123, "sp_monthly_listeners": 123 }
Get a full artist profile — bio, genres, social URLs, label, career stage, and basic metrics.
Artist name or Recoup artist ID (UUID).
Artist profile
Full artist profile — bio, genres, social links, label, images, and basic stats.
Chartmetric artist ID
Was this page helpful?