# GeopoliticalPulse Sanctions Intelligence

> GeopoliticalPulse Sanctions Intelligence is a paid API for AI agents from geopoliticalpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-14).

Returns comprehensive sanctions mapping and compliance intelligence for a target entity, covering OFAC, EU, UN, and UK programs, secondary-sanctions exposure, and restriction details.

## Facts

- Endpoint: GET https://geopoliticalpulse.theaslangroupllc.com/api/geopolitical/sanctions-intel
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-sanctions-intelligence-08f37259
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_QfO9yDqvPvZdnxlNqHVvx

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability geopoliticalpulse-sanctions-intelligence-08f37259
```

Example prompt: Can you run a full sanctions check on Rosneft — I need to know their status across OFAC, EU, UN, and UK programs, any secondary-sanctions exposure, and the specific restrictions that apply?

## When to prefer this

Prefer this endpoint when you need multi-jurisdictional sanctions screening (OFAC + EU + UN + UK simultaneously) with secondary-sanctions exposure analysis for compliance, KYC, or risk workflows. It is especially suited for finance, legal, and compliance agents that need structured restriction details rather than just a binary hit/no-hit result.

## Known failure modes

- Entity not found or ambiguous name returns no matches or requires additional identifiers
- Unknown or unsupported target jurisdiction returns limited program coverage
- Rate limiting or payment failure returns 402 or 429 error
- Malformed request parameters return 400 bad request
- Service unavailable returns 503 with no data

## How this service works

Sanctions mapping and compliance intelligence for compliance, finance, and risk agents. Covers OFAC, EU, UN, and UK programs, secondary-sanctions exposure, and restriction detail for any target.

## Output

The agent receives a structured sanctions intelligence report covering the target entity's designation status across OFAC, EU, UN, and UK sanctions programs, details on any secondary-sanctions exposure, and the specific restrictions and conditions associated with each applicable program.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {
      "lang": {
       "type": "string",
       "description": "Response language (ISO 639-1) | en | es | fr | de | ar | zh | ja | ko"
      },
      "target": {
       "type": "string",
       "description": "Country, entity, or individual to assess | Russia | Iran | North Korea | Belarus | Myanmar | Venezuela | Huawei"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "errors": {
     "type": "object",
     "description": "Documented error responses, keyed by HTTP status code",
     "additionalProperties": {
      "type": "object",
      "required": [
       "description"
      ],
      "properties": {
       "example": {
        "type": "object"
       },
       "description": {
        "type": "string"
       }
      }
     }
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "target": "Iran",
  "active_regimes": [
   {
    "basis": "IEEPA, CISADA, ITRSHRA",
    "program": "IRAN sanctions",
    "authority": "OFAC",
    "key_restrictions": [
     "No financial transactions",
     "No energy sector dealings",
     "No arms transfers"
    ]
   },
   {
    "program": "EU Iran Nuclear sanctions",
    "authority": "EU",
    "key_restrictions": [
     "Asset freeze",
     "Travel ban",
     "No weapons"
    ]
   }
  ],
  "analyst_summary": "Iran faces the most comprehensive multilateral sanctions regime outside North Korea...",
  "sanctions_status": "SANCTIONED",
  "compliance_red_flags": [
   "Any USD-denominated Iran transactions",
   "Iranian correspondent banking"
  ],
  "secondary_sanctions_risk": "HIGH"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geopoliticalpulse-sanctions-intelligence-08f37259/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from geopoliticalpulse.theaslangroupllc.com](https://www.zero.xyz/host/geopoliticalpulse.theaslangroupllc.com/llms.txt)
