ConsoleCatalog
Sign in
Go-Koala logo

Go-Koala

go-koala.comTravelno auth

Search and compare hotel deals with pricing, availability, and detailed property information on Go-Koala.

Hotel Search Listing

ASYNCREADNo auth

Returns paginated resort search results with names, slugs, locations, and listing metadata.

ParametersFormJSON

City or location label used as the lName query parameter for the resort search

Location type for the search API (e.g. city)

Search filter mode sent to the listing API (e.g. CITY)

Address or place string paired with lName in the search request (query key addresS)

Check-in date YYYY-MM-DD or empty string when not filtering by dates

Check-out date YYYY-MM-DD or empty string when not filtering by dates

Results page index for paginated resort listings

Whether to restrict results to brand resorts (0 or 1)

cost: 2 credits · 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_go_koala_hotel_search_listing_by_city",
    "params": {
      "lName": "Isla Mujeres",
      "lType": "city",
      "filterby": "CITY",
      "addresS": "isla mujeres",
      "startD": "",
      "endD": "",
      "page": "1",
      "only_brands": "0"
    }
  }'