Amadeus · Example Payload

Flight Price Analysis Itinerary Price Metric Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Flight Price Analysis Itinerary Price Metric Example is an example object payload from Amadeus, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

typeorigindestinationdepartureDatetransportTypecurrencyCodeoneWaypriceMetrics

Example Payload

Raw ↑
{
  "type": "string-value",
  "origin": {
    "iataCode": "PAR"
  },
  "destination": {
    "iataCode": "PAR"
  },
  "departureDate": "2026-08-15",
  "transportType": "FLIGHT",
  "currencyCode": "EUR",
  "oneWay": true,
  "priceMetrics": [
    {
      "amount": "199.50",
      "quartileRanking": "MINIMUM"
    }
  ]
}