DestinationSearchResponse
results object[]
Place UUID. Use as canonicalCityId in hotels/by-destination.
Place display name
Place type
Possible values: [CITY, REGION, ZONE, AIRPORT, COUNTRY, POI]
Full breadcrumb path excluding self (e.g. "Community of Madrid, Spain")
Catchment hotel count for this placeId. Same set as POST /hotels/by-destination (mapped catalog, not occupancy). 0 for airports and places without hotels.
Buyer-facing kind (City, Province, District, Resort, Island, Region, Airport, Landmark). Prefer this over raw type in UI badges.
GeoNames ADM level when the place is an administrative ZONE/REGION.
True when a thin CITY expands to neighbouring cities in by-destination (same-country 30 km). False when a namesake tourism ZONE exists (catalog lookup, not only the current result set).
Explicit catchment radius in km when the product surface is not a single municipality.
Center latitude
Center longitude
{
"results": [
{
"placeId": "string",
"name": "string",
"type": "CITY",
"path": "string",
"hotelCount": 0,
"productLabel": "string",
"adminLevel": 0,
"nearbyIncluded": true,
"catchmentRadiusKm": 0,
"latitude": 0,
"longitude": 0
}
]
}