check-sanctions-pressure
Use this skill when the user asks about sanctions pressure: recent OFAC designations, which countries or programs are most affected, or counts of sanctioned vessels/aircraft. Returns normalized SDN + consolidated-list summaries with per-country and per-program aggregates.
Entitlement: this operation is Pro-gated (entitlement tier ≥ 1). A key on the free tier receives 403.
Authentication
Server-to-server callers (agents, scripts, SDKs) MUST present an API key in the X-WorldMonitor-Key header. Authorization: Bearer … is for MCP/OAuth or Clerk JWTs — not raw API keys.
X-WorldMonitor-Key: wm_0123456789abcdef0123456789abcdef01234567
Issue a key at https://www.worldmonitor.app/pro.
Endpoint
GET https://worldmonitor.app/api/sanctions/v1/list-sanctions-pressure
Parameters
| Name | In | Required | Shape | Notes |
|---|---|---|---|---|
max_items | query | no | integer | Caps the entries list length. |
jmespath | query | no | JMESPath expression, ≤ 1024 chars | Server-side projection, e.g. countries[:5].{c: countryName, n: entryCount} |
Response shape
{
"entries": [
{
"id": "…",
…