docs / lodging

Hotels & Rentals

Stays across the Expedia group — search and details.

base /lodging/v13 endpoints
post/lodging/v1/property_detail3 credits

Full property record (browser-rendered page): rating, address, bedrooms, sleeps, property type, images, description.

ParameterAllowed / rangeDescription
brand = expediaoptionalexpedia · vrbo · hotelscomWhich Expedia-group site to search. Expedia is the most reliable; Vrbo can hit rate-limits under load. (orbitz/travelocity/hotwire open later.)
pdp_idoptionalThe property's ID on the brand site — `pdp_id` from a search result. Provide pdp_id OR url.
urloptionalFull property page URL (alternative to pdp_id).
region_idoptionalAdvanced: exact destination region ID from `typeahead` (skips the destination lookup).
adults = 2optional1–14Number of adult guests.
checkinoptionalCheck-in date (YYYY-MM-DD). Prices depend on dates.
checkoutoptionalCheck-out date (YYYY-MM-DD).
include_raw = falseoptionalAdvanced: include the full raw response payload from the brand site.
Try in playground →
post/lodging/v1/typeahead1 credit

Resolve a destination string to region IDs (cities, airports, neighborhoods) — the feeder for search's region_id.

ParameterAllowed / rangeDescription
queryrequiredDestination text to resolve.
brand = expediaoptionalexpedia · vrbo · hotelscomWhich Expedia-group site to search. Expedia is the most reliable; Vrbo can hit rate-limits under load. (orbitz/travelocity/hotwire open later.)
Try in playground →