v1

latestOpenAPI 3.1.02026-07-2470277.8 KB

Live Search

post/live

Request body

origin_airportstring required

The origin airport to search from.

destination_airportstring required

The destination airport to search to.

departure_datestring required

Departure date to search, in YYYY-MM-DD format.

sourcestring required

The mileage program to search. Can be one of the sources in Concepts.

disable_filtersboolean

Disables any filters for dynamic pricing or mismatched airports.

show_dynamic_pricingboolean

Disables only filters for dynamic pricing, but not for mismatched airports.

seat_countinteger

Number of adult passengers to search for, between 1-9 seats.

Response

200

successboolean

Example response

{
  "results": [
    {
      "ID": "2v37fWFcRCmlct2SFweD9Np5cVH",
      "AvailabilitySegments": [
        {
          "ID": "2v37fS4eggp7hpqwzBQbpFhoRlz",
          "FlightNumber": "QF433",
          "Distance": 439,
          "OriginAirport": "SYD",
          "DestinationAirport": "MEL",
          "DepartsAt": "2025-05-20T10:00:00Z",
          "ArrivesAt": "2025-05-20T11:35:00Z",
          "CreatedAt": "0001-01-01T00:00:00Z",
          "UpdatedAt": "0001-01-01T00:00:00Z",
          "Source": "qantas"
        }
      ],
      "TotalDuration": 270,
      "Stops": 1,
      "Carriers": "QF",
      "MileageCost": 18000,
      "TotalTaxes": 9489,
      "TaxesCurrency": "AUD",
      "TaxesCurrencySymbol": "$",
      "FlightNumbers": "QF433, QF616",
      "DepartsAt": "2025-05-20T10:00:00Z",
      "Cabin": "economy",
      "ArrivesAt": "2025-05-20T14:30:00Z",
      "CreatedAt": "0001-01-01T00:00:00Z",
      "UpdatedAt": "0001-01-01T00:00:00Z",
      "Source": "qantas"
    }
  ],
  "bookingLinks": [
    {
      "label": "Book via Qantas Frequent Flyer",
      "link": "https://www.qantas.com/us/en/book-a-trip/flights.html?showMod=0&utm_source=seatsaero",
      "primary": true
    }
  ],
  "success": true
}