Availability Multi
Multi-property availability results using chain credentials
Last updated
{
"hotels": [
{
"code": "WOLAWARSAW",
"name": "White Olive Elite Warsaw",
"description": "City center hotel with rooftop pool",
"url": "https://hotel.example.com/WOLAWARSAW",
"targetUrl": "https://hotel.example.com/WOLAWARSAW/book",
"includeInWidgetSearch": true,
"rating": 5,
"minprice": 210.0,
"nightsMin": 1,
"nightsMax": 14,
"symbol": "€",
"photo": "https://images.example.com/WOLAWARSAW/main.jpg",
"photoM": "https://images.example.com/WOLAWARSAW/main_m.jpg",
"photoL": "https://images.example.com/WOLAWARSAW/main_l.jpg",
"location": {
"name": "Warsaw",
"lat": 52.2297,
"lon": 21.0122
},
"beds": 2,
"bathrooms": 1,
"bedrooms": 1,
"noOfPhotos": 12,
"rates": [
{
"rate": "NRF",
"room": "Deluxe City View",
"board": 1,
"price": 210.0,
"discount": 0.0,
"memberPrice": 200.0,
"memberDiscount": 10.0,
"remaining": 6
},
{
"rate": "RF",
"room": "Deluxe City View",
"board": 2,
"price": 230.0,
"discount": 10.0,
"remaining": 3
}
]
}
],
"metadata": {
"destinations": {
"Warsaw": 1
},
"boards": {
"1": 1,
"2": 1
},
"ratings": {
"5": 1
},
"minPrice": 210.0,
"maxPrice": 230.0,
"sortBy": "PRICE",
"sortOrder": "ASC"
},
"checkin": "2026-04-18",
"checkout": "2026-04-19",
"adults": 2,
"currency": "EUR",
"symbol": "€"
}{
"timestamp": "2025-11-25T14:13:22",
"message": "Data provided is invalid"
}curl 'https://api.rateparity.com/v1/availability/multi?chainCode=chaincode&checkin=2026-04-18&checkout=2026-04-19&adults=2¤cy=EUR'