cURL
curl --request GET \ --url https://recoup-api.vercel.app/api/research/venues
{ "status": "success", "venues": [ { "venue_name": "<string>", "venue_capacity": 123, "city_name": "<string>", "country": "<string>", "events": [ {} ] } ] }
Get venues an artist has performed at, including capacity and location data.
Artist name or Recoup artist ID.
Venue list
success
error
Show child attributes
Was this page helpful?