# ChronicaPulse Obituary Research

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

Retrieves death notices, survivor lists, and genealogical details from historical newspaper archives for a named individual.

## Facts

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

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-obituary-research-ba7e100d
```

Example prompt: Can you pull up the obituary for Margaret Eleanor Hoffmann who died around 1923 in Cincinnati, Ohio — I need the survivor names and any genealogical details from historical newspaper archives.

## When to prefer this

Use this endpoint when an agent needs obituary-specific data (death notices, survivor lists, family relationships at time of death) from historical newspaper archives for genealogy or family-history research, as opposed to general person search or vital records lookup.

## Known failure modes

- Person not found in digitized newspaper archives — returns empty result or 404
- Ambiguous name match returns multiple possible obituaries requiring disambiguation
- Date or location too imprecise to narrow results — partial or multiple matches returned
- Obituary exists but source newspaper not yet digitized — no result available
- Payment not processed — 402 Payment Required response blocking access

## How this service works

Obituary research for genealogy and family-history agents. Returns death notices, survivor lists, and genealogical detail from historical newspaper archives.

## Output

Returns structured obituary data including the full death notice text, names of surviving family members, relationship details, dates, locations, and the source newspaper citation from digitized historical newspaper archives.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "name"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "name": {
   "type": "string",
   "description": "name"
  },
  "year": {
   "type": "string",
   "description": "year"
  },
  "location": {
   "type": "string",
   "description": "location"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/chronicapulse-obituary-research-ba7e100d/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)
