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 property record (browser-rendered page): rating, address, bedrooms, sleeps, property type, images, description.
Which Expedia-group site to search. Expedia is the most reliable; Vrbo can hit rate-limits under load. (orbitz/travelocity/hotwire open later.)
The property's ID on the brand site — `pdp_id` from a search result. Provide pdp_id OR url.
Full property page URL (alternative to pdp_id).
Advanced: exact destination region ID from `typeahead` (skips the destination lookup).
Number of adult guests. (1–14)
Check-in date (YYYY-MM-DD). Prices depend on dates.
Check-out date (YYYY-MM-DD).
Advanced: include the full raw response payload from the brand site.
curl -X POST https://api.reefapi.com/lodging/v1/property_detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.