Access sovereignty intelligence data programmatically. Query the Sovereignty Index, predictions, and threats to build applications, dashboards, and research tools.
hub.sovereignsos.com
No API key required
100 req/min per IP
The Society OS Public API is open and requires no authentication. All endpoints return JSON with CORS headers enabled for browser access.
const response = await fetch(
'https://hub.sovereignsos.com/api/public/sovereignty-index?limit=5'
);
const { data, pagination } = await response.json();
console.log(data);Society OS Public API v1.0 · Data updates every 5 minutes ·Back to Hub