# GeopoliticalPulse Supply-Chain Risk API

> GeopoliticalPulse Supply-Chain Risk API is a paid API for AI agents from geopoliticalpulse.theaslangroupllc.com, paid per call via x402, $0.2/call, status unknown (last checked 2026-09-15).

Analyzes geopolitical supply-chain risk for a given sector or commodity, mapping concentration, chokepoints, sanctions exposure, and reshoring options.

## Facts

- Endpoint: GET https://geopoliticalpulse.theaslangroupllc.com/api/geopolitical/supply-chain-risk
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-supply-chain-risk-api-68c76881
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_roXRSyvDxIYDuZUyXG7K-

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-supply-chain-risk-api-68c76881
```

Example prompt: Give me a full geopolitical supply-chain risk analysis for critical minerals — specifically cobalt and lithium — including concentration risks, major chokepoints, sanctions exposure, and what reshoring or alternative sourcing options are realistically available.

## When to prefer this

Use this endpoint when an agent needs structured, actionable supply-chain risk intelligence tied to geopolitical factors — particularly concentration risk, chokepoints, and sanctions — for a specific commodity or sector. Prefer this over general country-risk or sanctions endpoints when the user's concern is specifically about sourcing continuity and supply-chain resilience rather than general investment or compliance risk.

## Known failure modes

- Unsupported or unrecognized commodity/sector returns an error or empty result
- Overly broad or ambiguous sector inputs may yield low-confidence or generic output
- Rate limiting or payment failure (x402) if USDC balance is insufficient
- Network timeout if upstream geopolitical data sources are unavailable

## How this service works

Geopolitical supply-chain risk for supply-chain, sourcing, and risk agents. Maps concentration, chokepoints, sanctions exposure, and reshoring options for any sector or commodity, from chips to critical minerals.

## Output

Returns a structured risk profile for the requested sector or commodity, including geographic concentration scores, identified supply chain chokepoints, sanctions exposure levels for key supplier countries, and viable reshoring or alternative sourcing recommendations.

## 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 | zh | ja | ko | pt"
      },
      "sector": {
       "type": "string",
       "description": "Sector or commodity to analyze | semiconductors | rare earths | lithium | pharmaceuticals | energy | food | shipping | defense"
      }
     }
    }
   },
   "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": {
  "sector": "semiconductors",
  "analyst_assessment": "The semiconductor supply chain represents the most geopolitically contested industrial sector...",
  "overall_risk_level": "CRITICAL",
  "maritime_chokepoints": [
   "Taiwan Strait",
   "Strait of Malacca"
  ],
  "critical_dependencies": [
   {
    "market_share": "90%",
    "input_or_component": "TSMC advanced node wafers",
    "concentration_country": "Taiwan",
    "geopolitical_risk_level": "CRITICAL"
   },
   {
    "market_share": "100%",
    "input_or_component": "ASML EUV lithography",
    "concentration_country": "Netherlands/EU",
    "geopolitical_risk_level": "MODERATE"
   }
  ],
  "decoupling_assessment": {
   "momentum": "ACCELERATING",
   "beneficiary_countries": [
    "US",
    "India",
    "Japan",
    "EU"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geopoliticalpulse-supply-chain-risk-api-68c76881/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)
