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": "Marriott",
  "hotelCode": 43580,
  "maxAlternativeHotels": 35,
  "radiusDistance": {
    "quantity": 10,
    "unitName": "Kilometer"
  },
  "verbose": 1
}
{
  "alternatives": [
    {
      "chainCode": "MR",
      "chainName": "Westin Hotels",
      "cityCode": "LAX",
      "directionFromOriginalHotel": "S",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 12094,
      "hotelName": "Sheraton Suites",
      "index": 18,
      "latitude": 52.762,
      "longitude": -170.0074,
      "matchedAmenities": [
        {
          "code": 829,
          "description": "Fitness Center"
        },
        {
          "code": 366,
          "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": 8,
      "numberOfMatchedAmenities": 9,
      "numberOfUnmatchedAmenities": 7,
      "sabreHotelCode": 317348,
      "sabreRating": 2.8,
      "unmatchedAmenities": [
        {
          "code": 820,
          "description": "Valet Parking"
        },
        {
          "code": 770,
          "description": "Restaurant on site"
        }
      ]
    },
    {
      "chainCode": "HI",
      "chainName": "Days Inn by Wyndham",
      "cityCode": "MIA",
      "directionFromOriginalHotel": "S",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 88279,
      "hotelName": "Holiday Inn Express",
      "index": 42,
      "latitude": -78.464,
      "longitude": 152.2474,
      "matchedAmenities": [
        {
          "code": 649,
          "description": "Swimming Pool"
        },
        {
          "code": 516,
          "description": "Fitness Center"
        },
        {
          "code": 715,
          "description": "Pets allowed"
        },
        {
          "code": 117,
          "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": 21,
      "numberOfMatchedAmenities": 6,
      "numberOfUnmatchedAmenities": 1,
      "sabreHotelCode": 510871,
      "sabreRating": 3.6,
      "unmatchedAmenities": [
        {
          "code": 995,
          "description": "Pets allowed"
        },
        {
          "code": 593,
          "description": "Swimming Pool"
        },
        {
          "code": 882,
          "description": "Swimming Pool"
        }
      ]
    },
    {
      "chainCode": "MR",
      "chainName": "Hyatt Hotels",
      "cityCode": "MIA",
      "directionFromOriginalHotel": "E",
      "distanceFromOriginalHotel": {
        "quantity": 10,
        "unitName": "Kilometer"
      },
      "hotelCode": 75012,
      "hotelName": "Westin Resort",
      "index": 18,
      "latitude": -71.169,
      "longitude": 42.1013,
      "matchedAmenities": [
        {
          "code": 477,
          "description": "Restaurant on site"
        },
        {
          "code": 632,
          "description": "Restaurant on site"
        },
        {
          "code": 224,
          "description": "Pets allowed"
        },
        {
          "code": 804,
          "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": 25,
      "numberOfMatchedAmenities": 4,
      "numberOfUnmatchedAmenities": 6,
      "sabreHotelCode": 941769,
      "sabreRating": 1.4,
      "unmatchedAmenities": [
        {
          "code": 650,
          "description": "Fitness Center"
        },
        {
          "code": 482,
          "description": "Restaurant on site"
        },
        {
          "code": 561,
          "description": "Pets allowed"
        },
        {
          "code": 275,
          "description": "Free WiFi"
        },
        {
          "code": 550,
          "description": "Restaurant on site"
        }
      ]
    }
  ],
  "elapsedProcessingTimeInSeconds": 0.586,
  "errors": [
    "Invalid request parameter",
    "Rate limit exceeded",
    "Database connection error",
    "Timeout",
    "Unauthenticated"
  ],
  "numberOfAlternatives": 11,
  "responseId": "e68f162a-7348-4c0e-9477-5b0c7af63cb5",
  "responseStatistics": {
    "averageAmenityMatch": 15.75,
    "averageDistanceInKM": 2.34,
    "averageStarRatingDifference": 4.56,
    "negotiatedRatesAlternatives": 2,
    "preferredAlternatives": 4,
    "samePropertyTypeAlternatives": 3
  }
}