PopularDestinationsResponse
marketstring
ISO country code of the market
localestring
Locale hint echoed back
items object[]
Array [
placeIdstring
Place UUID. Use as canonicalCityId in hotels/by-destination.
namestring
City display name
countryCodestring
countrystring
Country display name (from breadcrumb path)
typestring
Possible values: [CITY, REGION, ZONE, AIRPORT, COUNTRY, POI]
pathstring
Full breadcrumb path
hotelCountinteger
aliasesstring[]
Alternate spellings for prefix matching (e.g. Malaga/Málaga)
]
PopularDestinationsResponse
{
"market": "string",
"locale": "string",
"items": [
{
"placeId": "string",
"name": "string",
"countryCode": "string",
"country": "string",
"type": "CITY",
"path": "string",
"hotelCount": 0,
"aliases": [
"string"
]
}
]
}