# Meta data endpoint

<p>Retrieve the latest facility definitions.</p>
<ul>
<li>Get the list of all supported facilities<ul>
<li>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.</li>
<li>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.</li>
</ul>
</li>
<li>Details of the facilities such as ID, OTA code and any optional parameters.</li>
</ul>


## Retrieving facilities metadata

 - [GET /meta](https://developers.booking.com/connectivity/docs/openapispecs/facilities-api/facilities-openspec-remote-sync/meta-data-endpoint/meta.md): Explore available facilities, facility IDs and applicable details.

