# List accommodation constants 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. Endpoint: POST /demand-api-v3-compatible/accommodations/constants Version: 1.1 Security: BearerAuth ## Header parameters: - `Accept` (string) Enum: "application/json" ## Request fields (application/json): - `constants` (array) Allows to filter the results only for specific sections. Enum: "ACCOMMODATION_TYPES", "ACCOMMODATION_FACILITIES", "ACCOMMODATION_THEMES", "BED_TYPES", "FACILITY_TYPES", "CHARGE_TYPES", "ROOM_TYPES", "ROOM_FACILITIES", "REVIEW_SCORES" - `languages` (array) Enum: "ar", "bg", "ca", "cs", "da", "de", "el", "en", "en-gb", "en-us", "es", "es-ar", "es-mx", "et", "fi", "fr", "he", "hi", "hr", "hu", "id", "is", "it", "ja", "ka", "ko", "lt", "lv", "ms", "nl", "no", "pl", "pt-br", "pt-pt", "pt", "ro", "ru", "sk", "sl", "sr", "sv", "th", "tl", "tr", "uk", "vi", "zh", "zh-cn", "zh-tw" ## Response 200 fields (application/json): - `data` (object) - `request_id` (string) Uniquely identifies the request. Please provide this identifier when contacting support. - `next_page` (string) Indicates that more results are available. Use this pagination token to retrieve the next page of results (via parameter page).