Hello,
Currently I am trying to find the information of an airplane with tail number: N785AV
The URL for the request is the following: http://flightxml.flightaware.com:80/json/FlightXML2/InFlightInfo?ident=N785AV
I get the following response:
{“InFlightInfoResult”=>
{“faFlightID”=>“”,
“ident”=>“N785AV”,
“prefix”=>“”,
“type”=>“”,
“suffix”=>“”,
“origin”=>“”,
“destination”=>“”,
“timeout”=>“”,
“timestamp”=>0,
“departureTime”=>0,
“firstPositionTime”=>0,
“arrivalTime”=>0,
“longitude”=>0,
“latitude”=>0,
“lowLongitude”=>0,
“lowLatitude”=>0,
“highLongitude”=>0,
“highLatitude”=>0,
“groundspeed”=>0,
“altitude”=>0,
“heading”=>0,
“altitudeStatus”=>“”,
“updateType”=>“”,
“altitudeChange”=>“”,
“waypoints”=>“”}}
The documentation specifically says this endpoint supports tail number starting with ‘N’. May we get more information on how to use this endpoint properly?
Thanks