Amadeus · Example Payload

Flight Offers Search Search Criteria Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Offers Search Search Criteria Example is an example object payload from Amadeus, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

excludeAllotmentsaddOneWayOffersmaxFlightOffersmaxPriceallowAlternativeFareOptionsoneFlightOfferPerDayadditionalInformationpricingOptionsflightFilters

Example Payload

Raw ↑
{
  "excludeAllotments": false,
  "addOneWayOffers": true,
  "maxFlightOffers": 250,
  "maxPrice": 100,
  "allowAlternativeFareOptions": true,
  "oneFlightOfferPerDay": true,
  "additionalInformation": {
    "chargeableCheckedBags": true,
    "brandedFares": true
  },
  "pricingOptions": {
    "includedCheckedBagsOnly": true,
    "refundableFare": true,
    "noRestrictionFare": true,
    "noPenaltyFare": true
  },
  "flightFilters": {
    "crossBorderAllowed": false,
    "moreOvernightsAllowed": false,
    "returnToDepartureAirport": false,
    "railSegmentAllowed": true,
    "busSegmentAllowed": true,
    "maxFlightTime": 200,
    "carrierRestrictions": {
      "blacklistedInEUAllowed": true,
      "excludedCarrierCodes": [
        "string-value"
      ],
      "includedCarrierCodes": [
        "string-value"
      ]
    },
    "cabinRestrictions": [],
    "connectionRestriction": {
      "maxNumberOfConnections": 2,
      "nonStopPreferred": false,
      "airportChangeAllowed": false,
      "technicalStopsAllowed": true
    }
  }
}