# VetPulse State & Regional Veteran Benefits Guide

> VetPulse State & Regional Veteran Benefits 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-13).

Returns the complete list of state, provincial, regional, or devolved-nation veteran benefits available on top of national programs for a given country and region

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/state-benefits
- 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/vetpulse-state-regional-veteran-benefits-guide-6df63ccb
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_frLcOPxb_vGK3WJw7jf3z

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-state-regional-veteran-benefits-guide-6df63ccb
```

Example prompt: What state-level veteran benefits are available in Virginia on top of the federal VA programs?

## When to prefer this

Use this endpoint when a veteran or benefits counselor needs to understand what supplemental benefits a specific US state, Canadian province, UK devolved nation/council, Australian state/territory, New Zealand region, or German regional authority offers beyond national-level veteran programs. Prefer this over generic government benefit search tools when the query is specifically about veteran-targeted regional benefits layered on top of federal/national programs.

## Known failure modes

- Unsupported or unrecognized region/state returns an error or empty result
- Invalid country code or region name returns a 400 or empty response
- Endpoint unavailable returns a 5xx error
- Payment failure (x402) prevents access to the data

## How this service works

State/regional veteran benefits guide for veteran and VA-benefits agents. Returns the complete list of state (US), devolved-nation/council (UK), provincial (Canada), state/territory (Australia), or regional (NZ, Germany) veteran benefits on top of the national program.

## Output

A complete list of state, provincial, devolved-nation, or regional veteran benefit programs available in the specified area, including benefit names, descriptions, eligibility criteria, and how they supplement national-level programs like the US VA, UK NHS veteran care, Canadian VAC, or Australian DVA.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "state"
 ],
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "state": {
   "type": "string",
   "description": "US state, UK devolved nation/council, Canadian province, Australian state/territory, or other region name (e.g. 'Texas', 'Scotland', 'Ontario', 'Queensland')"
  },
  "country": {
   "type": "string",
   "description": "Country the region belongs to: US, UK, Canada, Australia, New Zealand, or Germany (other countries supported on a best-effort basis). Inferred from a recognized region name if omitted; defaults to US otherwise."
  },
  "disability_rating": {
   "type": "string",
   "description": "VA disability rating percentage — many state benefits require minimum rating (e.g. '70', '100', 'P&T')"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-state-regional-veteran-benefits-guide-6df63ccb/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)
