Developers

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.

Entity types in production

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

API v1

  • 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.

Example

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]

← Home