Flight search and cheapest prices by date.
Flight Search
ASYNCREADNo auth
Returns one-way or round-trip flights with price, duration, stops, and leg details.
ParametersFormJSON
IATA origin airport code e.g. JFK
IATA destination airport code e.g. LAX
Departure date YYYY-MM-DD
Return date YYYY-MM-DD - makes it a round-trip
economy, premium_economy, business, first
Number of adults
Number of children
any, nonstop, one_or_fewer, two_or_fewer
best, cheapest, duration, departure, arrival, emissions
Maximum price filter
Maximum total duration in minutes
Departure time window e.g. 6-20 for 6am-8pm
Arrival time window e.g. 8-22 for 8am-10pm
Comma-separated airline codes e.g. AA,DL
all or less for lower CO2 flights
ISO 4217 currency code e.g. USD, INR, EUR
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": "gf_search_flights", "params": { "origin": "BOM", "destination": "BLR", "date": "2026-04-22" } }'