All flights with a last reported position +/- 2 degrees

I am trying to get all the flight +/- few degrees of IAD and created a query as below

{range lat 38.8863 40.897669} {range lon -79.03655 -77.1236}

http://flightxml.flightaware.com/json/FlightXML2/SearchBirdseyeInFlight?query{range%20lat%2038.8863%2040.897669}%20{range%20lon%20-79.03655%20-77.1236}&howMany=20&offset=0

When I run this, the output doesn’t seem to be within this range. Is this not the apt method or am I going wrong? Is it the spaces in the query? Something isn’t right for sure.

You are missing an equal sign after the word “query”

1 Like

yes, that did it. Thank you!!