Lodging AI Alternate Properties Mock Server
Retrieve relevant lodging alternatives based on property search criteria.
The Lodging AI Alternate Properties API provides the schema to search for lodging availability by offering useful information on relevant alternate properties. Developers can use this to integrate intelligent property recommendations into their booking workflows.
Use this hosted mock server to simulate Lodging AI Alternate Properties APIs without authentication, API keys, or extra dependencies. Point your code or SDK to the Beeceptor base URL, preferably through an environment variable or feature flag, and switch back to the production API when ready.
This keeps your integration code consistent across local development, QA, demos, and production.
Use cases:
Use this sandbox to test lodging recommendation logic, validate alternate property data structures, verify search result filtering, and handle fallback property scenarios without depending on live lodging inventory.
Hotel Alternative Finder
POST
{
"hotelChains": "Sabre",
"hotelCode": 91776,
"maxAlternativeHotels": 40,
"radiusDistance": {
"quantity": 10,
"unitName": "Kilometer"
},
"verbose": 2
}{
"alternatives": [
{
"chainCode": "RD",
"chainName": "Hyatt Hotels",
"cityCode": "SEA",
"directionFromOriginalHotel": "E",
"distanceFromOriginalHotel": {
"quantity": 10,
"unitName": "Kilometer"
},
"hotelCode": 52346,
"hotelName": "Holiday Inn Express",
"index": 6,
"latitude": 42.0505,
"longitude": 71.1826,
"matchedAmenities": [
{
"code": 732,
"description": "Breakfast included"
},
{
"code": 716,
"description": "Valet Parking"
},
{
"code": 494,
"description": "Fitness Center"
},
{
"code": 559,
"description": "Swimming Pool"
},
{
"code": 252,
"description": "Fitness Center"
}
],
"matchScore": {
"amenitiesScore": 36.67,
"amenitiesValue": 0.73,
"distanceScore": 41.01,
"distanceValue": 0.82,
"score": 77.68,
"starDifferenceScore": 2.47,
"starDifferenceValue": 1
},
"numberOfAmenities": 24,
"numberOfMatchedAmenities": 0,
"numberOfUnmatchedAmenities": 4,
"sabreHotelCode": 802286,
"sabreRating": 4.2,
"unmatchedAmenities": [
{
"code": 854,
"description": "Breakfast included"
}
]
},
{
"chainCode": "HY",
"chainName": "Hyatt Hotels",
"cityCode": "ATL",
"directionFromOriginalHotel": "E",
"distanceFromOriginalHotel": {
"quantity": 10,
"unitName": "Kilometer"
},
"hotelCode": 60531,
"hotelName": "Hyatt Regency",
"index": 4,
"latitude": 40.5323,
"longitude": -147.4855,
"matchedAmenities": [
{
"code": 945,
"description": "Pets allowed"
}
],
"matchScore": {
"amenitiesScore": 36.67,
"amenitiesValue": 0.73,
"distanceScore": 41.01,
"distanceValue": 0.82,
"score": 77.68,
"starDifferenceScore": 2.47,
"starDifferenceValue": 1
},
"numberOfAmenities": 9,
"numberOfMatchedAmenities": 1,
"numberOfUnmatchedAmenities": 0,
"sabreHotelCode": 791862,
"sabreRating": 2.6,
"unmatchedAmenities": [
{
"code": 524,
"description": "Room Service"
},
{
"code": 757,
"description": "Fitness Center"
}
]
}
],
"elapsedProcessingTimeInSeconds": 1.341,
"errors": [
"Timeout",
"Database connection error",
"Unauthenticated",
"Invalid request parameter"
],
"numberOfAlternatives": 2,
"responseId": "b91851a5-f12f-4b0f-8b0d-76c108896f8a",
"responseStatistics": {
"averageAmenityMatch": 15.75,
"averageDistanceInKM": 2.34,
"averageStarRatingDifference": 4.56,
"negotiatedRatesAlternatives": 2,
"preferredAlternatives": 4,
"samePropertyTypeAlternatives": 3
}
}Service Homepage: developer.sabre.com/rest-api/lodging-ai-alternate-properties-api/1.0
sabrelodgingtravelhotelai