duvera__travel_flight_search
[duvera · risk:low] List aircraft currently airborne within a radius of a point (adsb.lol ADS-B data). Use geo.geocode to get a city's coordinates first. Returns callsign, altitude, speed, and position. No account required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Latitude of the search center (e.g. 40.64 for JFK). | |
| longitude | Yes | Longitude of the search center (e.g. -73.78 for JFK). | |
| radius_nm | Yes | Search radius in nautical miles (1-250), e.g. 50. |