APIHub
Back to Explore

Flight Delay Prediction

Before using this API, we recommend you read our **[Authorization Guide](https://developers.amadeus.com/self-service/apis-docs/guides/authorization-262)** for more information on how to generate an access token.

Uncategorized
none
HTTPS
CORS: Unknown
Visit official documentation

Latency

2580ms p95

Uptime

0.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
GET

/travel/predictions/flight-delay

Return the delay segment where the flight is likely to lay.

  • originLocationCode (query, required) — city/airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx) from which the traveler is departing, e.g. PAR for Paris
  • destinationLocationCode (query, required) — city/airport [IATA code](http://www.iata.org/publications/Pages/code-search.aspx) to which the traveler is going, e.g. PAR for Paris
  • departureDate (query, required) — the date on which the traveler will depart from the origin to go to the destination. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2019-12-25
  • departureTime (query, required) — local time relative to originLocationCode on which the traveler will depart from the origin. Time respects ISO 8601 standard. e.g. 13:22:00
  • arrivalDate (query, required) — the date on which the traveler will arrive to the destination from the origin. Dates are specified in the [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) YYYY-MM-DD format, e.g. 2019-12-25
  • arrivalTime (query, required) — local time relative to destinationLocationCode on which the traveler will arrive to destination. Time respects ISO 8601 standard. e.g. 13:22:00
  • aircraftCode (query, required) — IATA aircraft code (http://www.flugzeuginfo.net/table_accodes_iata_en.php)
  • carrierCode (query, required) — airline / carrier code
  • flightNumber (query, required) — flight number as assigned by the carrier
  • duration (query, required) — flight duration in [ISO8601](https://en.wikipedia.org/wiki/ISO_8601) PnYnMnDTnHnMnS format, e.g. PT2H10M

1 endpoint auto-detected

curl -X GET \
  "https://test.api.amadeus.com/v1/travel/predictions/flight-delay"

test.api.amadeus.com · HTTPS only