Amadeus · Example Payload

Airport On Time Performance Prediction Example

TravelTravel TechnologyReservationsFlightsHotelsAirlinesHospitalityTours and ActivitiesCars and TransfersDestination ContentItinerary ManagementTrip PlanningArtificial IntelligenceMarket Insights

Airport On Time Performance Prediction Example is an example object payload from Amadeus, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

datameta

Example Payload

Raw ↑
{
  "data": {
    "id": "JFK20231112",
    "probability": "0.928",
    "result": "0.84062016",
    "subType": "on-time",
    "type": "prediction"
  },
  "meta": {
    "links": {
      "self": "https://test.api.amadeus.com/v1/airport/predictions/on-time?airportCode=JFK&date=2023-11-12"
    }
  }
}