Endpoint
global-stability
A single composite stability score (0–100, lower = more stable) plus per-pillar breakdown.
GET
/v1/global-stabilityA single composite stability score (0–100, lower = more stable) plus per-pillar breakdown.
Request
http
GET /v1/global-stability HTTP/1.1
Host: api.osirisos.com
Authorization: Bearer osk_live_...Response
json
{
"score": 41,
"trend": "down",
"pillars": { "conflict": 63, "cyber": 58, "supply_chain": 34, "macro": 47 },
"as_of": "2026-06-09T12:00:00Z"
}