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

Query Parameters

artist
string

Artist name. Required unless id is provided.

id
string

Provider artist ID returned by lookup or search. Required unless artist is provided.

Pattern: ^[A-Za-z0-9][A-Za-z0-9._:-]*$
Example:

"artist_123"

Response

Social and streaming URLs

status
enum<string>
Available options:
success,
error
Example:

"success"

urls
object[]