cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research/albums
{ "status": "success", "albums": [ { "name": "<string>", "id": 123, "release_date": "<string>" } ] }
Get an artist’s full discography — albums, EPs, and singles with release dates.
Artist name or Recoup artist ID (UUID).
Artist albums
success
error
Show child attributes
Was this page helpful?