Aircraft Near
aircraft_nearLive aircraft tracking: what planes are flying overhead or near a location right now. Returns real-time ADS-B positions (altitude, ground speed, heading, vertical rate) for every aircraft within a radius of a lat/lon point. Use this for "what is flying above me" / "planes near ".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| latitude | Yes | Center latitude in decimal degrees, e.g. 51.5. | |
| longitude | Yes | Center longitude in decimal degrees, e.g. -0.1. | |
| radius_nm | No | Search radius in nautical miles (default 25, max 250). |