Our comprehensive Flight Tracker API allows you to integrate and display live flight tracking data on your website or application.
System information: Squawk, status and last updated.
The data of the Flight Tracker API is collected through ADS-B systems as well as the use of flight schedules to anticipate the location and fill in the gaps where needed.
The data is live, the updates happen within short intervals of just a few minutes
We also receive data from our aviation partners and combine all this to the central system for our clients.
Aviation Edge’s function is to gather and maintain the complete aviation data for our clients so that they can create the functional tools for their customers.
Our database is divided between static and dynamic data. Static data is that what does not frequently change but due to the massive size of our database, there are constant updates. Think about airport and airline information.
The dynamic data is that what changes more frequently or uses our software to turn it into useful tools. Think about flight tracking API and airport schedules API. It’s a REST API so depending on the development language you use, you can find the suitable method to develop it.
For information about all flights in the world
GET http://aviation-edge.com/v2/public/flights?key=[API_KEY]&limit=30000
For information about a specific flight based on: Flight IATA Number:
GET http://aviation-edge.com/v2/public/flights?key=[API_KEY]&flightIata=W8519
For information about a specific flight based on: Airlines:
GET http://aviation-edge.com/v2/public/flights?key=[API_KEY]&airlineIata=W8
Departure location:
GET http://aviation-edge.com/v2/public/flights?key=[API_KEY]&depIata=MAD
Arrival location:
GET http://aviation-edge.com/v2/public/flights?key=[API_KEY]&arrIata=GIG
Flights within a circle area based on lat and lng values and radius as the distance:
GET https://aviation-edge.com/v2/public/flights?key=[API_KEY]&lat=51.5074&lng=0.1278&distance=100&arrIata=LHR
Combinations: two airports and a specific airline flying between them:
GET http://aviation-edge.com/v2/public/flights?key=[API_KEY]&depIata=ATL&arrIata=ORD&airlineIata=UA
Get Started Now
Try the most powerful all-in-one aviation API solution today.