Price a Specific Itinerary with Live Fares
fare_quoteGet live, bookable-quality fares for one specific itinerary — actual flights, actual prices, for the dates given. Needs a departure date for every flown leg. Use this once the customer has settled on cities and dates and wants real numbers rather than a ballpark; use route_estimate instead when dates are still open. It prices the itinerary as a single fare, so very long or awkward multi-continent trips may come back unpriceable — those genuinely need to be split across separate tickets, which is what AirTreks consultants do by hand.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cabin | No | Cabin to price. Defaults to economy. 'premium' means premium economy. | |
| dates | Yes | Departure date for each FLOWN leg, in travel order, as YYYY-MM-DD. Overland legs marked with '000' do not take a date. | |
| adults | No | Adult travellers. Defaults to 1. | |
| cities | Yes | Ordered list of IATA city/airport codes, e.g. ['LAX','NRT','BKK']. Put '000' between two codes to mark that leg as travelled overland rather than flown. | |
| infants | No | Infants under 2. | |
| children | No | Children aged 2-11. | |
| maxOptions | No | How many fare options to return. Defaults to 5. |