Flightera Flight Data
Flight information and performance API backed by Flightera's extensive database. We provide flight data, on-time performance and statistics for flight activity starting September 2017. Features include: - Airport search & information (including identifiers, ownership and runways) - Airline search & information (including aircrafts used, statistics and on-time performance) - Flight schedules,…
Flightera Flight Data endpoints
| Method | Endpoint | Description |
|---|---|---|
| aircraft | ||
| GET |
aircraftSearch /aircraft/search |
A list of plane registrations for a given search criteria. Can search by airline ident, country, model, partial registration If multiple arguments are provided, they will be… |
| GET |
aircraftInfo /aircraft/info |
Returns detailed aircraft information for an aircraft identified by registration. Only works for currently active aircraft |
| GET |
aircraftStatistics /aircraft/statistics |
Returns detailed statistics for an aircraft identified by registration. The statistics include flight activity, total distances traveled, and delay performance metrics for… |
| GET |
aircraftRoutes /aircraft/routes |
Returns a list of routes flown by the specified aircraft during the specified month, ordered by flight frequency (most flights first). The response includes route information… |
| airline | ||
| GET |
airlineCurrentDelays /airline/current_delays |
Returns current delay and cancellation statistics for an airline based on flights scheduled to arrive within a recent time window (approximately -4 to +8 hours from now). This… |
| GET |
airlineSearch /airline/search |
Returns a list of airlines for a given country, identifiers or name search pattern. Multiple arguments can be specified to limit the search. Either one of the arguments must be… |
| GET |
airlineAircrafts /airline/aircrafts |
A list of plane registrations for a given airline. Can search by ident only. Only returns currently active aircraft |
| GET |
airlineRoutes /airline/routes |
Returns a minimal list of routes operated by the specified airline on the specified day, filtered by departure and/or arrival airport. Results include flight number, flight… |
| GET |
airlineFlights /airline/flights |
Returns a list of flights for an airline given a start time. The list is sorted ascending by scheduled departure time. The next departure/ time is returned for pagination (use… |
| GET |
airlineStatistics /airline/statistics |
Returns detailed airline statistics for airlines identified by the provided identifiers. The statistics include flight activity, on-time performance metrics, delay and… |
| GET |
airlineInfo /airline/info |
Returns detailed airline information for airlines identified by the provided identifiers. In most cases the list should contain only one entry. However, due to the nature of the… |
| airport | ||
| GET |
airportFlights /airport/flights |
Returns a list of flights for an airport, direction and time. The list is sorted ascending by scheduled departure time for direction=="departure" and sorted descending by… |
| GET |
airportInfo /airport/info |
Returns detailed airport information for airports identified by the provided identifiers. In most cases the list should contain only one entry. However, due to the nature of the… |
| GET |
airportMetar /airport/metar |
Returns the most recent METAR for an airport specified by the given ident. Includes a parsed version of the METAR. |
| GET |
airportSearch /airport/search |
Returns a list of airports for a given name, country, bbox or timezone. Multiple arguments can be specified to limit the search. Either one of name, country, bbox or timezone… |
| GET |
airportRoutes /airport/routes |
Returns a list of routes from and/or to the specified airport during the specified month, ordered by flight frequency (most flights first). The response includes detailed… |
| GET |
airportStatistics /airport/statistics |
Returns detailed airport statistics for airports identified by the provided identifiers. The statistics include flight frequency, delay and cancellation rates, average distances,… |
| GET |
airportRoute /airport/route |
Returns comprehensive route statistics for flights between two airports. The statistics include flight frequency, average distances and durations, delay and cancellation rates,… |
| GET |
airportDelayDailyStatistics /airport/delays_by_day |
Returns detailed daily delay statistics for an airport identified by the provided identifiers. If searched by ident, only one airport is returned. One of ident, iata, icao,… |
| GET |
airportCurrentDelays /airport/current_delays |
Returns current delay and cancellation statistics for an airport based on flights scheduled to depart or arrive within a recent time window (approximately -4 to +8 hours from… |
| flight | ||
| GET |
flightStatistics /flight/statistics |
Returns statistics for a flight number with one entry per route flown. The statistics include flight frequency, average distances and durations, delay rates, and cancellation… |
| GET |
flightSearch /flight/search |
Returns a list of flights for a given flight number. Minimum and/or maximum date can optionally be specified to limit the search. Results are ordered by departure date ascending.… |
| GET |
flightStatisticsMonthly /flight/statistics/monthly |
Returns monthly historical statistics for a flight number with one entry per route flown in the specified month. The statistics include flight frequency, average distances and… |
| GET |
flightInfo /flight/info |
Returns the info for a flight on a specified date, or the current flight if date is omitted. Will return a 400 if the date requested is outside the subscription level. Future… |
| Other endpoints | ||
| GET |
airportFlights /airport/flights |
Returns a list of flights for an airport, direction and time. The list is sorted ascending by scheduled departure time for direction=="departure" and sorted descending by… |
| GET |
airlineInfo /airline/info |
Returns detailed airline information for airlines identified by the provided identifiers. In most cases the list should contain only one entry. However, due to the nature of the… |
| GET |
airlineStatistics /airline/statistics |
Returns detailed airline statistics for airlines identified by the provided identifiers. In most cases the list should contain only one entry, unless the ident is ambiguous. If… |
| GET |
airlineAircrafts /airline/aircrafts |
A list of plane registrations for a given airline. Can search by ident only. Only returns currently active aircraft |
| GET |
airlineFlights /airline/flights |
Returns a list of flights for an airline given a start time. The list is sorted ascending by scheduled departure time. The next departure/ time is returned for pagination (use… |
| GET |
airlineSearch /airline/search |
Returns a list of airlines for a given country, identifiers or name search pattern. Multiple arguments can be specified to limit the search. Either one of the arguments must be… |
| GET |
flightInfo /flight/info |
Returns the info for a flight on a specified date, or the current flight if date is omitted. Will return a 400 if the date requested is outside the subscription level |
| GET |
airportSearch /airport/search |
Returns a list of airports for a given country, bbox or timezone. Multiple arguments can be specified to limit the search. Either one of country, bbox or timezone must be… |
| GET |
flightSearch /flight/search |
Returns a list of flights for a given flight number. Minimum and/or maximum date can optionally be specified to limit the search. Results are ordered by departure date ascending.… |
| GET |
airportStatistics /airport/statistics |
Returns detailed airport statistics for airports identified by the provided identifiers. In most cases the list should contain only one entry, unless the ident is ambiguous. If… |
| GET |
airportMetar /airport/metar |
Returns the most recent METAR for an airport specified by the given ident. Includes a parsed version of the METAR. |
| GET |
flightStatistics /flight/statistics |
Returns statistics for a flight number with one entry per route flown. Statistics are updated daily. The query can be filtered by route. Statistics are always as of today, please… |
| GET |
airportInfo /airport/info |
Returns detailed airport information for airports identified by the provided identifiers. In most cases the list should contain only one entry. However, due to the nature of the… |
| GET |
aircraftSearch /aircraft/search |
A list of plane registrations for a given search criteria. Can search by airline ident, country, model If multiple arguments are provided, they will be chained as AND Returns… |
| GET |
aircraftInfo /aircraft/info |
Returns detailed aircraft information for an aircraft identified by registration. Only works for currently active aircraft |
| GET |
airportMetar /airport/metar |
Returns the most recent METAR for an airport specified by the given ident. Includes a parsed version of the METAR. |
| GET |
airportDelayDailyStatistics /airport/delays_by_day |
Returns detailed daily delay statistics for an airport identified by the provided identifiers. If searched by ident, only one airport is returned. One of ident, iata, icao,… |
| GET |
airportSearch /airport/search |
Returns a list of airports for a given country, bbox or timezone. Multiple arguments can be specified to limit the search. Either one of country, bbox or timezone must be… |
| GET |
flightInfo /flight/info |
Returns the info for a flight on a specified date, or the current flight if date is omitted. Will return a 400 if the date requested is outside the subscription level |
| GET |
airlineFlights /airline/flights |
Returns a list of flights for an airline given a start time. The list is sorted ascending by scheduled departure time. The next departure/ time is returned for pagination (use… |
| GET |
flightStatistics /flight/statistics |
Returns statistics for a flight number with one entry per route flown. Statistics are updated daily. The query can be filtered by route. Statistics are always as of today, please… |
| GET |
airlineAircrafts /airline/aircrafts |
A list of plane registrations for a given airline. Can search by ident only. Only returns currently active aircraft |
| GET |
airportFlights /airport/flights |
Returns a list of flights for an airport, direction and time. The list is sorted ascending by scheduled departure time for direction=="departure" and sorted descending by… |
| GET |
airlineSearch /airline/search |
Returns a list of airlines for a given country, identifiers or name search pattern. Multiple arguments can be specified to limit the search. Either one of the arguments must be… |
| GET |
airportInfo /airport/info |
Returns detailed airport information for airports identified by the provided identifiers. In most cases the list should contain only one entry. However, due to the nature of the… |
| GET |
flightSearch /flight/search |
Returns a list of flights for a given flight number. Minimum and/or maximum date can optionally be specified to limit the search. Results are ordered by departure date ascending.… |
Flightera Flight Data pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $50 / month | 100 / minute |
|
| ULTRA Recommended | $200 / month | 300 / minute |
|
| MEGA | $499 / month | — |
|