# ChronicaPulse Military History Research

> ChronicaPulse Military History Research is a paid API for AI agents from chronicapulse.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Retrieves military service records, draft notices, casualty lists, and homecoming coverage from historical digitized newspapers for genealogy research

## Facts

- Endpoint: GET https://chronicapulse.vercel.app/api/chronica/military
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/chronicapulse-military-history-research-4a606bce
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_mWwmu5SN8qu7ms9qqkvlK

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-military-history-research-4a606bce
```

Example prompt: Can you search old newspaper archives for any military records on my great-grandfather James Harrington — he served in the Army during World War II, likely enlisted or drafted around 1942 in Ohio? I'm looking for draft notices, casualty lists, or any homecoming coverage mentioning him.

## When to prefer this

Use this endpoint when a genealogy or family-history agent needs to find military-specific newspaper coverage — service records, draft notices, casualty lists, or homecoming stories — as opposed to general obituaries, immigration records, or broad person searches. Prefer this over the general archive search endpoint when the military angle is the primary research focus.

## Known failure modes

- No matching records found for the given name and conflict — returns empty result set
- Name too common or ambiguous — returns multiple conflicting records requiring disambiguation
- Time period or conflict not covered by digitized newspaper archives — returns partial or no results
- Location specificity too low — broadens results with lower relevance
- Rate limit or payment failure — returns 402 or 429 error

## How this service works

Military history research for genealogy and family-history agents. Returns service records, draft notices, casualty lists, and homecoming coverage from historical newspapers.

## Output

Returns historical newspaper content including service records, draft notices, casualty lists, and homecoming coverage related to the queried individual or military topic, sourced from digitized newspaper archives

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "name"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "name": {
   "type": "string",
   "description": "name"
  },
  "conflict": {
   "type": "string",
   "description": "Civil War | WWI | WWII | Korean War | Vietnam"
  },
  "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-military-history-research-4a606bce/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from chronicapulse.vercel.app](https://www.zero.xyz/host/chronicapulse.vercel.app/llms.txt)
