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

Response

Festival list

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

"success"

festivals
object[]