Endpoint

global-stability/pillar/{pillar}

Drilldown for a single pillar: conflict, cyber, supply_chain, or macro. Returns sub-indicators and recent movement.

GET/v1/global-stability/pillar/{pillar}

Drilldown for a single pillar: conflict, cyber, supply_chain, or macro. Returns sub-indicators and recent movement.

Request
http
GET /v1/global-stability/pillar/{pillar} HTTP/1.1
Host: api.osirisos.com
Authorization: Bearer osk_live_...
Response
json
{
  "pillar": "conflict",
  "score": 63,
  "delta_24h": 2.1,
  "indicators": [
    { "key": "active_theaters", "value": 9 },
    { "key": "event_velocity", "value": 1.8 }
  ],
  "as_of": "2026-06-09T12:00:00Z"
}