AeroDataBox
AeroDataBox API is an aviation and flight data API tailored for small and medium businesses, individual developers, researchers, and students. It offers a wide range of data, including flight status, schedules, flight plans, aircraft information, airport details, statistics, historical data, and more. Designed for seamless integration using REST and web hooks and available through major API…
AeroDataBox endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create web-hook subscription / FREE TIER /subscriptions/webhook/{subjectType}/{subjectId} |
Creates a webhook subscription on a subject (e.g. flight by number or by airport code). Returns information about the created subscription. Subscription ID contained in it can be… |
| GET |
Get single aircraft (by tail-number, Mode-S or ID) / TIER 1 /aircrafts/{searchBy}/{searchParam} |
Returns: Single aircraft, best matching specified search criteria, if found |
| GET |
Flight status (nearest day) / TIER 2 /flights/{searchBy}/{searchParameter} |
Gets information about the status of the nearest (either in past or in future) flight or about flight departing or arriving on the day specified (local time), operated: - under… |
| GET |
Airports supporting data feed service / FREE TIER /health/services/feeds/{service}/airports |
**Which airports support flight schedules? **or **Which airports support live flight updates?** Returns: Collection ICAO codes of airports supporting specified airport data feed… |
| GET |
FAA LADD Aircraft Status / TIER 3 /industry/faa-ladd/{id}/status |
*Returns:* The **current** status of the specified aircraft in[ the Limiting Aircraft Displayed program of the Federal Aviation Administration of the U.S. Department of… |
| GET |
Airport delays (current) / TIER 3 /airports/{codeType}/{code}/delays |
**What is the current average delay in the airport?* Statistics are calculated against the flight data we aggregated. Henceforth, it is available only for those airports and… |
| GET |
Aiport by code / TIER 1 /airports/{codeType}/{code} |
Gets airport by code (IATA or ICAO). |
| GET |
Airport delays (by date) / TIER 3 /airports/{codeType}/{code}/delays/{dateLocal} |
**What is the delay index at a moment in the past?"" Statistics are calculated against the flight data we aggregated. Henceforth, it is available only for those airports and… |
| GET |
Search airports by location / TIER 2 /airports/search/location |
Gets the list of airports found within specified radius around specified location. |
| GET |
List web-hook subscriptions / FREE TIER /subscriptions/webhook |
Get the list of existing active web-hook subscriptions |
| GET |
Airport data feed services status by ICAO code / FREE TIER /health/services/airports/{icao}/feeds |
Gets current status of airport data feed services (live flight updates, flight schedules, etc.) for requested airport. |
| GET |
Current local time at the airport / TIER 1 /airports/{codeType}/{code}/time/local |
What is the current local time at the airport? |
| GET |
Flight status (specific date) / TIER 2 /flights/{searchBy}/{searchParameter}/{dateLocal} |
Gets information about the status of the nearest (either in past or in future) flight or about flight departing or arriving on the day specified (local time), operated: - under… |
| GET |
Get all aircraft (by tail-number, Mode-S or ID) / TIER 1 /aircrafts/{searchBy}/{searchParam}/all |
Returns: A list of all aircraft matching the search criteria |
| GET |
Airport delays (by range of dates) / TIER 3 /airports/{codeType}/{code}/delays/{dateLocal}/{dateToLocal} |
**What is the historical average delay in the airport?** or **How the delays changed within a specific period of time?** Statistics are calculated against the flight data we… |
| GET |
GetFeedAirports /health/services/feeds/{service}/airports |
**Which airports support flight schedules?** or **Which airports support live flight updates?** At the moment airports having both ICAO and IATA code are present in database… |
| GET |
Solar and day time at the airport / TIER 1 /airports/{codeType}/{code}/time/solar/{dateLocal} |
- What is the sun position in the sky now at a specific time at the airport? - When does the sun rise and set at the airport today or on the other day at the airport? - Is it… |
| GET |
Aircraft registration history (by tail-number, Mode-S or ID) / TIER 1 /aircrafts/{searchBy}/{searchParam}/registrations |
Returns: A list of all known registrations of a single aircraft, best matching specified search criteria, if found |
| GET |
General status of data feed services / FREE TIER /health/services/feeds/{service} |
**Which is the general health of the data feed service?** Returns: Status of the service in general, regardless of the airports |
| GET |
Flight history & schedule (range of dates) / TIER 3 /flights/{searchBy}/{searchParam}/{dateFromLocal}/{dateToLocal} |
**What is the history or schedule of a specific flight within a specific range of dates in past or in future?** This endpoint is the similar to the *Flight status* endpoints. The… |
| GET |
[DEPRECATED] Search airports by location (path-style) /airports/search/location/{lat}/{lon}/km/{radiusKm}/{limit} |
DON'T USE! Use `Search airports by location` endpoint instead. |
| GET |
Get web-hook subscription / FREE TIER /subscriptions/webhook/{subscriptionId} |
Gets information about an existing web-hook subscription. |
| GET |
Aircraft Search / Autocomplete / TIER 2 /aircrafts/search/term |
Returns: List of active aircraft registrations with tail numbers starting from the term. |
| GET |
GetAirportFeedStatus /health/services/airports/{icao}/feeds |
**What is the status of data updates for the airport?** At the moment airports having both ICAO and IATA code are present in database only. *Returns:* Current status of airport… |
| GET |
Search airports by IP address geolocation / TIER 2 /airports/search/ip |
**What are the airports closest to the customer, based on their IP address?** ** What are the airports closest to the location determined (geo-located) by a IP address?** Gets… |
| GET |
Global delays (current) / TIER 3 /airports/delays |
**What is the current delay situation in all airports?** or **What is the delay index of all airports right now ?** *Returns:* Statistical delay information about delays (median… |
| GET |
FIDS: Airport departures and arrivals (by relative time) / TIER 2 /flights/airports/{codeType}/{code} |
**What are current departures or arrivals at the airport?** or **What is the flight schedule at the airport?** or **What is flight history at the airport?** Flights may contain… |
| GET |
Flight time & Distance between airports / TIER 2 /airports/{codeType}/{codeFrom}/distance-time/{codeTo} |
**What is the great circle distance between airports?** **What is approximate flight time between airports?** **What is the flight time between airports based on history of… |
| DELETE |
Remove web-hook subscription / FREE TIER /subscriptions/webhook/{subscriptionId} |
Removes the subscription |
| GET |
Get web-hook subscription balance / FREE TIER /subscriptions/balance |
The current web-hook subscription balance information. This is separate from your API marketplace quota and is used solely for billing of web-hook subscriptions. For more details… |
| GET |
GetFeedServiceStatus /health/services/feeds/{service} |
**Which is the general health of the data feed service?** *Returns:* Status of the service in general, regardless of the airports |
| GET |
FIDS: Airport departures and arrivals (by time range) / TIER 2 /flights/airports/{codeType}/{code}/{fromLocal}/{toLocal} |
**What are current departures or arrivals at the airport?** or **What is the flight schedule at the airport?** or **What is flight history at the airport?** Flights may contain… |
| GET |
Airline fleet / Aircraft list by airline code / TIER 3 [BETA] /airlines/{airlineCode}/aircrafts |
*Returns: * A paged list of aircraft in the fleet of the specified airline. That will include active aircraft currently flying in an active airline, verfified through more than… |
| GET |
Global delays (by date) / TIER 3 /airports/delays/{dateTimeUtc} |
**What is the historical delay situation in all airports?** or **What was the delay index of all airports at a moment in the past?** *Returns:* Statistical delay information… |
| GET |
Flight departure dates / TIER 2 /flights/{searchBy}/{searchParameter}/dates/{fromLocal}/{toLocal} |
**On which days the flight operates?** or **What is the flight schedule?** Get flight departure dates for a flight operated: , operated: - under specified flight number; or - by… |
| POST |
Refill web-hook subscription balance / TIER 1 VARIABLE /subscriptions/balance/refill |
Performs refill operation on the web-hook subscription balance by the specified amount of credits. This balance is separate from your API marketplace quota and is used solely for… |
| GET |
Aircraft image by registration - TIER 2 [BETA] /aircrafts/reg/{reg}/image/beta |
**What is the aircraft photo? ** Aircraft images are being searched externally in Flickr. Only images with licenses approved for commercial use are returned. Please be advised… |
| GET |
Airport Search / Auto-complete / TIER 2 /airports/search/term |
Gets the list of airports with ICAO or IATA code matching the search term case-insensitively and airports with airport or city name containing the search term case-insensitively. |
| GET |
GetFaaLaddAircraftStatus /industry/faa-ladd/{id}/status |
*Returns:* The **current** status of the specified aircraft in the Limiting Aircraft Displayed program of the Federal Aviation Administration of the U.S. Department of… |
| GET |
Airport routes and daily flights statistics (current) / TIER 3 /airports/{codeType}/{code}/stats/routes/daily |
**What are the most popular routes from an airport?** or **Where I can fly from an airport?** or **How many daily flights to different destinations from an airport?** Gets list… |
| GET |
Flight number auto-complete / TIER 2 /flights/search/term |
Returns: Distinct list of available flight numbers which start with the search query. |
| GET |
Airport routes and daily flights statistics (by date) / TIER 3 /airports/{codeType}/{code}/stats/routes/daily/{dateLocal} |
**What are the most popular routes from an airport?** or **Where I can fly from an airport?** or **How many daily flights to different destinations from an airport?** Gets list… |
| GET |
Airport runways / TIER 1 /airports/{codeType}/{code}/runways |
Gets information about runways at specified airport. |
| GET |
GetFlightDates_FlightDatesAll /flights/{searchBy}/{searchParam}/dates |
**On which days the flight operates?** or **What is the flight schedule?** Flight can be searched by: * flight number it's being operated under; or * ATC-callsign it's being… |
| GET |
GetFlight_FlightOnSpecificDate /flights/{searchBy}/{searchParam}/{dateLocal} |
**What is the flight status?** or **What is the flight schedule?** Returns live flight status (if the flight is within the coverage and not in distant future), or flight schedule… |
| GET |
Flight delays - by flight number / TIER 3 /flights/{number}/delays |
**By how much the flight was delayed?** Gets delay statistics for the flight with specified number. |
| GET |
GetAirportFlights /flights/airports/{codeType}/{code}/{fromLocal}/{toLocal} |
**What are current departures or arrivals at the airport?** or **What is the flight schedule at the airport?** or **What is flight history at the airport?** Flights may contain… |
| GET |
GetFlight_FlightNearest /flights/{searchBy}/{searchParam} |
**What is the flight status?** or **What is the flight schedule?** Returns live flight status (if the flight is within the coverage and not in distant future), or flight schedule… |
| DELETE |
UnsubscribeWebhook /subscriptions/webhook/{subscriptionId} |
*This endpoitns is a part of Flight alert PUSH API currently powered by webhooks. If you are running your own web service, you can subscribe to flights by number or airport code.… |
| GET |
GetAirportFlightsRelative /flights/airports/{codeType}/{code} |
**What are current departures or arrivals at the airport?** or **What is the flight schedule at the airport?** or **What is flight history at the airport?** Flights may contain… |
AeroDataBox pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1 / second |
|
| PRO | $5.35 / month | 1 / second |
|
| ULTRA Recommended | $32 / month | 2 / second |
|
| MEGA | $160 / month | 3 / second |
|