v1

latestOpenAPI 3.0.32026-07-2632131.4 MB
Amenities

Get a List of All Supported Amenities

Get a list of all supported amenities, including their names, groups and channels

get/properties-api/amenities/supported

Response

A list of all supported amenities

namestring

The name of the amenity

groupstring

The name of the amenity group that it belongs to

channelsobject

An array of channels as key, and their values on the channels

Example response

[
  {
    "name": "Elevator",
    "group": "Accessibility",
    "channels": {
      "airbnb2": "elevator",
      "bookingCom": "5132",
      "homeaway2": "AMENITIES_ELEVATOR",
      "rentalsUnited": "689",
      "tripAdvisor": "ELEVATOR_IN_BUILDING"
    }
  },
  {
    "name": "Gym",
    "group": "Wellness",
    "channels": {
      "airbnb2": "gym"
    }
  }
]