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,…

2.4k subscribers
9.9/10 popularity
83 ms avg latency
61% success rate
55 endpoints
The in-depth APIMemo review for this API hasn't been published yet — the data below comes straight from the public marketplace listing.

Flightera Flight Data endpoints

MethodEndpointDescription
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.…
+ 5 more endpoints on the provider's documentation.

Flightera Flight Data pricing

PlanPriceRate limitQuotas
BASIC Free
  • Statistics: 10 / monthly
  • Information & Status: 50 / monthly
  • Searches: 100 / monthly
  • Requests: 200 / monthly
PRO $50 / month 100 / minute
  • Statistics: 500 / monthly (then $0.0160 each)
  • Information & Status: 5,000 / monthly (then $0.0080 each)
  • Searches: 5,000 / monthly (then $0.0080 each)
  • Requests: 30,000 / monthly
ULTRA Recommended $200 / month 300 / minute
  • Statistics: 5,000 / monthly (then $0.0100 each)
  • Information & Status: 25,000 / monthly (then $0.0050 each)
  • Searches: 25,000 / monthly (then $0.0050 each)
  • Requests: 100,000 / monthly
MEGA $499 / month
  • Statistics: 15,000 / monthly (then $0.0080 each)
  • Information & Status: 60,000 / monthly (then $0.0040 each)
  • Searches: 60,000 / monthly (then $0.0040 each)
  • Requests: 200,000 / monthly

More Travel APIs

View all →
  • The Booking API gives developers programmatic access to hotel property data drawn from the Booking.com…

    ReviewedTravelFreemium6k subscribers
  • API real-time data. This API enables you to search for real-time hotel, flights, rental car, taxi prices and…

    TravelFreemium2.9k subscribers
  • Comprehensive Skyscanner scraping API with real-time flights, hotels, and car hire data. 19 endpoints across…

    TravelFreemium1.1k subscribers
  • Real-time data, unofficial API agoda.com. The API provides search, booking for Hotels & Homes, Flights.

    TravelFreemium1.7k subscribers
  • Our kayak flights api scales your travel business or modern travel agency. This full travel api serves…

    TravelFreemium332 subscribers
  • The Booking com API, available through RapidAPI, gives developers programmatic access to over 28 million…

    ReviewedTravelFreemium20.6k subscribers