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.

details
summary
This documentation section contains an API solution that is soon to sunset. You can still access the topic by clicking the expand icon.
# Attractions

## Fields

| Field | Description | Type | Min/max | Notes |
|  --- | --- | --- | --- | --- |
| [AreaInfo](/connectivity/docs/api-reference/areainfo)/`Attractions` | - | array of [Attraction](/connectivity/docs/api-reference/attraction) | 0..1 | - |
| `Attractions`/[Attraction](/connectivity/docs/api-reference/attraction) | Details of an attraction. | object | 0..* | - |


## XML


```xml
<Attractions>
  <Attraction ... />
</Attractions>
```

## Related endpoints

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