The functionality supported by `AreaInfo` and `HotelInfo > RelativePositions` are soon to sunset
Booking.com is deprecating the functionality of specifying/retrieving nearby attractions and the property's relative position information using `AreaInfo` and `HotelInfo > RelativePositions` as of March 15, 2023, and will sunset on June 30, 2023.
Booking.com automatically generates the nearby places and the property's relative position information. Please see [the deprecation policy documentation](/connectivity/docs/deprecation-policy/deprecation-and-sunsetting#specifying-attractions-and-propertys-relative-position-information-in-content-api) for more details.

# HotelInfo

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [HotelDescriptiveContent](/connectivity/docs/api-reference/hoteldescriptivecontent)/`HotelInfo` | Information about the types of rooms and services a property offers. | object | 1..1 | - |
| `HotelInfo`/[CategoryCodes](/connectivity/docs/api-reference/categorycodes) | General property details, such as number of rooms and property type. | object | 0..1 | - |
| `HotelInfo`/[Languages](/connectivity/docs/api-reference/languages) | Languages spoken at the property. | array of [Language](/connectivity/docs/codes-bcl) | 0..1 | - |
| `HotelInfo`/[Position](/connectivity/docs/api-reference/position) | Geographical coordinates of property. | object | 0..1 | - |
| `HotelInfo`/[Services](/connectivity/docs/api-reference/services) | Services offered at the property. | array of [Service](/connectivity/docs/api-reference/service) | 0..1 | - |
| `HotelInfo`/[OwnershipManagementInfos](/connectivity/docs/api-reference/ownershipmanagementinfos) | Information about the property's relationship to Booking.com. | array of [OwnershipManagementInfo](/connectivity/docs/api-reference/ownershipmanagementinfo) | 1..1 | - |
| `HotelInfo`/[RelativePositions](/connectivity/docs/api-reference/relativepositions) | Travel routes to and from the property. |  array of [RelativePosition](/connectivity/docs/api-reference/relativeposition)  | 0..1  | - |
| `HotelInfo`/[TPA_Extensions](/connectivity/docs/api-reference/tpa_extensions) | Container for [AcceptedPayments](/connectivity/docs/api-reference/acceptedpayments), [InvoiceDetails](/connectivity/docs/api-reference/invoicedetails), and [PaymentPreferences](/connectivity/docs/collecting-cvc). | object | 0..1 | - |


## XML


```xml
<HotelInfo>
   <CategoryCodes>
     ...
   </CategoryCodes>
   <Languages>
     ...
   </Languages>
   <Position ... />
   <Services>
     ...
   </Services>
   <OwnershipManagementInfos>
     ...
   </OwnershipManagementInfos>
   <RelativePositions>
     ...
   </RelativePositions>
   <TPA_Extensions>
     ...
   </TPA_Extensions>
</HotelInfo>
```

## Related endpoints

* [/ota/OTA_HotelDescriptiveContentNotif](/connectivity/docs/ota-hoteldescriptivecontentnotif)