Property Name Autocomplete Mock Server
Retrieve closely matching hotel properties based on text-based search queries.
The Property Name Autocomplete API provides a list of hotel properties that match a user's text input. It is designed to assist in building search interfaces where users need to quickly identify specific lodging options from the Sabre inventory.
Use this hosted mock server to simulate Property Name Autocomplete 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 verify autocomplete behavior, response latency, partial-match logic, and UI rendering for hotel search inputs, ensuring your application handles various character inputs and property result sets gracefully.
General
GET
| Query Parameter Name | Example |
|---|---|
query* | do Duis aliqua |
limit | 82950665 |
{
"docs": [
{
"city": "Sydney",
"countryCode": "DE",
"countryName": "Mexico",
"hotelCode": "200055400",
"hotelName": "Marriott Marquis",
"latitude": "-23.550520",
"longitude": "-46.633308",
"sabreHotelCode": "90012",
"stateCode": "IL"
},
{
"city": "Los Angeles",
"countryCode": "US",
"countryName": "Japan",
"hotelCode": "400998200",
"hotelName": "Holiday Inn Express",
"latitude": "-23.550520",
"longitude": "139.650311",
"sabreHotelCode": "55432",
"stateCode": "TX"
},
{
"city": "Moscow",
"countryCode": "CA",
"countryName": "France",
"hotelCode": "600778400",
"hotelName": "Ritz-Carlton",
"latitude": "32.163575",
"longitude": "-74.005974",
"sabreHotelCode": "44321",
"stateCode": "NY"
},
{
"city": "Mexico City",
"countryCode": "GB",
"countryName": "France",
"hotelCode": "200055400",
"hotelName": "Courtyard by Marriott",
"latitude": "35.676192",
"longitude": "-80.721075",
"sabreHotelCode": "88765",
"stateCode": "FL"
}
],
"response": {
"numFound": 383,
"start": 15
},
"responseHeader": {
"QTime": 489,
"status": 200
}
}Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Missing schema or example in the OpenAPI spec.
Update the definition and recreate the mock server.Service Homepage: developer.sabre.com/rest-api/property-name-autocomplete/v1
sabretravelhotelsautocompleterest