flight-intel__get_all_aircraft_in_area
ActiveTool of TO1 Intelligence Fleet
[flight-intel] Returns real-time aircraft state vectors (position, altitude, velocity, heading) for every aircraft currently inside a geographic bounding box, sourced from the OpenSky Network anonymous-tier free API. Data is crowd-sourced ADS-B and typically no more than ~10 seconds stale. Anonymous access is rate-limited to roughly 100 credits/day (one bounding-box call costs more credits than a global call), so keep bounding boxes reasonably tight and avoid rapid polling.
Parameters schema
{
"type": "object",
"required": [
"lamin",
"lomin",
"lamax",
"lomax"
],
"properties": {
"lamax": {
"type": "number",
"maximum": 90,
"minimum": -90,
"description": "Maximum latitude (northern edge) of the bounding box, in decimal degrees."
},
"lamin": {
"type": "number",
"maximum": 90,
"minimum": -90,
"description": "Minimum latitude (southern edge) of the bounding box, in decimal degrees."
},
"lomax": {
"type": "number",
"maximum": 180,
"minimum": -180,
"description": "Maximum longitude (eastern edge) of the bounding box, in decimal degrees."
},
"lomin": {
"type": "number",
"maximum": 180,
"minimum": -180,
"description": "Minimum longitude (western edge) of the bounding box, in decimal degrees."
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
TO1 Intelligence Fleet
1/7 registries