Home / Markets / Berlin, Germany / Family stays
Berlin, Germany Family stays
Reproducible Hotels API result rows for family stays in Berlin, Germany during April 2027. This page renders the cached public rows and includes the request body clients can run.
| Market | Berlin, Germany |
| Area query | hotels in Berlin Germany |
| Intent | Capacity-aware searches for family-sized stays. |
| Check-in | 2027-04-15 |
| Check-out | 2027-04-17 |
| Freshness | cached |
| API route | POST /v1/search/area |
Public hotel rows
Berlin · 2027-04-15 to 2027-04-17 · showing 3 rows.
| Property | Lead price | Rating | Capacity | Location | Managed by |
|---|---|---|---|---|---|
| Best Western Plus New England Inn Suites prop_5de584560b1cbf622a29 | - | - | - | Berlin, US | bestwestern |
| Best Western Hotel Kantstrasse Berlin prop_6ecaeb280bde1b5ffb87 | - | - | - | Berlin, US | bestwestern |
| Best Western Premier Airporthotel Berlin prop_f1770644fa6478cf4a31 | - | - | - | Berlin, US | bestwestern |
Request body
{
"area": {
"city": "Berlin"
},
"occupancy": {
"adults": 4
},
"freshness": "cached",
"limit": 50,
"dates": {
"checkin": "2027-04-15",
"checkout": "2027-04-17"
},
"min_capacity": 4
}Get this page with API
Rendered from the bluedoor Hotels API. Reproduce the request from code:
POST https://api.bluedoor.sh/hotels/v1/search/area{
"area": {
"city": "Berlin"
},
"occupancy": {
"adults": 4
},
"freshness": "cached",
"limit": 50,
"dates": {
"checkin": "2027-04-15",
"checkout": "2027-04-17"
},
"min_capacity": 4
}