# VetPulse Veteran Discount Finder

> VetPulse Veteran Discount Finder is a paid API for AI agents from api.vetpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-13).

Returns a curated list of retail, dining, travel, recreation, and regional veteran discount programs across multiple countries that most veterans never claim

## Facts

- Endpoint: GET https://api.vetpulse.theaslangroupllc.com/api/vet/discounts
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/vetpulse-veteran-discount-finder-82ed11a6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_9Ycs8InAWxADg0jwqX21B

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-discount-finder-82ed11a6
```

Example prompt: Can you pull up all the veteran discounts I'm probably not claiming — especially for dining, travel, and recreation — for a US veteran? I want to see the ones most people miss.

## When to prefer this

Use this endpoint when an AI agent needs to surface lesser-known veteran discount programs across multiple countries beyond the typical well-advertised ones; especially valuable for VA-benefits agents, military support apps, or personal finance assistants serving veteran users who want to maximize savings across retail, dining, travel, and recreation globally.

## Known failure modes

- Payment required (402) if x402 payment header is missing or USDC balance insufficient
- Rate limiting if too many calls are made in a short period
- Empty results if no discounts are available for a requested region or category
- Timeout if the upstream discount database is slow or unavailable

## How this service works

Veteran discount finder for veteran and VA-benefits agents. Returns retail, dining, travel, recreation-access, and regional programs most veterans never claim — covering US, UK (Defence Discount Service/Blue Light Card), Canada, Australia (RSL), New Zealand (RSA), and Germany.

## Output

A structured list of veteran discount programs organized by category (retail, dining, travel, recreation, regional) and country (US, UK, Canada, Australia, New Zealand, Germany), including program names, descriptions, eligibility details, and the providers or organizations offering each discount.

## 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-discount-finder-82ed11a6/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)
