Amadeus · Example Payload

Flight Cheapest Date Search Flight Date Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

typeorigindestinationdepartureDatereturnDatepricelinks

Example Payload

Raw ↑
{
  "type": "flight-date",
  "origin": "PAR",
  "destination": "DXB",
  "departureDate": "2017-08-19",
  "returnDate": "2017-08-22",
  "price": {
    "total": "932.70"
  },
  "links": {
    "flightDestinations": "https://test.api.amadeus.com/v1/shopping/flight-destinations?origin=PAR&nonStop=true",
    "flightOffers": "https://test.api.amadeus.com/v1/shopping/flight-offers?origin=PAR&destination=MAD&departureDate=2017-08-26&returnDate=2017-08-30&adults=1"
  }
}