The playground
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.
Playground demo key · api.reefapi.com
post/lodging/v1/typeahead1 credit
Resolve a destination string to region IDs (cities, airports, neighborhoods) — the feeder for search's region_id.
Parameters
Destination text to resolve.
Which Expedia-group site to search. Expedia is the most reliable; Vrbo can hit rate-limits under load. (orbitz/travelocity/hotwire open later.)
request preview
curl -X POST https://api.reefapi.com/lodging/v1/typeahead \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{}'Hit Send to run this endpoint live.