Amadeus · Example Payload

On Demand Flight Status Arrival Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

On Demand Flight Status Arrival 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

terminalgatetimings

Example Payload

Raw ↑
{
  "terminal": {
    "code": 1
  },
  "gate": {
    "mainGate": "10A"
  },
  "timings": [
    {
      "qualifier": "STD",
      "value": "06:00:00",
      "delays": [
        {}
      ]
    }
  ]
}