# VetPulse Veteran Discounts

> VetPulse Veteran Discounts is a paid API for AI agents from vetpulse-five.vercel.app, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Returns a curated list of veteran discounts across retail, dining, travel, national parks, and state programs that veterans often miss

## Facts

- Endpoint: GET https://vetpulse-five.vercel.app/api/vet/discounts
- Price: $0.05/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-discounts-0e55f120
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZfrA-lXIvAEiKrhZ5fKw4

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-discounts-0e55f120
```

Example prompt: Can you pull up the full list of veteran discounts from VetPulse — especially any national park, travel, and state program benefits that most vets never know about?

## When to prefer this

Use this endpoint when a user needs a broad overview of available veteran discounts across multiple categories, especially when they suspect they're missing out on lesser-known programs. Prefer this over general web search when you want a curated, structured list rather than scattered results.

## Known failure modes

- Payment not received — 402 response if x402 payment not completed
- Service unavailable — 503 if Vercel deployment is down
- Empty or stale dataset if discount database has not been updated recently

## How this service works

Veteran discount finder for veteran and VA-benefits agents. Returns retail, dining, travel, national parks, and state programs most veterans never claim.

## Output

A list of veteran discount opportunities organized by category (retail, dining, travel, national parks, state programs), including benefit details and how to claim them — focusing on lesser-known programs veterans commonly overlook.

## Example request

```json
{}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "Response language — any language supported"
  },
  "country": {
   "type": "string",
   "description": "Country whose veteran discount landscape to search: US, UK, Canada, Australia, New Zealand, or Germany (other countries supported on a best-effort basis). Defaults to US if omitted and cannot be inferred."
  },
  "category": {
   "type": "string",
   "description": "Discount category. Defaults to all."
  },
  "disability_rating": {
   "type": "string",
   "description": "VA disability rating — some discounts (national parks pass, additional state benefits) require service-connected disability"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/vetpulse-veteran-discounts-0e55f120/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from vetpulse-five.vercel.app](https://www.zero.xyz/host/vetpulse-five.vercel.app/llms.txt)
