flights_states
ActiveTool of io.github.digitalweb33333-creator/x402-endpoints
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).
Parameters schema
{
"type": "object",
"required": [
"lamin",
"lomin",
"lamax",
"lomax"
],
"properties": {
"lamax": {
"type": "number",
"description": "Max latitude of bounding box, e.g. 49.0"
},
"lamin": {
"type": "number",
"description": "Min latitude of bounding box, e.g. 48.0"
},
"lomax": {
"type": "number",
"description": "Max longitude of bounding box, e.g. 3.0"
},
"lomin": {
"type": "number",
"description": "Min longitude of bounding box, e.g. 2.0"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
io.github.digitalweb33333-creator/x402-endpoints
https://github.com/digitalweb33333-creator/x402-endpoints
1/7 registries