I would like to write a program that automatically checks whether a given flight number is correct and the corresponding departure and arrival times.
Is there any function from the Wolfram Language that grants access to such data?
I would like to write a program that automatically checks whether a given flight number is correct and the corresponding departure and arrival times.
Is there any function from the Wolfram Language that grants access to such data?
WolframAlpha["delta flight 354"]in Mathematica. – Anton Antonov Jan 22 '19 at 13:07WolframAlphaResult["delta flight 354", {{"FlightSchedule:FlightData", 1}, "Content"}]. However it doesn't look like this information is built into the standard language but is a WolframAlpha only feature :( – Carl Lange Jan 22 '19 at 13:26