Ask HN: How to get my hands on flight data?
2 comments
What kind of data are we talking about exactly? If be flight you actually mean live air traffic - you can read https://www.flightradar24.com/how-it-works or https://www.kaspersky.com/blog/tracking-airplanes-how-flight... on the topic. Not sure there is a service that provides this aggregated data for free.
Sorry, I meant booking data. To-from, prices, and anything related.
Google has an API: https://developers.google.com/qpx-express/
(might be another more detailed API if you search around, QPX was originally a XML format with lots of power.)
(might be another more detailed API if you search around, QPX was originally a XML format with lots of power.)
So, if I wanted to build a search engine which implements this idea, how would I go about getting flight data? Free data first, if possible ;-)
Thank you