AeroApi Search method

Dear all, I’m trying to use the Search method within a box of minlat minlon maxlat maxlon and below altitude 1.000 feet. Since I’m retrieving aircraft out of such box, I tried the searchcount method. Here’s my query

http://myID:myKey@flightxml.flightaware.com/json/FlightXML2/SearchCount?query=-belowAltitude%2010&-latlong%20"41.000%2012.000%2041.01%2012.01"
Result is

{‘SearchCountResult’: 10030}

!!!

I would expect a few aircraft in such a box. What I’m doing wrong?

Replace the ampersand (&) with a space (%20)

1 Like