Search flights on BreckenWander
search_flightsSearch round-trip flights between two airports for given dates and travelers. Returns BreckenWander's per-traveler round-trip price with taxes and carrier-imposed fees included, plus a link that opens the same search on breckenwander.com to complete the booking. Read-only: does not book or take payment. Combine with hotels and experiences into one trip using build_trip.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | Result ordering. 'best' (default) balances price, travel time, and stops; 'price' is strictly lowest fare first; 'duration' is shortest outbound travel time first. | best |
| cabin | No | Cabin class. | economy |
| adults | No | Number of adult travelers. | |
| origin | Yes | Origin IATA airport or metro code, e.g. "JFK" or "LON". | |
| infants | No | Number of infant travelers (under 2). | |
| children | No | Number of child travelers (2-11). | |
| max_stops | No | Maximum stops on the outbound leg. 0 returns nonstop flights only. | |
| depart_date | Yes | Departure date in YYYY-MM-DD. | |
| destination | Yes | Destination IATA airport or metro code, e.g. "LAX" or "CUN". | |
| max_results | No | How many flight options to return. | |
| return_date | Yes | Return date in YYYY-MM-DD. Round-trip only for now. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| flights | Yes |