# ChronicaPulse Immigration Research

> ChronicaPulse Immigration Research is a paid API for AI agents from chronicapulse.theaslangroupllc.com, paid per call via x402, $0.12/call, status unknown (last checked 2026-09-15).

Returns historical immigration records including ship manifests, passenger lists, naturalization documents, ethnic press, and immigrant-community newspapers for genealogy research.

## Facts

- Endpoint: GET https://chronicapulse.theaslangroupllc.com/api/chronica/immigration
- Price: $0.12/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chronicapulse-immigration-research-a453aaa6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_vmWCT9Ki2MpYzlsQOOCKn

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 chronicapulse-immigration-research-a453aaa6
```

Example prompt: Can you pull up immigration records for my great-grandmother Maria Kowalski, who arrived from Poland sometime between 1905 and 1915 — I'm looking for her ship manifest, any naturalization papers, and Polish immigrant community newspapers from that era?

## When to prefer this

Use this endpoint when researching an ancestor's immigration journey, arrival records, or naturalization history, or when looking for historical ethnic press and immigrant community newspaper coverage. Prefer this over the general person research endpoint when the specific focus is on immigration events, ship manifests, passenger lists, or immigrant community context rather than a broader biographical profile.

## Known failure modes

- No records found for the specified name or time period — returns empty result set
- Ambiguous name matches multiple immigrants — returns multiple candidates requiring disambiguation
- Records for requested time period or origin country not indexed — partial or no results
- Invalid or malformed query parameters — returns 400 error
- Payment not processed — returns 402 payment required
- Rate limit exceeded — returns 429 error

## How this service works

Immigration research for genealogy and family-history agents. Returns ship records, passenger lists, ethnic press, naturalization, and immigrant-community newspapers.

## Output

A collection of historical immigration data including ship records and passenger manifests, naturalization documents, ethnic press articles, and immigrant community newspaper coverage relevant to the queried individual or community, suitable for genealogy and family history research.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "name": {
   "type": "string",
   "description": "name"
  },
  "year": {
   "type": "string",
   "description": "Approximate arrival year"
  },
  "origin": {
   "type": "string",
   "description": "Country of origin"
  },
  "destination": {
   "type": "string",
   "description": "US destination city"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chronicapulse-immigration-research-a453aaa6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chronicapulse.theaslangroupllc.com](https://www.zero.xyz/host/chronicapulse.theaslangroupllc.com/llms.txt)
