ConsoleCatalog
Sign in
Skyscanner logo

Skyscanner

skyscanner.co.inTravelno auth

Flight search, price comparison, destinations, and fare calendars.

Cheapest Dates

ASYNCREADNo auth

Returns the cheapest price to fly anywhere on each day from an origin.

ParametersFormJSON

Origin SkyId (e.g. LOND, DEL, IBOM) from sc_location_search

Currency code

Market code

Locale code

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": "sc_explore_everywhere",
    "params": {
      "origin": "LOND"
    }
  }'