Skip Navigation

Get Hotel Descriptive Info

Hotel
Search
REST API
Travel Agency
Try Now
  • Retrieve property-specific guarantee policies with an option under the 'Descriptions' element.
  • The response will now always return a Global hotel code in the 'HotelCode' attribute in the response, irrespective of the 'CodeContext' specified in the request.

API Information

Format
JSON
Endpoint
/v4.0.0/get/hoteldescriptiveinfo
Current Version
4
Environment
Production

What's New

  • Retrieve property-specific guarantee policies with an option under the 'Descriptions' element.
  • The response will now always return a Global hotel code in the 'HotelCode' attribute in the response, irrespective of the 'CodeContext' specified in the request.

New Features

In the Request

Optional

Parameter: Retrieve guarantee policy information for a specific property

Type: string

Description: Retrieve property-specific guarantee policies with an option under the 'Descriptions' element.

Sample Value:

{
   "Descriptions": {
      "Description": {
         "Type": "GuaranteePolicy"
      }
   }
}
Note: This information is not returned with the initial release of the API

Functional Updates And Enhancements

In the Response

Optional

Parameter: Hotel Codes and Sabre Hotel Codes

Type: string

Description: The response will now always return a Global hotel code in the 'HotelCode' attribute in the response, irrespective of the CodeContext specified in the request.

Sample Value:

Request:
{
   "HotelRefs": {
      "HotelRef": {
         "HotelCode": "1234",
         "CodeContext": "SABRE"
      }
   }
}

Response
{
   "HotelInfo": {
      "HotelCode": "100095296",
      "CodeContext": "GLOBAL",
      "SabreHotelCode": "1234"
   }
}

Resolved Issues

In the Response

N/A

Description: The API will now always return the same static information for a property, irrespective of whether the search was made using a Sabre or a Global hotel code.


  • Content Services for Lodging APIs now provide the ability to search for and identify properties that have implemented enhanced safety protocols to provide a safe stay for the guests
  • A new amenity OTA code (2002) can be used to request and identify properties that support the Stay Safe initiative
  • For more information - https://developer.sabre.com/docs/safe_stay_indicator

API Information

Format
JSON
Current Version
3.0.0
Environment
Production

What's New

  • Content Services for Lodging APIs now provide the ability to search for and identify properties that have implemented enhanced safety protocols to provide a safe stay for the guests
  • A new amenity OTA code (2002) can be used to request and identify properties that support the Stay Safe initiative
  • For more information - https://developer.sabre.com/docs/safe_stay_indicator

Business Value

  • In the wake of the COVID-19 crisis, hotels around the globe are increasingly looking at improving cleanliness programs at their properties. Hotels want to provide guests with peace of mind and assure them that their room has been thoroughly sanitized. Whether it's guest rooms, restaurants, gyms, or other public areas, hotels want to make sure the health and safety of guests is a priority, now more than ever.
  • While our hotel partners have always taken providing clean rooms seriously, some are taking actions that go above and beyond standards provided by various governing bodies to meet the expectations presented by COVID-19. Several hoteliers are already implementing enhanced hotel cleaning practices, social interactions, and workplace protocols to meet new health and safety regulations.
  • This is of particular importance as Sabre connected travel agencies, Online Travel Agencies (OTAs), and corporations have a duty of care about the well-being of the traveler whilst they are on their trip.

New Features

In the Response

Optional

Parameter: Amenities

Type: String

Description: The Stay Safe indicator is returned as Amenities as Code 2002 in the API response for the properties that support Stay Safe initiative.

Sample Value:

"Amenities": {
                            "Amenity": [
                                {
                                    "Code": 2002,
                                    "Description": "Stay Safe",
                                    "value": ""
                                },
                                {
                                    "Code": 262,
                                    "Description": "Kitchenette",
                                    "value": ""
                                },
                                {
                                    "Code": 42,
                                    "Description": "Free parking",
                                    "value": ""
                                },
                                {
                                    "Code": 44,
                                    "Description": "Game room",
                                    "value": ""
                                },
                                {
                                    "Code": 55,
                                    "Description": "Hot Tub",
                                    "value": ""
                                }
                            ]
                        }

  • View Security Features for Lodging properties in the API response
  • View Amenity Text for each property amenity in the API response

API Information

Format
JSON
Endpoint
/V3.0.0/GetHotelDescriptiveInfoRQ
Current Version
3.0.0
Environment
Production

What's New

  • View Security Features for Lodging properties in the API response
  • View Amenity Text for each property amenity in the API response