---
title: "Return the delay segment where the flight is likely to lay."
method: GET
path: "/travel/predictions/flight-delay"
tags: ["flight-delay-prediction"]
---

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

`GET /travel/predictions/flight-delay`

## Query parameters

- `originLocationCode` string, required
- `destinationLocationCode` string, required
- `departureDate` string, date, required
- `departureTime` string, time, required
- `arrivalDate` string, date, required
- `arrivalTime` string, time, required
- `aircraftCode` string, required
- `carrierCode` string, required
- `flightNumber` string, required
- `duration` string, required

## Response `200`

Success

- Prediction
  - `data` DelayPrediction[]
    - `type` string — the resource name (`prediction`)
    - `subType` string
    - `id` string — item identifier
    - `result` 'LESS_THAN_30_MINUTES' | 'BETWEEN_30_AND_60_MINUTES' | 'BETWEEN_60_AND_120_MINUTES' | 'OVER_120_MINUTES_OR_CANCELLED' — forecast description
    - `probability` string — probability of the forecast (between 0 and 1)
  - `meta` CollectionMetaLink
    - `count` integer
    - `links` object
      - `self` string, uri
      - `next` string, uri
      - `previous` string, uri
      - `last` string, uri
      - `first` string, uri
      - `up` string, uri

## Other responses

- `400` — code | title ------- | ------------------------------------- 477 | INVALID FORMAT 572 | INVALID OPTION 4926 | INVALID DATA RECEIVED 32171 | MANDATORY DATA MISSING
- `default` — Unexpected Error

---

[API](https://skmtc.dev/amadeus4dev/apis/flight-delay-prediction.md) · [All operations](https://skmtc.dev/amadeus4dev/apis/flight-delay-prediction/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/amadeus4dev/flight-delay-prediction/revisions/5ccd2e4b976b/schema)
