Hotel search by destination and date with pricing, ratings, and profiles.
Destination Autocomplete
ASYNCREADNo auth
Returns matching cities and neighborhoods for a typed destination query.
ParametersFormJSON
City, neighborhood, or destination text to autocomplete
cost: 1 credit · balance: 0
curl https://api.openwire.sh/v1/wire/task \ -X POST \ -H "X-API-Key: $ANAKIN_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "action_id": "act_hoteltonight_destination_autocomplete", "params": { "destination_query": "Chicago" } }'