Flight api

Hello All

How can send my flight departure date and get flight data according my flight departure date by API.

(I have moved your post into the FlightXML forum.)

To query flight details, you can use the FlightInfoEx function to request a specific flight number. It will return multiple flights (a few future and a few past). Your application will need to look through the list to find the date that you are interested in. Keep in mind that a single flight number may have multiple destinations on a single day, so you may need to also compare the origin/destination of the flight in addition to the date.