Try any of 1042 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.
Visible room blocks (room, occupancy, price, cancellation policy, meal plan) for a destination's top hotel on given dates.
Destination free text. Provide query OR dest_id+dest_type.
Advanced: Booking destination ID (unambiguous — bypasses the free-text lookup). Pair with dest_type.
Advanced: the destination's type as Booking labels it (city, region, district, landmark, airport, hotel).
Check-in date (YYYY-MM-DD). Always pass real dates — prices and availability depend on them.
Check-out date (YYYY-MM-DD).
Pin to one hotel from the search results (default: the top result).
Number of adult guests. (1–30)
Number of rooms. (1–30)
Price currency (ISO code: EUR, USD, GBP, TRY…).
curl -X POST https://api.reefapi.com/booking/v1/hotels/availability \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.