I need to be able to return a list of flights by specifying the origin and destination airport codes. Kind of similar to the arrivals board information you would see at an airport, except filtered to a specific origin. /Search seems to be the ticket for this, but it is limited to flights that are currently airborne. What I’m looking for is something which includes arrived, enroute, and scheduled flights in the result set (similar to how /FlightInfoEx works).
What would you recommend?