Flight API
Flight API provides real-time and historical data services related to flight status, airport operations, delays, aircraft information, and more. It allows you to track flights, view airport data, manage aircraft fleets, and even search for flights, delays, and routes by various parameters. The API also supports webhook subscription management for flight-related updates.
Flight API endpoints
| Method | Endpoint | Description |
|---|---|---|
| POST |
Create web-hook subscription /subscriptions/webhook/{subjectType}/{subjectId} |
Create web-hook subscription |
| GET |
List web-hook subscriptions /subscriptions/webhook |
List web-hook subscriptions |
| GET |
Get web-hook subscription /subscriptions/webhook/{subscriptionId} |
Get web-hook subscription |
| PATCH |
Refresh web-hook subscription /subscriptions/webhook/{subscriptionId}/refresh |
Refresh web-hook subscription |
| DELETE |
Remove web-hook subscription /subscriptions/webhook/{subscriptionId} |
Remove web-hook subscription |
| GET |
Aiport by code /airports/{codeType}/{code} |
Aiport by code |
| GET |
Search airports by location /airports/search/location?lat=40.7128&lon=-74.0060&radiusKm=100&limit=10&withFlightInfoOnly=false |
Search airports by location |
| GET |
Search airports by IP address geolocation /airports/search/ip |
Search airports by IP address geolocation |
| GET |
Search airports by free text /airports/search/term |
Search airports by free text |
| GET |
Airport runways /airports/{codeType}/{code}/runways |
Airport runways |
| GET |
Get single aircraft (by tail-number, Mode-S or ID) /aircrafts/{searchBy}/{searchParam} |
Get single aircraft (by tail-number, Mode-S or ID) |
| GET |
Get all aircraft (by tail-number, Mode-S or ID) /aircrafts/{searchBy}/{searchParam}/all |
Get all aircraft (by tail-number, Mode-S or ID) |
| GET |
Aircraft registration history (by tail-number, Mode-S or ID) /aircrafts/{searchBy}/{searchParam}/registrations |
Aircraft registration history (by tail-number, Mode-S or ID) |
| GET |
Search aircraft by term /aircrafts/search/term |
Search aircraft by term |
| GET |
(BETA) Airline fleet / Aircraft list by airline code /airlines/{airlineCode}/aircrafts |
(BETA) Airline fleet / Aircraft list by airline code |
| GET |
(BETA) Aircraft image by registration /aircrafts/reg/{reg}/image/beta |
(BETA) Aircraft image by registration |
| GET |
FAA LADD Aircraft Status /industry/faa-ladd/{id}/status |
FAA LADD Aircraft Status |
| GET |
Airport delays (current) /airports/{codeType}/{code}/delays |
Airport delays (current) |
| GET |
Airport delays (by date) /airports/{codeType}/{code}/delays/{dateLocal} |
Airport delays (by date) |
| GET |
Airport delays (by range of dates) /airports/{codeType}/{code}/delays/{dateLocal}/{dateToLocal} |
Airport delays (by range of dates) |
| GET |
Global delays (current) /airports/delays |
Global delays (current) |
| GET |
Global delays (by date) /airports/delays/{dateTimeUtc} |
Global delays (by date) |
| GET |
Airport routes and daily flights statistics (current) /airports/{codeType}/{code}/stats/routes/daily |
Airport routes and daily flights statistics (current) |
| GET |
Airport routes and daily flights statistics (by date) /airports/{codeType}/{code}/stats/routes/daily/{dateLocal} |
Airport routes and daily flights statistics (by date) |
| GET |
Flight delays - by flight number /flights/{number}/delays |
Flight delays - by flight number |
| GET |
All countries /countries |
All countries |
| GET |
Current local time at the airport /airports/{codeType}/{code}/time/local |
Current local time at the airport |
| GET |
Solar and day time at the airport /airports/{codeType}/{code}/time/solar/{dateLocal} |
Solar and day time at the airport |
| GET |
Flight time & Distance between airports /airports/{codeType}/{codeFrom}/distance-time/{codeTo} |
Flight time & Distance between airports |
| GET |
Airports supporting data feed service /health/services/feeds/{service}/airports |
Airports supporting data feed service |
| GET |
Airport data feed services status by ICAO code /health/services/airports/{icao}/feeds |
Airport data feed services status by ICAO code |
| GET |
General status of data feed services /health/services/feeds/{service} |
General status of data feed services |
| GET |
Flight status (nearest day) /flights/{searchBy}/{searchParameter} |
Flight status (nearest day) |
| GET |
Flight status (specific date) /flights/{searchBy}/{searchParameter}/{dateLocal} |
Flight status (specific date) |
| GET |
Flight history & schedule (range of dates) /flights/{searchBy}/{searchParam}/{dateFromLocal}/{dateToLocal} |
Flight history & schedule (range of dates) |
| GET |
FIDS: Airport departures and arrivals (by relative time) /flights/airports/{codeType}/{code} |
FIDS: Airport departures and arrivals (by relative time) |
| GET |
FIDS: Airport departures and arrivals (by time range) /flights/airports/{codeType}/{code}/{fromLocal}/{toLocal} |
FIDS: Airport departures and arrivals (by time range) |
| GET |
Flight departure dates /flights/{searchBy}/{searchParameter}/dates/{fromLocal}/{toLocal} |
Flight departure dates |
| GET |
Search flight numbers by term /flights/search/term |
Search flight numbers by term |
Flight API pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | — |
|
| PRO | $12.99 / month | — |
|
| ULTRA | $59.99 / month | — |
|
| MEGA | $199.99 / month | — |
|