Programmatic access to scored entities.

Enterprise partners embed NII readings, phase classification, and six-domain breakdowns in routing systems, risk stacks, and internal tools. Auth via API key or institutional session.

Global systems · Nation-states · Transit corridors · Sectors · Organizations

  • GET/api/v1/entitiesList entities (filter by entity_type, priority).
  • GET/api/v1/entities/{id}Entity metadata.
  • GET/api/v1/entities/{id}/scoresPaginated score runs for an entity.
  • GET/api/v1/entities/{id}/domain-scoresDomain scores for a score run.

Base URL is your deployment origin. Include x-api-key or an authenticated session cookie. Keys are issued under enterprise agreements.

GET /api/v1/entities?entity_type=corridor&priority=true

→ entities with slug, name, entity_type, region

Live corridor demo: Bab el-Mandeb · Public entity profiles: /corridor/[slug]

Entity and fund signal responses include nii_score, regime (0–100 Green/Yellow/Orange/Red/Crisis bands), fai (Force Adjusted Insecurity), and fai_regime.

GET /api/entities/{slug}

{
  "nii_score": 1.84,
  "regime": "Yellow — Elevated",
  "fai": 2.41,
  "fai_regime": "Orange",
  "phase": "Pre-Crisis",
  "cascade_active": false
}
← Home