# VetPulse Veteran Family Caregiver Program Guide

> VetPulse Veteran Family Caregiver Program Guide is a paid API for AI agents from api.vetpulse.theaslangroupllc.com, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-14).

Returns a comprehensive guide to veteran family caregiver programs across the US (PCAFC stipend, CHAMPVA), Canada (VAC Caregiver Recognition Benefit), Australia (DVA Carer Allowance/Payment), UK, New Zealand, and Germany

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/caregiver
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vetpulse-veteran-family-caregiver-program-guide-94cd25df
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_yfncfh6GNmsrt7rysIk02

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 vetpulse-veteran-family-caregiver-program-guide-94cd25df
```

Example prompt: What financial benefits and support programs are available for me as a family caregiver of a disabled veteran — including the US PCAFC monthly stipend range, CHAMPVA, and whether Canada, Australia, or the UK offer anything similar?

## When to prefer this

Use this endpoint when an agent or user needs a comprehensive, multi-country overview of veteran family caregiver benefits — especially the US PCAFC stipend, CHAMPVA, and international equivalents — rather than a general VA healthcare or state-specific veteran benefits lookup. Prefer this over sibling endpoints when the query is specifically about caregiver compensation or support for the family member of a veteran, not the veteran themselves.

## Known failure modes

- HTTP 402 Payment Required if the x402 micropayment of $0.1 USDC is not included
- HTTP 429 if rate limits are exceeded
- HTTP 503 if the upstream service is temporarily unavailable
- Stale or outdated benefit amounts if the guide has not been recently refreshed

## How this service works

Veteran family caregiver program guide for caregiver and VA-benefits agents. Covers the US PCAFC monthly stipend ($800-$3,300+) and CHAMPVA, Canada's VAC Caregiver Recognition Benefit, Australia's DVA Carer Allowance/Payment, and UK/NZ/Germany caregiver support for family caregivers.

## Output

A structured guide covering veteran family caregiver programs in the US (PCAFC monthly stipend of $800–$3,300+, CHAMPVA health coverage), Canada (VAC Caregiver Recognition Benefit), Australia (DVA Carer Allowance and Carer Payment), and summaries of UK, New Zealand, and Germany caregiver support — including eligibility criteria and benefit amounts for each country.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language"
  },
  "state": {
   "type": "string",
   "description": "US state/region (helps infer country if omitted)"
  },
  "country": {
   "type": "string",
   "description": "Country whose caregiver system to assess: US, UK, Canada, Australia, New Zealand, Germany. Defaults to US."
  },
  "condition": {
   "type": "string",
   "description": "Veteran's condition(s) requiring care"
  },
  "service_era": {
   "type": "string",
   "description": "Veteran's service era (e.g. 'post-9/11', 'Vietnam')"
  },
  "caregiver_relationship": {
   "type": "string",
   "description": "Caregiver's relationship to veteran (e.g. 'spouse')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-veteran-family-caregiver-program-guide-94cd25df/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from api.vetpulse.theaslangroupllc.com](https://www.zero.xyz/host/api.vetpulse.theaslangroupllc.com/llms.txt)
