Skip to main content
GET
/
api
/
research
/
festivals
cURL
curl --request GET \
  --url https://recoup-api.vercel.app/api/research/festivals
{
  "status": "success",
  "festivals": [
    {
      "name": "<string>",
      "city": "<string>",
      "country": "<string>"
    }
  ]
}

Response

200 - application/json

Festival list

status
enum<string>
Available options:
success,
error
festivals
object[]