Skip to main content
GET
ListMilitaryFlights

Authorizations

X-WorldMonitor-Key
string
header
required

User-issued WorldMonitor API key.

Query Parameters

page_size
integer<int32>

Maximum items per page (1-100). 0 or omitted uses the default of 100.

cursor
string

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.

ne_lat
number<double>

North-east corner latitude of bounding box.

ne_lon
number<double>

North-east corner longitude of bounding box.

sw_lat
number<double>

South-west corner latitude of bounding box.

sw_lon
number<double>

South-west corner longitude of bounding box.

operator
enum<string>

Optional operator filter. Accepted but currently ignored; no-op until this handler supports the parameter.

Available options:
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
aircraft_type
enum<string>

Optional aircraft type filter. Accepted but currently ignored; no-op until this handler supports the parameter.

Available options:
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
jmespath
string

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.

Response

Successful response

ListMilitaryFlightsResponse contains military flights and clusters.

flights
object[]
clusters
object[]
pagination
object

PaginationResponse contains pagination metadata returned alongside list results.