aircraft-db icon indicating copy to clipboard operation
aircraft-db copied to clipboard

Query all types of flight identities, such as ICAO address, registration ID, aircraft model, etc.

Aircraft ID Finder


IMPORTANT:

You should not deploy this code unless you have a specific data agreement with FlightRadar24, because it may violate your user agreement: http://www.flightradar24.com/terms-and-conditions


An (outdataed) example can be found at: http://junzisun.com/adb/

You can download an old version of the data from above website.

Requirement for your own installation

  • mongodb > 3.0: https://docs.mongodb.com/manual/installation/
  • Python 2.7
  • pymongo > 3.0
  • Flask for webserver: http://flask.pocoo.org/