ListMilitaryFlights
ListMilitaryFlights retrieves tracked military aircraft from OpenSky and Wingbits.
Authorizations
User-issued WorldMonitor API key.
Query Parameters
Maximum items per page (1-100). 0 or omitted uses the default of 100.
Cursor for the next page. Treat it as opaque: echo the next-cursor value returned in the previous response's pagination metadata verbatim, and do not construct or parse it. Empty (or any unrecognized value) requests the first page.
North-east corner latitude of bounding box.
North-east corner longitude of bounding box.
South-west corner latitude of bounding box.
South-west corner longitude of bounding box.
Optional operator filter. Accepted but currently ignored; no-op until this handler supports the parameter.
MILITARY_OPERATOR_USAF, MILITARY_OPERATOR_USN, MILITARY_OPERATOR_USMC, MILITARY_OPERATOR_USA, MILITARY_OPERATOR_RAF, MILITARY_OPERATOR_RN, MILITARY_OPERATOR_FAF, MILITARY_OPERATOR_GAF, MILITARY_OPERATOR_PLAAF, MILITARY_OPERATOR_PLAN, MILITARY_OPERATOR_VKS, MILITARY_OPERATOR_IAF, MILITARY_OPERATOR_NATO, MILITARY_OPERATOR_OTHER Optional aircraft type filter. Accepted but currently ignored; no-op until this handler supports the parameter.
MILITARY_AIRCRAFT_TYPE_FIGHTER, MILITARY_AIRCRAFT_TYPE_BOMBER, MILITARY_AIRCRAFT_TYPE_TRANSPORT, MILITARY_AIRCRAFT_TYPE_TANKER, MILITARY_AIRCRAFT_TYPE_AWACS, MILITARY_AIRCRAFT_TYPE_RECONNAISSANCE, MILITARY_AIRCRAFT_TYPE_HELICOPTER, MILITARY_AIRCRAFT_TYPE_DRONE, MILITARY_AIRCRAFT_TYPE_PATROL, MILITARY_AIRCRAFT_TYPE_SPECIAL_OPS, MILITARY_AIRCRAFT_TYPE_VIP, MILITARY_AIRCRAFT_TYPE_UNKNOWN Optional JMESPath expression applied server-side to project or reduce the JSON response before it is returned (mirrors the MCP jmespath argument). Invalid expressions, expressions larger than 1024 UTF-8 bytes, or projections that exceed the 256 KB output cap return HTTP 400 with a {_jmespath_error, original_keys} envelope. Grammar and worked examples: https://www.worldmonitor.app/docs/mcp-jmespath.
