destinations.resolve
Resolve a city, country, region, or airport onto Sorted destinations.
Use this when the traveler names a place and you do not already have a sitemap handle (paris, hanoi) or IATA code. Returns handle, name, country, airport_code, and place_url for a few live matches. Then call destinations.info or destinations.weather with handle, or destinations.recommend with airport_code. One place per call. Do not invent a handle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | City, country, region, or IATA airport code to resolve onto Sorted destinations. | |
| page_size | No | Maximum number of destination matches to return (1-7). Omit unless the traveler asked for a specific count. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||