Meta data endpoint
Introduction to Facilities API
Retrieving facilities meta information
Property and room facilities list
Managing property facilities
Migrating HDCN to Facilities API
Managing room facilities
Self-certification tutorial
Managing Bathrooms
Migrating bathroom facilities
Property codes for Bathroom endpoints
Facilities API
Manage property facilities
Manage room facilities
Manage bathrooms
About Try it
Troubleshooting Facilities API
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.
- Mock (schema only)https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/facilities-api/meta
- Test using live endpointhttps://supply-xml.booking.com/facilities-api/meta
curl -i -X GET \
https://developers.booking.com/_mock/connectivity/docs/openapispecs/facilities-api/facilities-api-specification/facilities-api/metaResponse
{ "data": { "property_facility_metas": [ … ], "room_facility_metas": [ … ], "bathroom_configurations": [ … ] }, "warnings": [ { … } ], "errors": [ { … } ], "meta": { "ruid": "string" } }