bluedoor data·Hotels API·bluedoor.sh

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.

MarketBerlin, Germany
Area queryhotels in Berlin Germany
IntentCapacity-aware searches for family-sized stays.
Check-in2027-04-15
Check-out2027-04-17
Freshnesscached
API routePOST /v1/search/area

Public hotel rows

Berlin · 2027-04-15 to 2027-04-17 · showing 3 rows.

PropertyLead priceRatingCapacityLocationManaged by
Best Western Plus New England Inn Suites
prop_5de584560b1cbf622a29
---Berlin, USbestwestern
Best Western Hotel Kantstrasse Berlin
prop_6ecaeb280bde1b5ffb87
---Berlin, USbestwestern
Best Western Premier Airporthotel Berlin
prop_f1770644fa6478cf4a31
---Berlin, USbestwestern

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
}