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/agoda/v1/city_browse1 credit

Browse a city's popular hotels and accommodation themes. Returns ~100 popular hotels (name + Agoda detail URL), property-type theme links (apartments, hostels, resorts…) and the city's travel guides. Pass a numeric city_id from the destinations action.

Working example
Parameters
request preview
curl -X POST https://api.reefapi.com/agoda/v1/city_browse \
  -H "x-api-key: $REEF_KEY" \
  -H "content-type: application/json" \
  -d '{"city_id":"9395"}'

Hit Send to run this endpoint live.