# Immigration Pulse – Citizenship by Investment & Second Passport Finder

> Immigration Pulse – Citizenship by Investment & Second Passport Finder is a paid API for AI agents from immigrationpulse.theaslangroupllc.com, paid per call via x402, $0.15/call, status unknown (last checked 2026-09-13).

Returns information on citizenship-by-investment (CBI) programs, ancestry/heritage citizenship routes, naturalization timelines, and second-passport strategies worldwide.

## Facts

- Endpoint: GET https://immigrationpulse.theaslangroupllc.com/api/citizenship
- Price: $0.15/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/immigration-pulse-citizenship-by-investment-second-passport-finder-6cbf0406
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_0EsGp-3rTVu0UrtdF-8MK

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 immigration-pulse-citizenship-by-investment-second-passport-finder-6cbf0406
```

Example prompt: What are the best citizenship-by-investment programs available to a Brazilian national with a budget of $150,000 USD — I want strong visa-free access to Europe and a processing time under 12 months?

## When to prefer this

Use this endpoint when a user needs to explore citizenship-by-investment options, second passport strategies, ancestry-based citizenship routes, or naturalization timelines across multiple countries. Prefer this over permanent residency or visa endpoints when the end goal is full citizenship or a passport — not just residency or travel authorization.

## Known failure modes

- Unsupported nationality or destination country returns empty or partial results
- Investment amount below all available program minimums returns no matches
- Program data may be outdated if a country has recently changed CBI requirements
- Ancestry route eligibility may require further document verification not provided by the API
- Rate limiting or payment failure (x402) results in 402 Payment Required error

## How this service works

Citizenship by investment (CBI) / second passport finder. Covers citizenship-by-investment programs, ancestry and heritage citizenship routes, naturalization timelines, and second-passport strategies worldwide. For immigration and relocation agents.

## Output

A structured response listing eligible citizenship-by-investment programs, ancestry or heritage citizenship routes, naturalization timelines, minimum investment requirements, passport visa-free access rankings, and second-passport strategy recommendations tailored to the queried nationality, destination, and investment parameters.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "type": {
   "type": "string",
   "description": "type (default: investment)"
  },
  "budget": {
   "type": "string",
   "description": "Budget in USD for investment citizenship (e.g. 150000, 500000, 1000000)"
  },
  "ancestry": {
   "type": "string",
   "description": "Country for ancestry citizenship check (e.g. Italy, Ireland, Germany)"
  },
  "nationality": {
   "type": "string",
   "description": "nationality"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/immigration-pulse-citizenship-by-investment-second-passport-finder-6cbf0406/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from immigrationpulse.theaslangroupllc.com](https://www.zero.xyz/host/immigrationpulse.theaslangroupllc.com/llms.txt)
