# GeopoliticalPulse Regime Brief

> GeopoliticalPulse Regime Brief 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-14).

Returns a leadership and power-structure intelligence brief for a given government, covering key leaders, ideology, foreign-policy orientation, and political stability outlook.

## Facts

- Endpoint: GET https://geopoliticalpulse.theaslangroupllc.com/api/geopolitical/regime-brief
- Price: $0.2/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/geopoliticalpulse-regime-brief-252192aa
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_gLMzs-SV0yyDGbDyFEAad

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-regime-brief-252192aa
```

Example prompt: Give me a leadership and power-structure brief for Iran — who are the key figures, what ideology drives the regime, what's their foreign-policy orientation, and how stable do you think the government is right now?

## When to prefer this

Choose this endpoint when you need a structured, analyst-style leadership and power-structure profile of a specific government — especially for intelligence, risk assessment, or policy research use cases. Prefer this over general country-risk endpoints when the focus is specifically on who holds power, their ideology, and foreign-policy posture rather than macroeconomic or conflict indicators.

## Known failure modes

- Unrecognized or ambiguous country/government identifier returns a 400 or empty result
- Disputed or transitional governments may return incomplete or low-confidence profiles
- Very small or obscure administrations may lack sufficient data for a full brief
- Rate limiting or payment failure (x402) if USDC balance is insufficient

## How this service works

Leadership and power-structure brief for intelligence, risk, and policy agents. Profiles leaders, ideology, foreign-policy orientation, and stability outlook for any government.

## Output

A structured intelligence brief covering the government's key leaders and their roles, the ruling ideology and political character of the regime, its foreign-policy alignment and orientation (e.g. pro-Western, non-aligned, adversarial), and an analyst-style stability outlook indicating likelihood of political continuity or disruption.

## 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 | pt | ru | ja | ko"
      },
      "country": {
       "type": "string",
       "description": "Country to profile | China | Russia | Saudi Arabia | Iran | Turkey | Pakistan | Ethiopia"
      }
     }
    }
   },
   "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": {
  "country": "China",
  "leadership": {
   "head_of_state": "Xi Jinping",
   "in_power_since": 2012,
   "succession_risk": "MODERATE"
  },
  "regime_type": "authoritarian",
  "analyst_summary": "China under Xi Jinping has consolidated power into the most centralized system since Mao...",
  "governance_quality": {
   "press_freedom": "NOT FREE",
   "corruption_level": "MODERATE",
   "overall_percentile": 52
  },
  "stability_outlook_2y": "STABLE",
  "foreign_policy_orientation": {
   "alignment": "Multi-aligned",
   "key_alliances": [
    "Russia",
    "Pakistan",
    "SCO members"
   ]
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/geopoliticalpulse-regime-brief-252192aa/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)
