# demand-api-v3-compatible ## List available accommodation - [POST /demand-api-v3-compatible/accommodations/search](https://developers.booking.com/metasearch/connect-api/open-api/demand-api-v3-compatible/search.md): This endpoint returns the cheapest available product for each hotel matching the search criteria. ## List accommodation details - [POST /demand-api-v3-compatible/accommodations/details](https://developers.booking.com/metasearch/connect-api/open-api/demand-api-v3-compatible/postdetails.md): This endpoint returns detailed information on all accommodation properties matching a given search criteria. By default, only basic information is returned. To receive extended information use the extras parameter. Is is mandatory to pass one of the input parameters: accommodations, airport, city, country or region. ## List accommodation constants - [POST /demand-api-v3-compatible/accommodations/constants](https://developers.booking.com/metasearch/connect-api/open-api/demand-api-v3-compatible/getaccommodationconstants.md): This endpoint enumerates the internal codes and names, in the selected languages, for relevant accommodation specific types. These accommodation specific types include the list of facilities that may be available at a property like "Elevator" or "Swimmingpool Outdoor". For example, the following parameters will return the full list in English (US) and French: {"languages":"en-us","fr"}. To get the full list call the endpoint passing an empty body. The codes returned are what is used as input and output for other endpoints in the accommodations namespace.