The playground
Try any of 2165 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/klook/v1/activities/batch1 credit
Price, rating, coordinates, package count and availability for up to 50 activities in ONE upstream call. This is the efficient shape for refreshing a watchlist — 50 ids cost one call instead of 50.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/klook/v1/activities/batch \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"activity_id":"[141,93901,1552]","currency":"USD"}'Hit Send to run this endpoint live.