PopularDestinationItem
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)
PopularDestinationItem
{
"placeId": "string",
"name": "string",
"countryCode": "string",
"country": "string",
"type": "CITY",
"path": "string",
"hotelCount": 0,
"aliases": [
"string"
]
}