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/list2 credits
Destination browse in 50-result pages — the bulk-listing shape for walking a city's or a country's whole catalogue. Fewer filters than activities/search (Klook's list endpoint ignores category and sort), but 2.5x the rows per call.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/klook/v1/activities/list \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"city_id":"[28]","currency":"USD"}'Hit Send to run this endpoint live.