Skip to main content
GET
/
api
/
research
/
urls
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/research/urls
{
  "status": "success",
  "urls": [
    {
      "domain": "<string>",
      "url": "<string>"
    }
  ]
}

Query Parameters

artist
string
required

Artist name or Recoup artist ID (UUID).

Response

200 - application/json

Social and streaming URLs

status
enum<string>
Available options:
success,
error
urls
object[]