Future Flights Prediction API
The future flights endpoint requires you to input a date that is ahead of the present day.
NOTE: The Future Flights Endpoint predicts schedules for future dates using an algorithm based on historical data. Note that recent changes within the last year may not be fully reflected. For more accurate and specific flight details, especially for recent changes or unique flights, consider using the Flight Prices Endpoint.
Example API Request:
Use Edit parameters to customize the call, then run it and review the live response below.
API Response Objects
Each item in the response data array includes the following fields.
| Field | Description |
|---|---|
sortTime
|
The flight's sorting time in ISO 8601 format. |
departureTime.timeAMPM
|
The departure time in 12-hour AM/PM format. |
departureTime.time24
|
The departure time in 24-hour format. |
arrivalTime.timeAMPM
|
The arrival time in 12-hour AM/PM format. |
arrivalTime.time24
|
The arrival time in 24-hour format. |
carrier.fs
|
The flight status code of the carrier. |
carrier.name
|
The name of the carrier. |
carrier.flightNumber
|
The flight number of the carrier. |
operatedBy
|
Information about the operator of the flight. |
airport.fs
|
The flight status code of the airport. |
airport.city
|
The city where the airport is located. |