API For FAA Aircraft Database

easik

Pre-takeoff checklist
Joined
Jun 24, 2017
Messages
235
Display Name

Display name:
easik
Happy Easter everybody!
I'm working on an app to search and verify aircraft in the US within seconds.
The FAA have their aircraft reg db public, but I'm wondering if there's an API already created to connect to the database. Please advise. Thanks.
 
Yep, the database is just not that big. Every year right before Oshkosh I download both the US and Canadian registries to be used by our "Bellringer" app that allows us to look up the manufacture date of the aircraft (to see if you can get into Vintage, it also holds our list of "specials," past grand champions and the like). Both are (different for each country) fixed field size files. If you want some C++ code that will read either one, I'd be glad to mail it to you.
 
You can also easily automate a daily download refresh of the data.
 
^I would set up a daily download.. probably path of least resistance. I can't imagine there are that many intraday changes that would impact adversely the integrity of the app
 
Heck, I'll slap an API for that together in a couple days if you're willing to pay me :)
 
Back
Top