Skip to main content
GET
/
api
/
research
/
profile
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
}

Query Parameters

artist
string
required

Artist name or Recoup artist ID (UUID).

Response

200 - application/json

Artist profile

Full artist profile — bio, genres, social links, label, images, and basic stats.

status
string
name
string
id
integer

Chartmetric artist ID

image_url
string
genres
string[]
tags
string[]
description
string
hometown
string
record_label
string
sp_followers
integer
sp_monthly_listeners
integer