Skip to main content
GET
/
api
/
military
/
v1
/
get-theater-posture
GetTheaterPosture
curl --request GET \
  --url https://api.example.com/api/military/v1/get-theater-posture
{
  "theaters": [
    {
      "theater": "<string>",
      "postureLevel": "<string>",
      "activeFlights": 123,
      "trackedVessels": 123,
      "activeOperations": [
        "<string>"
      ],
      "assessedAt": 123
    }
  ]
}

Query Parameters

theater
string

Theater name (e.g., "indo-pacific", "european", "middle-east"). Empty for all theaters.

Response

Successful response

GetTheaterPostureResponse contains theater posture assessments.

theaters
object[]