Back to Hub
Public API v1.0

Society OS Public API

Access sovereignty intelligence data programmatically. Query the Sovereignty Index, predictions, and threats to build applications, dashboards, and research tools.

Base URL

hub.sovereignsos.com

Auth

No API key required

Rate Limit

100 req/min per IP

Quick Start

The Society OS Public API is open and requires no authentication. All endpoints return JSON with CORS headers enabled for browser access.

JavaScript Example
const response = await fetch(
  'https://hub.sovereignsos.com/api/public/sovereignty-index?limit=5'
);
const { data, pagination } = await response.json();
console.log(data);

Sovereignty Index

Predictions

Threats

Society OS Public API v1.0 · Data updates every 5 minutes ·Back to Hub