Amadeus · Example Payload

On Demand Flight Status Flight Point Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

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

iataCodedeparturearrival

Example Payload

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