You will want to try to use ICAO identifiers for the flight when possible. Although FlightXML can sometimes automatically convert the identifiers for you, if will refuse to do so when there is a possible ambiguity that may cause an unexpected flight to be returned. Our website uses slightly more aggressive logic to convert identifiers because we know that a user is viewing the resulting match, rather than just an app accessing our API.
In your example, the correct identifier should be UAE7, instead of EK07.
In your example, the correct identifier should be UAE7, instead of EK07.
Hi bovineone,
Thank you for reply,
I have tried identifier UAE7 instead of flight number EK07 and it works, problem is we are asking the users to enter the flight number to get the flight details and we never know which flight number user is going to enter. is there any thing in the method or way to know that which identifier is required to use for a flight number?
I also also want to get the terminal as well, but FlightInfoEx give me details about the estimatedarrivaltime, originCity, destinationCity etc but not the terminal.