Hi, I am using this link http://flightxml.flightaware.com/json/FlightXML2/SearchBirdseyeInFlight?query={> gs 200}. i get the flights that have not started.
Can you please let me know the query/method that i need to access to get list list of flights that are between certain longitudes that are actually in flight.
we are working on a project, where we need to identify these
sorry to bother you. i used + like you suggested and put the query in Postman client. Question is,
why do i see data like the below (i get this record,inspite of my query having onair true). This Flight , when i query in flightaware.com is EXPECTED TO DEPART IN OVER 18 HOURS.
I am interested in the data that on air. any suggestion
Try moving the {true inAir} to be the first term in your query. (When you use ampersand or other invalid characters then that can begin a new argument and everything from that point is likely discarded/ignored.)
You can also try using percent-style hex encoding:
we are currently evaluating the Firehose API. initiation command that i use currently is like
private static String initiation_command = "live username abca password 123456 latlong "30 -70 60 -150" ";
is there a way i can get only flights that are truly inAir ? ( you responded to me for FlightXML Api above)
Also , lets say i pick 10 flights to track ( ident ). how often i receive the data related to these 10 flights ? from documentation it looks like 1 position/minute . is that true ?
I’ve reached directly regarding the Firehose questions. If you have any additional questions regarding Firehose please feel free to reply to the email thread.