Skip to main content
GET
/
api
/
research
/
tracks
cURL
curl --request GET \
  --url https://api.recoupable.com/api/research/tracks
{
  "status": "success",
  "tracks": [
    {
      "name": "<string>",
      "id": 123,
      "album_names": [
        "<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

artist
string
required

Artist name or Recoup artist ID (UUID).

Response

Artist tracks

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

"success"

tracks
object[]