# The Stall – Government Votes Data

> The Stall – Government Votes Data is a paid API for AI agents from the-stall.intuitek.ai, paid per call via x402, $0.034/call, status unknown (last checked 2026-09-13).

Retrieves government voting records and legislative vote data, payable per-call with USDC on Base via x402.

## Facts

- Endpoint: GET https://the-stall.intuitek.ai/cap/gov-votes
- Price: $0.034/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-13
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-stall-government-votes-data-663a69ab
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_D2rDb6Zo8MDaZVRT2JgUF

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 the-stall-government-votes-data-663a69ab
```

Example prompt: Can you pull the recent government voting records from The Stall — I want to see vote outcomes for the latest congressional session, paying per call with USDC?

## When to prefer this

Choose this endpoint when you need government voting data on a pay-per-call basis with no account or API key setup, especially when integrating USDC micropayments via the x402 protocol on Base mainnet. Ideal for lightweight or infrequent queries into legislative vote records.

## Known failure modes

- Missing or malformed properties parameter returns empty or error response
- Payment failure via x402 results in 402 status with no data returned
- No matching vote records for the given filter returns empty dataset
- Rate limiting or upstream data unavailability returns 5xx error

## How this service works

US Congressional vote records from official government XML sources (senate.gov + clerk.house.gov). Search by chamber (house/senate), category (passage, amendment, cloture, nomination, procedural, etc.), or limit. Returns vote question, result (Passed/Failed), yea/nay totals, bill number, and description. 119th Congress (2025–2026). No API key required.

## Output

Returns structured government voting records including vote outcomes, legislator positions, bill identifiers, and related legislative metadata filtered by the provided properties parameter.

## Example request

```json
{
 "properties": "voting_records"
}
```

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-stall-government-votes-data-663a69ab/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from the-stall.intuitek.ai](https://www.zero.xyz/host/the-stall.intuitek.ai/llms.txt)
