track-military-flights
Use this skill when the user asks about military aviation activity: what military aircraft are flying over a region, surge activity near a border, or tanker/ISR patterns. Returns individual tracked aircraft plus detected activity clusters with a dominant operator and activity type.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://worldmonitor.app/api/military/v1/list-military-flights
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
ne_lat, ne_lon, sw_lat, sw_lon | query | no | bounding box (decimal degrees) | Limit to a region. |
operator | query | no | operator filter | e.g. a specific air force. |
aircraft_type | query | no | type filter | e.g. tanker, ISR. |
page_size / cursor | query | no | pagination | Response carries a pagination cursor. |
jmespath | query | no | JMESPath, ≤ 102… |