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/destinations/resolve0 credits
Turn a typed place name into the ids the other actions need. Returns cities and countries, each with a search_location_id already in the form activities/search expects — Klook offsets country ids by 1000 there and answers a bare country id with an empty result, so this is the intended way in.
Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/klook/v1/destinations/resolve \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"query":"tokyo"}'Hit Send to run this endpoint live.