The playground
Try any of 1404 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/eventbrite/v1/browse1 credit
Browse Eventbrite's curated event listings for a city and/or category (the discovery shelf). Returns the featured events for that location/category — same event shape as search. This surface is a single curated page (not paginated); use `search` with a query for paginated results.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/eventbrite/v1/browse \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"location":"united-states--new-york"}'Hit Send to run this endpoint live.