Skip to main content
GET
/
api
/
intelligence
/
v1
/
get-regional-snapshot
GetRegionalSnapshot
curl --request GET \
  --url https://api.example.com/api/intelligence/v1/get-regional-snapshot
{
  "snapshot": {
    "regionId": "<string>",
    "generatedAt": 123,
    "meta": {
      "snapshotId": "<string>",
      "modelVersion": "<string>",
      "scoringVersion": "<string>",
      "geographyVersion": "<string>",
      "snapshotConfidence": 123,
      "missingInputs": [
        "<string>"
      ],
      "staleInputs": [
        "<string>"
      ],
      "validUntil": 123,
      "triggerReason": "<string>",
      "narrativeProvider": "<string>",
      "narrativeModel": "<string>"
    },
    "regime": {
      "label": "<string>",
      "previousLabel": "<string>",
      "transitionedAt": 123,
      "transitionDriver": "<string>"
    },
    "balance": {
      "coercivePressure": 123,
      "domesticFragility": 123,
      "capitalStress": 123,
      "energyVulnerability": 123,
      "allianceCohesion": 123,
      "maritimeAccess": 123,
      "energyLeverage": 123,
      "netBalance": 123,
      "pressures": [
        {
          "axis": "<string>",
          "description": "<string>",
          "magnitude": 123,
          "evidenceIds": [
            "<string>"
          ],
          "orientation": "<string>"
        }
      ],
      "buffers": [
        {
          "axis": "<string>",
          "description": "<string>",
          "magnitude": 123,
          "evidenceIds": [
            "<string>"
          ],
          "orientation": "<string>"
        }
      ]
    },
    "actors": [
      {
        "actorId": "<string>",
        "name": "<string>",
        "role": "<string>",
        "leverageDomains": [
          "<string>"
        ],
        "leverageScore": 123,
        "delta": 123,
        "evidenceIds": [
          "<string>"
        ]
      }
    ],
    "leverageEdges": [
      {
        "fromActorId": "<string>",
        "toActorId": "<string>",
        "mechanism": "<string>",
        "strength": 123,
        "evidenceIds": [
          "<string>"
        ]
      }
    ],
    "scenarioSets": [
      {
        "horizon": "<string>",
        "lanes": [
          {
            "name": "<string>",
            "probability": 123,
            "triggerIds": [
              "<string>"
            ],
            "consequences": [
              "<string>"
            ],
            "transmissions": [
              {
                "start": "<string>",
                "mechanism": "<string>",
                "end": "<string>",
                "severity": "<string>",
                "corridorId": "<string>",
                "confidence": 123,
                "latencyHours": 123,
                "impactedAssetClass": "<string>",
                "impactedRegions": [
                  "<string>"
                ],
                "magnitudeLow": 123,
                "magnitudeHigh": 123,
                "magnitudeUnit": "<string>",
                "templateId": "<string>",
                "templateVersion": "<string>"
              }
            ]
          }
        ]
      }
    ],
    "transmissionPaths": [
      {
        "start": "<string>",
        "mechanism": "<string>",
        "end": "<string>",
        "severity": "<string>",
        "corridorId": "<string>",
        "confidence": 123,
        "latencyHours": 123,
        "impactedAssetClass": "<string>",
        "impactedRegions": [
          "<string>"
        ],
        "magnitudeLow": 123,
        "magnitudeHigh": 123,
        "magnitudeUnit": "<string>",
        "templateId": "<string>",
        "templateVersion": "<string>"
      }
    ],
    "triggers": {
      "active": [
        {
          "id": "<string>",
          "description": "<string>",
          "threshold": {
            "metric": "<string>",
            "operator": "<string>",
            "value": 123,
            "windowMinutes": 123,
            "baseline": "<string>"
          },
          "activated": true,
          "activatedAt": 123,
          "scenarioLane": "<string>",
          "evidenceIds": [
            "<string>"
          ]
        }
      ],
      "watching": [
        {
          "id": "<string>",
          "description": "<string>",
          "threshold": {
            "metric": "<string>",
            "operator": "<string>",
            "value": 123,
            "windowMinutes": 123,
            "baseline": "<string>"
          },
          "activated": true,
          "activatedAt": 123,
          "scenarioLane": "<string>",
          "evidenceIds": [
            "<string>"
          ]
        }
      ],
      "dormant": [
        {
          "id": "<string>",
          "description": "<string>",
          "threshold": {
            "metric": "<string>",
            "operator": "<string>",
            "value": 123,
            "windowMinutes": 123,
            "baseline": "<string>"
          },
          "activated": true,
          "activatedAt": 123,
          "scenarioLane": "<string>",
          "evidenceIds": [
            "<string>"
          ]
        }
      ]
    },
    "mobility": {
      "airspace": [
        {
          "airspaceId": "<string>",
          "status": "<string>",
          "reason": "<string>"
        }
      ],
      "flightCorridors": [
        {
          "corridor": "<string>",
          "stressLevel": 123,
          "reroutedFlights24h": 123
        }
      ],
      "airports": [
        {
          "icao": "<string>",
          "name": "<string>",
          "status": "<string>",
          "disruptionReason": "<string>"
        }
      ],
      "rerouteIntensity": 123,
      "notamClosures": [
        "<string>"
      ]
    },
    "evidence": [
      {
        "id": "<string>",
        "type": "<string>",
        "source": "<string>",
        "summary": "<string>",
        "confidence": 123,
        "observedAt": 123,
        "theater": "<string>",
        "corridor": "<string>"
      }
    ],
    "narrative": {
      "situation": {
        "text": "<string>",
        "evidenceIds": [
          "<string>"
        ]
      },
      "balanceAssessment": {
        "text": "<string>",
        "evidenceIds": [
          "<string>"
        ]
      },
      "outlook24h": {
        "text": "<string>",
        "evidenceIds": [
          "<string>"
        ]
      },
      "outlook7d": {
        "text": "<string>",
        "evidenceIds": [
          "<string>"
        ]
      },
      "outlook30d": {
        "text": "<string>",
        "evidenceIds": [
          "<string>"
        ]
      },
      "watchItems": [
        {
          "text": "<string>",
          "evidenceIds": [
            "<string>"
          ]
        }
      ]
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://worldmonitor.app/docs/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

region_id
string

Display region id (e.g. "mena", "east-asia", "europe"). See shared/geography.js. Kebab-case: lowercase alphanumeric groups separated by single hyphens, no trailing or consecutive hyphens.

Response

Successful response

GetRegionalSnapshotResponse returns the latest RegionalSnapshot for the requested region. The snapshot is written by scripts/seed-regional-snapshots.mjs on a 6h cron; this handler only reads canonical state.

snapshot
object

RegionalSnapshot is the canonical intelligence object for one region. See docs/internal/pro-regional-intelligence-upgrade.md for the full spec and shared/regions.types.d.ts for the authoritative TypeScript contract.