cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research/tracks
{ "status": "success", "tracks": [ { "name": "<string>", "id": 123, "album_names": [ "<string>" ] } ] }
Get all tracks by an artist with popularity data.
Artist name or Recoup artist ID (UUID).
Artist tracks
success
error
Show child attributes
Was this page helpful?