Supports both managed (Lava’s API keys) and unmanaged (bring your own credentials) mode.
Endpoints
Search flight positions
GEThttps://aeroapi.flightaware.com/aeroapi/flights/search/positions — $0.05 / request
Count matching flights
GEThttps://aeroapi.flightaware.com/aeroapi/flights/search/count — $0.02 / request
Search flights by route
GEThttps://aeroapi.flightaware.com/aeroapi/flights/search?query=-destination+KJFK+-origin+KLAX — $0.05 / request
- SDK
- cURL
Get flight counts
GEThttps://aeroapi.flightaware.com/aeroapi/flights/counts — $0.10 / request
Get flight info by identifier
GEThttps://aeroapi.flightaware.com/aeroapi/flights/{ident} — $0.005 / request
Get canonical flight identifier
GEThttps://aeroapi.flightaware.com/aeroapi/flights/{ident}/canonical — $0.001 / request
Get current flight position
GEThttps://aeroapi.flightaware.com/aeroapi/flights/{ident}/position — $0.01 / request
Get flight route
GEThttps://aeroapi.flightaware.com/aeroapi/flights/{ident}/route — $0.01 / request
Get flight track
GEThttps://aeroapi.flightaware.com/aeroapi/flights/{ident}/track — $0.012 / request
Get flight map image
GEThttps://aeroapi.flightaware.com/aeroapi/flights/{ident}/map — $0.03 / request
Set flight intents
POSThttps://aeroapi.flightaware.com/aeroapi/flights/{ident}/intents — Free
Search foresight flights
GEThttps://aeroapi.flightaware.com/aeroapi/foresight/flights/search — $0.06 / request
Get foresight flight counts
GEThttps://aeroapi.flightaware.com/aeroapi/foresight/flights/counts — $0.10 / request
Get foresight flight data
GEThttps://aeroapi.flightaware.com/aeroapi/foresight/flights/{ident} — $0.015 / request
List airports
GEThttps://aeroapi.flightaware.com/aeroapi/airports — $0.005 / request
Find nearby airports
GEThttps://aeroapi.flightaware.com/aeroapi/airports/nearby — $0.004 / request
List airport delays
GEThttps://aeroapi.flightaware.com/aeroapi/airports/delays — $0.05 / request
Get airport details
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident} — $0.015 / request
Get airport delays
GEThttps://aeroapi.flightaware.com/aeroapi/airports/KJFK/delays — $0.01 / request
- SDK
- cURL
Get airport flights
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/flights — $0.02 / request
Get scheduled departures
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/flights/scheduled_departures — $0.005 / request
Get airport arrivals
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/flights/arrivals — $0.005 / request
Get airport departures
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/flights/departures — $0.005 / request
Get scheduled arrivals
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/flights/scheduled_arrivals — $0.005 / request
Get airport routes
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/routes — $0.02 / request
Get route between airports
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/routes/{dest} — $0.05 / request
Get weather observations
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/weather/observations — $0.002 / request
Get weather forecast
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/weather/forecast — $0.002 / request
Get all weather data
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/weather/all — $0.002 / request
Find nearby airports from a specific airport
GEThttps://aeroapi.flightaware.com/aeroapi/airports/{ident}/nearby — $0.004 / request
List operators
GEThttps://aeroapi.flightaware.com/aeroapi/operators — $0.002 / request
Get operator details
GEThttps://aeroapi.flightaware.com/aeroapi/operators/{ident} — $0.015 / request
Get canonical operator identifier
GEThttps://aeroapi.flightaware.com/aeroapi/operators/{ident}/canonical — $0.001 / request
Get operator flights
GEThttps://aeroapi.flightaware.com/aeroapi/operators/{ident}/flights — $0.03 / request
Get operator disruptions
GEThttps://aeroapi.flightaware.com/aeroapi/disruptions/{ident} — $0.02 / request
Get disruption counts
GEThttps://aeroapi.flightaware.com/aeroapi/disruptions/{ident}/counts — $0.02 / request
Get aircraft owner
GEThttps://aeroapi.flightaware.com/aeroapi/aircraft/{ident}/owner — $0.002 / request
List aircraft types
GEThttps://aeroapi.flightaware.com/aeroapi/aircraft/types — $0.10 / request
Search historical flights
GEThttps://aeroapi.flightaware.com/aeroapi/history/flights/search — $0.05 / request
Get last flight for identifier
GEThttps://aeroapi.flightaware.com/aeroapi/history/flights/last/{ident} — $0.20 / request
Get historical flights by identifier
GEThttps://aeroapi.flightaware.com/aeroapi/history/flights/{ident} — $0.02 / request
Get historical flight route
GEThttps://aeroapi.flightaware.com/aeroapi/history/flights/{ident}/route — $0.04 / request
Get historical flight track
GEThttps://aeroapi.flightaware.com/aeroapi/history/flights/{ident}/track — $0.06 / request
Get historical flight map
GEThttps://aeroapi.flightaware.com/aeroapi/history/flights/{ident}/map — $0.14 / request
Get historical airport flights
GEThttps://aeroapi.flightaware.com/aeroapi/history/airports/{ident}/flights — $0.02 / request
Get historical route between airports
GEThttps://aeroapi.flightaware.com/aeroapi/history/airports/{ident}/routes/{dest} — $0.12 / request
Get historical operator flights
GEThttps://aeroapi.flightaware.com/aeroapi/history/operators/{ident}/flights — $0.02 / request
Get flight schedules
GEThttps://aeroapi.flightaware.com/aeroapi/schedules/{date_or_ident} — $0.02 / request
List alerts
GEThttps://aeroapi.flightaware.com/aeroapi/alerts — Free
Get alert by ID
GEThttps://aeroapi.flightaware.com/aeroapi/alerts/{id} — Free
Create an alert
POSThttps://aeroapi.flightaware.com/aeroapi/alerts — Free
Update an alert
PUThttps://aeroapi.flightaware.com/aeroapi/alerts/{id} — Free
Delete an alert
DELETEhttps://aeroapi.flightaware.com/aeroapi/alerts/{id} — Free
Get account usage
GEThttps://aeroapi.flightaware.com/aeroapi/account/usage — Free
Next Steps
All Providers
Browse all supported AI providers
Forward Proxy
Learn how to construct proxy URLs and authenticate requests