flights_states
Real-time aircraft states worldwide from adsb.fi open data (ADS-B) — give a bounding box, get every aircraft in the area with live position, altitude, speed, heading and ground status. Data by adsb.fi (ODbL). Price: $0.01 per call (x402 payment, USDC on Base mainnet). Real-time aircraft states worldwide from adsb.fi open data (ADS-B). Returns every aircraft in a bounding box with live position, altitude, velocity, heading and on-ground status. For travel, logistics, airspace-monitoring and tracking agents. Input: bounding box (lamin, lomin, lamax, lomax). Data by adsb.fi (ODbL).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lamax | Yes | Max latitude of bounding box, e.g. 49.0 | |
| lamin | Yes | Min latitude of bounding box, e.g. 48.0 | |
| lomax | Yes | Max longitude of bounding box, e.g. 3.0 | |
| lomin | Yes | Min longitude of bounding box, e.g. 2.0 |