Price of a stay
get_stay_priceLive all-in price and availability for a stay at one Floreal location, per accommodation type, for the given arrival date, number of nights and party. Each option carries its kind (hotel room, studio, apartment, chalet, glamping, camping pitch) and how many people it sleeps. Pass a packageId from list_arrangements to price that specific package. With flexibleDays the same call also prices the days around the arrival; when the exact date is full the answer already lists "alternatives" within three days. The answer carries a bookingUrl: the same search on our own booking site — always share it so the guest can book. When the guest has not chosen a location yet, use search_stays instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Language for accommodation names; defaults to Dutch, the language they are maintained in | |
| pets | No | Number of pets | |
| adults | Yes | Number of adults | |
| babies | No | Number of babies (under 2) | |
| domain | Yes | Location slug from list_locations, e.g. "floreal-blankenberge" | |
| nights | Yes | Number of nights | |
| arrival | Yes | Arrival date (YYYY-MM-DD) | |
| children | No | Number of children (under 12) | |
| packageId | No | Package id from list_arrangements (optional) | |
| flexibleDays | No | Also search this many days before and after the arrival date, in the same call (0 = that day only). Use it for "around the 12th" or "some weekend in July". When the exact date has nothing, the tool already looks 3 days around it by itself. |