Amadeus · Example Payload

Flight Cheapest Date Search Meta Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

Top-level fields

currencylinksdefaults

Example Payload

Raw ↑
{
  "currency": "EUR",
  "links": {
    "self": "https://example.com/resource"
  },
  "defaults": {
    "departureDate": "2011-09-10,2011-09-15",
    "oneWay": true,
    "duration": "2,5",
    "nonStop": true,
    "viewBy": "DATE"
  }
}