Skip to main content
GET
/
api
/
research
/
lookup
cURL
curl --request GET \
  --url https://api.recoupable.com/api/research/lookup
{
  "status": "success",
  "data": {
    "id": 123,
    "spotify_id": "<string>",
    "apple_music_id": "<string>",
    "deezer_id": "<string>"
  }
}

Documentation Index

Fetch the complete documentation index at: https://developers.recoupable.com/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

url
string
required

Platform URL or ID (e.g., Spotify artist URL, Spotify ID).

Response

Artist profile matching the platform URL

Artist profile resolved from a platform URL or ID. Cross-platform IDs are nested inside a data object.

status
string
Example:

"success"

data
object

Cross-platform artist identifiers returned by Chartmetric.