Skip to content

Meta data endpoint

Retrieve the latest facility definitions.

  • Get the list of all supported facilities
    • To get the details of a property-level facility: Look for a matching name under the facility_name in the response. To add this facility, you must specify the facility_id. Property-level facilities are listed under the property_facility_metas in the meta endpoint response.
    • To get the details of the room-level facility: Look for a matching name under the room_facility_name in the response. To add the facility, you must specify the room_facility_id. Room-level facilities are listed under the room_facility_metas in the meta endpoint response.
  • Details of the facilities such as ID, OTA code and any optional parameters.

Retrieving facilities metadata

Request

Explore available facilities, facility IDs and applicable details.

curl -i -X GET \
  https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/facilities-api/meta

Responses

OK

Bodyapplication/json
dataobject(FacilityMeta)

Contains meta data about property & room facilities

warningsArray of objects(ApiError)
errorsArray of objects(ApiError)
metaobject(ResponseMeta)
Response
{ "data": { "property_facility_metas": [], "room_facility_metas": [], "bathroom_configurations": [] }, "warnings": [ {} ], "errors": [ {} ], "meta": { "ruid": "string" } }