Lodging AI Alternate Properties Virtual Sandbox

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 sandbox 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.

Lodging AI Alternate Properties virtual sandbox is up and running!

Use this sandbox URL as the API base in your code to simulate Lodging AI Alternate Properties responses instantly.

https://sabre-lodging-alternates.mock.beeceptor.com



Hotel Alternative Finder

{
  "hotelChains": "Sabre",
  "hotelCode": 45417,
  "maxAlternativeHotels": 40,
  "radiusDistance": {
    "quantity": 10,
    "unitName": "Kilometer"
  },
  "verbose": 1
}
{
  "alternatives": [
    {
      "chainCode": "CO",
      "chainName": "Choice Hotels",
      "cityCode": "BOS",
      "directionFromOriginalHotel": "S",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 27726,
      "hotelName": "Courtyard by Marriott",
      "index": 15,
      "latitude": -0.6645,
      "longitude": 153.2355,
      "matchedAmenities": [
        {
          "code": 940,
          "description": "Restaurant on site"
        }
      ],
      "matchScore": {
        "amenitiesScore": 36.67,
        "amenitiesValue": 0.73,
        "distanceScore": 41.01,
        "distanceValue": 0.82,
        "score": 77.68,
        "starDifferenceScore": 2.47,
        "starDifferenceValue": 1
      },
      "numberOfAmenities": 5,
      "numberOfMatchedAmenities": 10,
      "numberOfUnmatchedAmenities": 6,
      "sabreHotelCode": 796665,
      "sabreRating": 1.1,
      "unmatchedAmenities": [
        {
          "code": 898,
          "description": "Pets allowed"
        }
      ]
    },
    {
      "chainCode": "HI",
      "chainName": "Sheraton Hotels",
      "cityCode": "JFK",
      "directionFromOriginalHotel": "W",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 67517,
      "hotelName": "Comfort Suites",
      "index": 15,
      "latitude": -57.5882,
      "longitude": -43.62,
      "matchedAmenities": [
        {
          "code": 637,
          "description": "Breakfast included"
        },
        {
          "code": 507,
          "description": "Restaurant on site"
        },
        {
          "code": 290,
          "description": "Room Service"
        }
      ],
      "matchScore": {
        "amenitiesScore": 36.67,
        "amenitiesValue": 0.73,
        "distanceScore": 41.01,
        "distanceValue": 0.82,
        "score": 77.68,
        "starDifferenceScore": 2.47,
        "starDifferenceValue": 1
      },
      "numberOfAmenities": 25,
      "numberOfMatchedAmenities": 4,
      "numberOfUnmatchedAmenities": 9,
      "sabreHotelCode": 617775,
      "sabreRating": 4.9,
      "unmatchedAmenities": [
        {
          "code": 270,
          "description": "Fitness Center"
        },
        {
          "code": 703,
          "description": "Free WiFi"
        },
        {
          "code": 767,
          "description": "Fitness Center"
        },
        {
          "code": 333,
          "description": "Valet Parking"
        },
        {
          "code": 847,
          "description": "Free WiFi"
        }
      ]
    },
    {
      "chainCode": "CO",
      "chainName": "Hyatt Hotels",
      "cityCode": "SEA",
      "directionFromOriginalHotel": "S",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 96414,
      "hotelName": "Hyatt Regency",
      "index": 31,
      "latitude": -12.3954,
      "longitude": 154.9839,
      "matchedAmenities": [
        {
          "code": 270,
          "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": 22,
      "numberOfMatchedAmenities": 0,
      "numberOfUnmatchedAmenities": 8,
      "sabreHotelCode": 102421,
      "sabreRating": 3.5,
      "unmatchedAmenities": [
        {
          "code": 191,
          "description": "Free WiFi"
        },
        {
          "code": 611,
          "description": "Pets allowed"
        },
        {
          "code": 322,
          "description": "Swimming Pool"
        },
        {
          "code": 985,
          "description": "Free WiFi"
        },
        {
          "code": 580,
          "description": "Fitness Center"
        }
      ]
    },
    {
      "chainCode": "WE",
      "chainName": "Westin Hotels",
      "cityCode": "LAX",
      "directionFromOriginalHotel": "N",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 85654,
      "hotelName": "Hyatt Regency",
      "index": 16,
      "latitude": 4.9952,
      "longitude": -38.1836,
      "matchedAmenities": [
        {
          "code": 340,
          "description": "Free WiFi"
        },
        {
          "code": 573,
          "description": "Room Service"
        },
        {
          "code": 401,
          "description": "Free WiFi"
        },
        {
          "code": 306,
          "description": "Breakfast included"
        }
      ],
      "matchScore": {
        "amenitiesScore": 36.67,
        "amenitiesValue": 0.73,
        "distanceScore": 41.01,
        "distanceValue": 0.82,
        "score": 77.68,
        "starDifferenceScore": 2.47,
        "starDifferenceValue": 1
      },
      "numberOfAmenities": 19,
      "numberOfMatchedAmenities": 8,
      "numberOfUnmatchedAmenities": 5,
      "sabreHotelCode": 211921,
      "sabreRating": 2.5,
      "unmatchedAmenities": [
        {
          "code": 734,
          "description": "Pets allowed"
        },
        {
          "code": 868,
          "description": "Room Service"
        },
        {
          "code": 733,
          "description": "Restaurant on site"
        },
        {
          "code": 623,
          "description": "Pets allowed"
        }
      ]
    }
  ],
  "elapsedProcessingTimeInSeconds": 1.595,
  "errors": [
    "Timeout",
    "Rate limit exceeded",
    "Unauthenticated",
    "Database connection error"
  ],
  "numberOfAlternatives": 19,
  "responseId": "075807e9-89bd-4080-b38a-8e1a8afc408a",
  "responseStatistics": {
    "averageAmenityMatch": 15.75,
    "averageDistanceInKM": 2.34,
    "averageStarRatingDifference": 4.56,
    "negotiatedRatesAlternatives": 2,
    "preferredAlternatives": 4,
    "samePropertyTypeAlternatives": 3
  }
}