Availability Multi
Multi-property availability results using chain credentials
GET https://api.rateparity.com/v1/availability/multi
Returns multi-property availability for a chain code. Results include hotel metadata, lowest available rates, and filter metadata used for UI facets.
Query Parameters
chainCode*
String
Chain code used to resolve availability credentials and property list.
checkin*
Date
Check-in date in YYYY-MM-DD format.
checkout*
Date
Check-out date in YYYY-MM-DD format.
adults
Integer
Number of adults (must be greater than zero).
children
Integer
Number of children.
infants
Integer
Number of infants.
rooms
Integer
Number of rooms.
currency*
String
Target currency code for prices.
device
String
Visitor device; DESKTOP (default) or MOBILE.
lang
String
Language code passed to the availability engine.
sortBy
String
Sort field; one of PRICE, POPULARITY, NAME, or DISTANCE.
sortOrder
String
Sort order; ASC or DESC.
minPrice
Double
Minimum price filter.
maxPrice
Double
Maximum price filter.
destination
String
Destination name filter.
rating
Array
Hotel rating filter; can be repeated for multiple ratings.
boards
Array
Hotel boards filter; can be repeated for multiple boards.
propertyName
String
Property name search substring.
Example
Last updated