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.
Full hotel record: summary, rating breakdown, facilities, room types, surroundings, FAQ.
The hotel's URL slug — booking.com/hotel/<country>/<page_name>.html (also returned by hotels/search items).
The 2-letter country code in the hotel URL (booking.com/hotel/<country_code>/…).
Full hotel URL (alternative to page_name+country_code).
Advanced: Booking hotel ID (from hotels/search).
Check-in date (YYYY-MM-DD). Always pass real dates — prices and availability depend on them.
Check-out date (YYYY-MM-DD).
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/detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.