# ChronicaPulse Military History Research

> ChronicaPulse Military History 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 military service records, draft notices, casualty lists, and homecoming coverage from historical newspapers for genealogy and family-history research.

## Facts

- Endpoint: GET https://chronicapulse.theaslangroupllc.com/api/chronica/military
- 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-military-history-research-426126ee
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_kLEzyoVfbQRhmhpAOwLjL

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-426126ee
```

Example prompt: Can you search historical newspapers for any military records, draft notices, casualty listings, or homecoming articles mentioning James Earl Whitfield who served in the US Army during World War II, possibly from Tennessee?

## When to prefer this

Choose this endpoint when researching ancestors' military service history through historical newspaper sources, especially for genealogy workflows needing draft records, casualty lists, service announcements, or homecoming coverage. Prefer over general web search when you need structured, historically-sourced military genealogy data from newspaper archives.

## Known failure modes

- No records found for the specified person or conflict — returns empty result set
- Ambiguous name matches multiple individuals — returns multiple candidates requiring disambiguation
- Date range or conflict name not recognized — returns validation error
- Insufficient identifying information provided — returns error requesting more specific query parameters
- Rate limit or payment failure — returns 402 or 429 status

## 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 structured data from historical newspaper archives including service records, draft notices, casualty lists, and homecoming coverage relevant to the queried individual or military topic, sourced from digitized historical newspaper collections.

## 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-426126ee/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)
