Is there any free API/xml feed to check flight status?
For example, flight number, date to track flight, expected time, delayed, canceled, and other details.
Is there any free API/xml feed to check flight status?
For example, flight number, date to track flight, expected time, delayed, canceled, and other details.
First results on Google:
- http://flightwise.com/
- http://www.programmableweb.com/api/flightstats
Google even uses flightstats to pull info for the top hit
After some searching, I haven't found any free APIs out there for this. FlightWise and FlightStats are commercial ones, though the data that airlines provide is free (in using FlightStats, you would be paying for their developers to maintain a queryable API that wraps the airline data).
However, you're looking for a free API. While there aren't any available currently, you can create your own by taking a screen-scraping approach. Here are some of the sites that you might consider scraping (which one you should choose depends on how much info do you need about flights):
Track status of AA 589 from Richmond (RIC) to Dallas (DFW):
24 May 2010 - On schedule; Departed: 1:20 PM, Estimated arrival: 3:24 PM (www.flightstats.com)
Hope I helped!
Am not sure , may be am wrong ,in google when we type DL03 then the first result is DL03 flight status , so with the help of google search api , is it possible to get the flight status ,